[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Modules after kernel upgrade.



Hi,

        When you configre a new kernel, (in the source directory, use
 make config/menuconfig/xconfig),  you need to install as modules (on
 compile into the kernel) everything that you need (like the psaux
 driver for your mouse). I generally copy the /boot/config-X.X.XX
 files into /usr/local/src/kernel-source/X.X.XY/.config and make
 incremental changes.

        The modules are laoded in the order specified in /etc/modules
 file (the auto keyword allows kerneld to trigger these modules on
 demand). The modules must exist in the /lib/modules/X.X.XX/* subdirs,
 of course, for this to work.

        manoj
-- 
 Finagle's First Law: To study a subject best, understand it
 thoroughly before you start.  Finagle's Second Law: Always keep a
 record of data -- it indicates you've been working.  Finagle's Fourth
 Law: Once a job is fouled up, anything done to improve it only makes
 it worse.  Finagle's Fifth Law: Always draw your curves, then plot
 your readings.  Finagle's Sixth Law: Don't believe in miracles --
 rely on them.
Manoj Srivastava   <srivasta@debian.org>  <http://www.debian.org/%7Esrivasta/>
Key C7261095 fingerprint = CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E


Reply to: