I have submitted this on the bug-tracking system already. After I build linux, alsa driver, alsa lib, alsa utils in that order, and I have tried with and without module versioning info in the kernel, I can't load the alsa drivers. I get the following error messages from depmod -ae: root@Sorcerer:~# depmod -ae depmod: *** Unresolved symbols in /lib/modules/2.4.17/kernel/sound/acore/seq/oss/snd-seq-oss.o depmod: snd_midi_event_decode depmod: snd_midi_event_free depmod: snd_midi_event_encode_byte depmod: snd_midi_event_new root@Sorcerer:~#
With my limited knowledge of makefiles and no knowledge of the alsa source code, it looks like there is not support for my sound card in the makefile in the directory where this module is built. I could be wrong, as I said I have limited Linux development experience. I have tried suggestions that have worked for others using the SGL linux, including turning off the module versioning. With versioning on i get the errors on the same four symbols, but with some extra strings appended to the names above. Richard Snow [EMAIL PROTECTED] _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
