another alsa installation problem
I am trying to get alsa drivers for a Creative SB Live card working under Red Hat Enterprise 3.
I was able to get alsa to compile and got around the schedule_work problem.
The messages I get when trying to load are:
/sbin/modprobe snd-emu10k1
/lib/modules/2.4.21-9.EL/kernel/sound/pci/emu10k1/snd-emu10k1.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.21-9.EL/kernel/sound/pci/emu10k1/snd-emu10k1.o: insmod /lib/modules/2.4.21-9.EL/kernel/sound/pci/emu10k1/snd-emu10k1.o failed
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: unresolved symbol snd_info_create_module_entry_Rfc3163c5
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: unresolved symbol snd_info_free_entry_Raa1c948b
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: unresolved symbol _snd_magic_kcalloc_R2061fcb1
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: unresolved symbol snd_magic_kfree_R734de7d7
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: unresolved symbol snd_hidden_kfree_R3d62778c
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: unresolved symbol snd_seq_root_Ra69d17e2
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: unresolved symbol snd_info_register_Rf118650b
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: unresolved symbol snd_hidden_kmalloc_R91c87dfa
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: unresolved symbol snd_info_unregister_R8a59f2e4
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: unresolved symbol snd_device_new_R2d2c065e
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: insmod /lib/modules/2.4.21-9.EL/misc/snd-seq-device.o failed
/lib/modules/2.4.21-9.EL/misc/snd-seq-device.o: insmod snd-emu10k1 failed
I have tried using a number of different compile options with no luck. Any ideas?
|