On Fri, Jun 21, 2002 at 02:50:08PM -0700, curtis wrote: > I just compiled a new kernel (2.4.18) for a machine and installed it. > Well, when I run modconf, I find that the only available module is > dummy.o under kernel/drivers/net. > > And, in fact, this is the only module listed under > /lib/modules/2.4.18/kernel/drivers/net. > > How can I get a full listing of drivers in here? > > Curtis >
I have just worked through this problem myself. Do this as root: cd /usr/src ln -s kernel-source-2.4.18 linux cd /usr/src/linux make-kpkg clean (to get rid of bad stuff from before) make-kpkg --revision xyz123 binary Also, if you want all the net drivers, you may want to crib a copy of config-2.4.18 from the kernel image that was built by the maintainer and use it as a starting point for your make config If this doesn't make sense email me directly for more detail. -- Paul E Condon [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]