[PlanetCCRMA] FC4 snd_intel8x0 fail message

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Sun Feb 26 16:36:02 2006


On Sun, 2006-02-26 at 00:11 -0600, Tom Poe wrote:
> I upgraded CCRMA, and kernel was installed, (1831), but failed to start 
> alsa on reboot:
> [root@localhost tom]# /etc/rc.d/init.d/alsasound stop
> Shutting down sound driver                                 [  OK  ]
> [root@localhost tom]# /etc/rc.d/init.d/alsasound start
> Starting sound driver snd-intel8x0 FATAL: Error inserting snd_intel8x0 
> (/lib/modules/2.6.12-0.21.rdt.rhfc4.ccrma/updates/pci/snd-intel8x0.ko): 
> Unknown symbol in module, or unknown parameter (see dmesg)
>                                                            [FAILED]
> 
> Here's dmesg output:
> 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
> 0000:01:0c.0: 3Com PCI 3c905C Tornado at 0xec80. Vers LK1.1.19
> snd_intel8x0: Unknown parameter `'
> snd_intel8x0: Unknown parameter `'
> snd_intel8x0: Unknown parameter `'
> i801_smbus 0000:00:1f.3: enabling SMBus device
> 
> Quick check of mailing list archives for January/February didn't shed 
> much light on this.  I ran the command:
> /sbin/chkconfig alsasound on
> but no sound

Check /etc/modprobe.conf, edit it and make sure there are no extra
spaces or stuff at the end of the "options" lines (and any other line
just in case). Once you are done do (as root) "/sbin/depmod -a" and try
restarting alsa again...

_something_ is messing up modprobe.conf but I don't know what it is. 
-- Fernando