Following the tutorial at:
http://www.alsa-project.org/alsa-doc...odule=intel8x0
I run about 1/5th through it and hit this line:
modprobe snd-intel8x0;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
which should start my soundcard. Instead, I get these errors
/lib/modules/2.4.33.3/kernel/sound/acore/snd-timer.o: /lib/modules/2.4.33.3/kernel/sound/acore/snd-timer.o: unresolved symbol snd_compat_kcalloc
/lib/modules/2.4.33.3/kernel/sound/acore/snd-timer.o: insmod /lib/modules/2.4.33.3/kernel/sound/acore/snd-timer.o failed
/lib/modules/2.4.33.3/kernel/sound/acore/snd-timer.o: insmod snd-intel8x0 failed
/lib/modules/2.4.33.3/kernel/sound/acore/snd-timer.o: /lib/modules/2.4.33.3/kernel/sound/acore/snd-timer.o: unresolved symbol snd_compat_kcalloc
/lib/modules/2.4.33.3/kernel/sound/acore/snd-timer.o: insmod /lib/modules/2.4.33.3/kernel/sound/acore/snd-timer.o failed
/lib/modules/2.4.33.3/kernel/sound/acore/snd-timer.o: insmod snd-pcm-oss failed
/lib/modules/2.4.33.3/kernel/sound/acore/seq/snd-seq-device.o: /lib/modules/2.4.33.3/kernel/sound/acore/seq/snd-seq-device.o: unresolved symbol snd_compat_kcalloc
/lib/modules/2.4.33.3/kernel/sound/acore/seq/snd-seq-device.o: insmod /lib/modules/2.4.33.3/kernel/sound/acore/seq/snd-seq-device.o failed
/lib/modules/2.4.33.3/kernel/sound/acore/seq/snd-seq-device.o: insmod snd-seq-oss failed
*prays to the linux gods*