[PlanetCCRMA] snd-intel8x0.ko : Unknown symbol in module, or unknown parameter?

Billy Lange billylange@absamail.co.za
Sun Oct 9 05:13:03 2005


Dear Linux friends,

I have installed FC4 on my system from CD and all worked fine.
(Including my snd-intel8x0 module for my onboard AC97 sound card.)

I then followed the instructions as outlined in the CCRMA site
and after installing the low latency kernel my sound have the following
problem. 

[root@komati init.d]# service alsasound start
ALSA driver already running
Starting sound driver snd-intel8x0 FATAL: Error inserting snd_intel8x0
(/lib/modules/2.6.12-0.21.rdt.rhfc4.ccrmasmp/updates/pci/snd-intel8x0.ko): Unknown symbol in module, or unknown parameter (see dmesg)
                                                           [FAILED]

I have tried looking for a new module but was unable to locate one.
I tried to see if I could find the possible parameter by looking
at modinfo but had no luck...
Googled for hours with no luck
Check my modprobe.conf file.... seems ok.

alias eth0 tulip
alias scsi_hostadapter ata_piix
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
options snd-intel8x0 index=0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && \
/usr/sbin/alsactl restore > /dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1
|| : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias ieee1394-controller ohci1394

My lsmod reads:

[root@komati init.d]# lsmod
Module                  Size  Used by
ppp_deflate             9984  0
zlib_deflate           27672  1 ppp_deflate
ppp_async              16768  1
crc_ccitt               6016  1 ppp_async
ppp_generic            36116  6 ppp_deflate,ppp_async
slhc                   11136  1 ppp_generic
snd_seq_midi           14880  0
snd_mpu401             10952  0
snd_mpu401_uart        12672  1 snd_mpu401
snd_rawmidi            31904  2 snd_seq_midi,snd_mpu401_uart
parport_pc             32708  1
lp                     16776  0
parport                41288  2 parport_pc,lp
autofs4                23940  2
rfcomm                 49816  0
l2cap                  35712  5 rfcomm
sunrpc                149572  1
ipt_REJECT              9344  1
ipt_state               5760  5
ip_conntrack           49512  1 ipt_state
iptable_filter          6912  1
ip_tables              27136  3 ipt_REJECT,ipt_state,iptable_filter
nls_utf8                6016  1
ntfs                  118128  1
dm_mod                 64412  0
video                  19844  0
container               8320  0
button                 10384  0
battery                13316  0
ac                      8580  0
nvidia               3717736  12
pl2303                 24324  1
usbserial              35176  3 pl2303
hci_usb                19848  2
bluetooth              60548  7 rfcomm,l2cap,hci_usb
md5                     7936  1
ipv6                  281344  12
ohci1394               39604  0
ieee1394              308180  1 ohci1394
uhci_hcd               36496  0
ehci_hcd               39432  0
shpchp                100868  0
i2c_i801               12556  0
i2c_core               26624  1 i2c_i801
snd_ac97_codec         87804  0
snd_seq_dummy           8196  0
snd_seq_oss            42112  0
snd_seq_midi_event     11648  2 snd_seq_midi,snd_seq_oss
snd_seq                65424  6
snd_seq_midi,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         13836  5
snd_seq_midi,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            68000  0
snd_mixer_oss          25472  1 snd_pcm_oss
snd_pcm               111620  2 snd_ac97_codec,snd_pcm_oss
snd_timer              32644  2 snd_seq,snd_pcm
snd                    74372  14
snd_seq_midi,snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_ac97_codec,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore              13920  1 snd
snd_page_alloc         15236  1 snd_pcm
tulip                  56608  0
floppy                 64212  0
ext3                  142984  2
jbd                    72472  1 ext3
ata_piix               13572  3
libata                 52612  1 ata_piix
sd_mod                 23808  4
scsi_mod              142280  2 libata,sd_mod
[root@komati init.d]#

Any advice would be greatly appreciated.



Cheers Billy (Linux newbie and enjoying it  :-) )