Robert Storey <[EMAIL PROTECTED]> writes: > Part 3 of my "kernel compile saga." > > My new kernel compiles OK, it boots OK, but there are no modules. Typing > lsmod shows no modules loaded, even though /etc/modules says: ... > A look in directory /lib/modules/2.4.19/kernel/drivers confirms that the > directory is empty. I can find compiled drivers in > /usr/src/linux-2.4.19/drivers, but I don't know how to get these to > install.
How did you build your kernel? If you used kernel-package, all of the magic should just happen, and the module files should be in the generated kernel-image .deb file. If you didn't, did you run 'make modules_install'? Also, if you didn't select anything in your kernel configuration to be built as modules, you just won't have modules, even though you might have all of the drivers you care about built into your kernel. -- David Maze [EMAIL PROTECTED] http://people.debian.org/~dmaze/ "Theoretical politics is interesting. Politicking should be illegal." -- Abra Mitchell -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]