On Sun, 22 Jun 2003, Matthias Saou wrote: > Justin Zygmont wrote : > > > 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 > [...] > > You mustn't have the matching arch for the running kernel and the alsa > kernel module. Could you double check? > > rpm -q --qf '%{name}-%{version}-%{release} is %{arch}\n' kernel \ > kernel-module-alsa my output is: kernel-2.4.20-18.9 is i586 kernel-module-alsa-0.9.4-fr2_2.4.20_18.9 is i586 looks like they are the right arch