Peter Whysall <[EMAIL PROTECTED]> writes: > On Sun, 2002-04-21 at 19:22, Ron Johnson wrote: >> Related question: how do you _compile_ extra kernel modules >> after the kernel is installed and running? > > You could do your make (x|menu)config to select what you'd > forgotten, then do: ... > If you're like me and have fallen under the spell of make-kpkg, > you'd do this: > > make-kpkg modules
That doesn't do what you think it does at all. Specifically, 'make-kpkg modules' attempts to build signed uploadable versions of kernel module packages that have their source unpacked under /usr/src/modules (or $MODULES_LOC, if that's set). Most people will want to use 'make-kpkg modules-image', which doesn't sign the modules. And in any case, this won't rebuild the modules that are built from the kernel source tree; you need to re-run 'make-kpkg kernel-image' for that. (It wouldn't hurt to bump the kernel revision number if you do this, though that might require you to rebuild all of your external modules, too.) -- 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]