> >> i recently installed RH9 kernel 2.4.20-20.9, then tried to update it > >> with Alsa Drivers, Lib, and Utils. it seems everything compiled > >> correctly, but when i tried to insert through Modprobe, i get > >> 'kernel-module mismatch' error. > >> > >> i used Alsa 0.9.6 from the web site. do i wait for a later version? > > > >Could it be that you have the wrong kernel source installed? You must > >compile ALSA against the kernel source corresponding to the running > >kernel. > > > entirely possible, probably related to my installation. can you be a bit > more explicit? here's what i find: > > the error message tells me snd.o was compiled for 2.4.20-19.9, yet > i booted and compiled in 2.4.20-20.9. on 'file search' i find a copy > from Alsa 0.9.5 on the system as well as 0.9.6. the later Alsa version > is the one i compiled and tried to install. the older version shows up > in /usr/src/alsa/...
You need to install the kernel-source-2.4.20-20.9 package before building the alsa drivers. To see what you have do: rpm -q -a | grep ^kernel-source -- Fernando ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
