Click to See Complete Forum and Search --> : new kernel==no sound?
thonot
11-12-2000, 02:03 PM
Alright I just finished compiling/install kernel 2.4.0test10 on my RedHAt 6.2 box. The problem is, it can't find my emu10k1 sound driver. I compiled it in as a module, but when I go to its location( in my case: /lib/modules/2.4.0-test10/kernel/drivers/sound/emu10k1) and try a depmod, it tells there are no modules at that location.
Gaccm
11-12-2000, 03:20 PM
well i don't really know how to help you. What iwould do, is re-compile and don't include it as a module, have it built in. Only include stuff as module if you use it rarely.
Strike
11-12-2000, 05:01 PM
Did you do a make modules and make modules_install? If you did, then your problem is probably that you have an antiquated modutils. Get modutils-2.3.19, as the new 2.4.0test kernels changed around the hierarchy of modules.