On Wed, Nov 01, 2000 at 03:58:03PM +0100, Moritz Schulte wrote: > Philipp Schulte <[EMAIL PROTECTED]> writes: > > > > How can I compile just one kernel module instead to do make modules > > > and make modules_install for all modules? > > > > Just look at the source of the module you wish to compile i.e > > /usr/src/linux/drivers/net/3c501.c > > There is always a "compile command" at the botttom of the file. > > Not always. It seems that many, if not all, of the network card > drivers have such a note.
Ok, the point was, that the source of the modules is in /usr/src/linux/drivers and because it is source you can compile it (or should be able to). And if you compiled, you can usually load it. Phil