Click to See Complete Forum and Search --> : missing modules


NathanTwist
01-26-2002, 12:49 AM
so ive got the new kernel compiled, all is well, but when i boot up, half of my modules are gone ! lsmod shows nothing loaded, and its spacificly said during start up that my audio driver, i810_audio couldnt be found. any idea what i need to do here? is this normal, and just a matter of me needing to do some linking work? also, im used to my modules being object files, but this doesnt seem to be the case with the 2.4.17 kernel, every thing seems to be a c source file. what gives?

Psycho
01-26-2002, 01:31 AM
Try the NHFs (http://www.linuxnewbie.org/nhf/intel/compiling/index.html)

scanez
01-26-2002, 01:47 AM
Um yes, the source is all C, but once you configure the kernel and say which modules to compile...then it compiles them to .o (or you can build them right into the kernel). Did you configure it to compile the modules you needed?