I just am trying to get sound going with alsa, using the rpms from freshrpms.net without any luck. Here is what I have: [root@xxxxxxxxx root]# ls alsa-driver-0.9.4-fr2.i386.rpm kernel-2.4.20-18.9.i586.rpm kernel-module-alsa-0.9.4-fr2_2.4.20_18.9.i586.rpm [root@xxxxxxxxx root]# insmod snd-cs4231 Using /lib/modules/2.4.20-18.9/kernel/sound/snd-cs4231.o /lib/modules/2.4.20-18.9/kernel/sound/snd-cs4231.o: unresolved symbol snd_mpu401_uart_new_R19c884cf /lib/modules/2.4.20-18.9/kernel/sound/snd-cs4231.o: unresolved symbol snd_card_new_Rc78c0039 /lib/modules/2.4.20-18.9/kernel/sound/snd-cs4231.o: unresolved symbol snd_card_register_R6838f020 /lib/modules/2.4.20-18.9/kernel/sound/snd-cs4231.o: unresolved symbol snd_verbose_printk_R49d4e4d1 /lib/modules/2.4.20-18.9/kernel/sound/snd-cs4231.o: unresolved symbol snd_cs4231_timer_R56c3e73b /lib/modules/2.4.20-18.9/kernel/sound/snd-cs4231.o: unresolved symbol snd_cs4231_create_Ra46b82de /lib/modules/2.4.20-18.9/kernel/sound/snd-cs4231.o: unresolved symbol snd_cs4231_mixer_R3dcd8cbb /lib/modules/2.4.20-18.9/kernel/sound/snd-cs4231.o: unresolved symbol snd_card_free_Rdc6b9974 /lib/modules/2.4.20-18.9/kernel/sound/snd-cs4231.o: unresolved symbol snd_cs4231_pcm_R12b8ae0e [root@xxxxxxxxx root]# I don't think alsa-driver should have to be i586, I even tried it on another computer and every module would fail the same way. any help or suggestions would be greatly appreciated. thanks.. On Thu, 5 Jun 2003, Gordon Messmer wrote: > Justin Zygmont wrote: > > hi, thanks for the reply, how did you rebuild the package? I just tried > > installing the alsa rpm for 13.9 since it was the most recent one > > available and all I get is unresolved symbols. > > You probably got the package for the wrong architecture. I used the > packages for 2.4.20-13.9 from freshrpms without trouble. > > Check the output of: > $ rpm -q --qf '%{NAME} %{VERSION}-%{RELEASE} %{ARCH}\n' kernel \ > kernel-module-alsa > kernel 2.4.20-13.9 athlon > kernel 2.4.20-18.9 athlon > kernel-module-alsa 0.9.3a-fr2_2.4.20_13.9 athlon > kernel-module-alsa 0.9.3a-fr2_2.4.20_18.9 athlon > > >