Hi, i am attempting to get ALSA up on my computer but have come across the following problem:
Whilst trying tring to insert modules into the kernel with the following command:
modprobe snd-ice1712;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
I get the following message:
/lib/modules/2.4.19-16mdk/kernel/sound/acore/snd.o: unresolved symbol snd_verbose_printk
modprobe: insmod /lib/modules/2.4.19-16mdk/kernel/sound/acore/snd.o failed
modprobe: insmod snd-ice1712 failed
/lib/modules/2.4.19-16mdk/kernel/sound/acore/snd.o: unresolved symbol snd_verbose_printk
modprobe: insmod /lib/modules/2.4.19-16mdk/kernel/sound/acore/snd.o failed
modprobe: insmod snd-pcm-oss failed
/lib/modules/2.4.19-16mdk/kernel/sound/acore/snd.o: unresolved symbol snd_verbose_printk
modprobe: insmod /lib/modules/2.4.19-16mdk/kernel/sound/acore/snd.o failed
modprobe: insmod snd-mixer-oss failed
/lib/modules/2.4.19-16mdk/kernel/sound/acore/snd.o: unresolved symbol snd_verbose_printk
modprobe: insmod /lib/modules/2.4.19-16mdk/kernel/sound/acore/snd.o failed
modprobe: insmod snd-seq-oss failed
I have looked through some other threads on similar topics and have done several things:
I have typed in the command "lsmod" and got the following response:
Module Size Used by Not tainted
lp 6720 0
parport_pc 21672 1
parport 23936 1 [lp parport_pc]
sr_mod 15096 0 (autoclean) (unused)
ide-cd 28712 0 (autoclean)
cdrom 26848 0 (autoclean) [sr_mod ide-cd]
floppy 49340 0 (autoclean)
af_packet 13000 1 (autoclean)
ip_vs 74328 0 (autoclean)
eepro100 19096 1 (autoclean)
nls_iso8859-15 3356 6 (autoclean)
ntfs 72908 6 (autoclean)
supermount 14340 2 (autoclean)
usb-uhci 21676 0 (unused)
usbcore 58304 1 [usb-uhci]
rtc 6560 0 (autoclean)
ext3 74004 5
jbd 38452 5 [ext3]
sd_mod 11612 14
aic7xxx 120604 7
scsi_mod 91140 3 [sr_mod sd_mod aic7xxx]
I have then typed in "depmod -ae" and then "lsmod" with the same response as above.
If someone can tell me what is going wrong and what i can do to fix it then i will be very pleased.
thanks
