Mark Khemma writes:
 > 
 > helllloooo!
 > 
 > i just installed the new linuxkernel and i'm attempting to (obviously) set
 > up the alsa sound module snd-ice1712.o to the new kernel. However i've
 > come to an impasse. there appears to be another directory, 2.4.9-31custom
 > that has the
 > snd modules in addition to the 2.4.9-31 directory (which are all in
 > /lib/modules) . can anybody explain
 > why there are these two directories instead of one? i run modprobe
 > snd-ice1712 and it errors not being able to find the modules.
 > i installed the new kernel through redhat so am i correct in assuming that
 > i should recompile the kernel? or do i need to do something else? it seems
 > that modprobe is not looking in /lib/modules/2.4.9-31/misc but maybe in
 > some other directory (the expected place of
 > /lib/modules/version_number/sound/pci/snd-ice1712.o)?
 > if anybody seem to understand what i'm babbling about and can help,
 > a hundred thousand thanks.
 > -mark
 > 

Sure, if you look on line 4 of /usr/src/linux/Makefile you'll see what
needs to be changed to make the next build go right.  Meantime, you
can probably just move the contents of /lib/modules/2.3.9-31custom
into /lib/modules/2.3.9-31, ie

  (cd /lib/modules/2.3.9-31custom; tar cf - .) | (cd /lib/modules/2.3.9-31; tar xvf -)

and use them. They were compiled for the right kernel, they just got
installed in the wrong place.

-- rec --

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to