Click to See Complete Forum and Search --> : Module prob after kernel compile


Dave2001
06-23-2001, 01:44 PM
Hey Guys !


After i have now stepped over to 2.4.5 i dont seem to have any modules anymore . Always happens to me when i compile a new kernel .
I said "make modules" and "make modules_install "

Am i missing something ? I need these modules for sound i guess because sndconfig says it doesnt find a module . But i have actually implemented my soundcard right in the kernel ... so it is pretty weird that sound doesnt work . Anyway ... any suggestion for the module prob ?

David

godot
06-23-2001, 06:50 PM
ok, do this

apt-get install kernel-package

cd /usr/src/linux
make menuconfig
make-kpkg kernel-image

wait 1/2 eternity :D

then...
cd /usr/src/
dpkg -i kernel-'blah'.deb

that should do it, if not download the kernel source again

Dave2001
06-24-2001, 07:56 AM
Mmmm i dont really understand what u mean . Why should i install the kernel again ? I mean the kernel is workin fine so far ... jus the modules not .
The problem is mainly that the module mad16 wont load . I can issue whatever parameters i want ... jus doesnt load . And i know that was the one that worked in kernel version 2.2 .
If i use sndconfig ( which doesnt really hwlp but writes a isapnp.conf ) and then say "isapnp isapnp.conf " it says it is ok ... but that doesnt load the module . i dunno ... :(

David