Results 11 to 12 of 12
The sound kernel modules should be in /lib/modules/2.6.21.5-smp/kernel/sound.
Your module should be installed there when you did
Code:
make modules_install
after you recompiled your kernel, if it's not, here's how ...
- 07-16-2007 #11Linux Newbie
- Join Date
- Jul 2005
- Posts
- 180
The sound kernel modules should be in /lib/modules/2.6.21.5-smp/kernel/sound.
Your module should be installed there when you didafter you recompiled your kernel, if it's not, here's how you can find it:Code:make modules_install
That will return all of the sound modules, if you know the name of your module just use that instead of the wildcard character.Code:find -P / -iname snd-*.ko
If it wasn't installed in that location it should still be in /usr/src/linux when you recompiled your kernel, and if that's the case you might want to just copy it into /lib/modules/2.6.21.5-smp/kernel/sound.Last edited by mahlerfan; 07-16-2007 at 10:29 PM. Reason: typo
- 07-17-2007 #12
Hi vfronda
Are you trying to compile your kernel again ? did you run alsaconf ?
Regards.Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote