On Mon, Nov 04, 2002 at 05:44:28PM +1100, Martin wrote: > trying to get ALSA (www.alsa-project.org) working under debian testing. even > followed the instructions in this great how-to > >(http://www.linuxorbit.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=541&page=1 > watch the wrap) to compile new modules. > > i think my problem in the end of the day is i'm running a kernel (2.4.19-k7) > compiled with K7 optimisations (AMD Duron) rather then the stock kernel > (2.4.19) hence this problem: > > # modprobe snd-emu10k1 > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol vfs_readlink_Rea1adc90 > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol irq_stat_R38b08934 > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol proc_root_R9cc34d9c > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol > register_sound_special_Rc69fb016 > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol > remove_wait_queue_Rd2d1a4c6 > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol devfs_mk_dir_R7d21219f > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol > create_proc_entry_R3045c2ce > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol > devfs_find_handle_R4d12f7ee > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol mem_map_Re77c036b > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol add_wait_queue_R7539aa0e > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol fasync_helper_R536f5ddf > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol devfs_register_R9bcf1a85 > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol > remove_proc_entry_R24b93092 > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol devfs_unregister_R7859c162 > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol vfs_follow_link_R0056de8c > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol kill_fasync_Rabddf4af > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol > devfs_register_chrdev_R49c82cb5 > /lib/modules/2.4.19/alsa/snd.o: unresolved symbol __pollwait_R701f80e6 > /lib/modules/2.4.19/alsa/snd.o: insmod /lib/modules/2.4.19/alsa/snd.o failed > /lib/modules/2.4.19/alsa/snd.o: insmod snd-emu10k1 failed > > my guess is that i just need to ensure a kernel modules package builds > against the right kernel. am i on the right track? >
did you build your kernel using kernel-package, and did you then build the alsa modules against this same kernel, again using kernel-package? Conrad. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
