Hi, There is a problem if you are re-installing a kernel with the same version number (and not using Flavours ;-). From the kernel-package README file: ______________________________________________________________________ Now, there is a caveat: If you already have kernel 2.0.29 installed, and you have a freshly created custom 2.0.29 kernel, just installing the new 2.0.29 kernel shall install modules (as it should) in /lib/modules/2.0.29, which is where the old modules were! If you have added or removed modules relative to the old 2.0.29 kernel (very likely if your old kernel was the default gigantic generic kernel), then you shall have a mish-mash of modules in /lib/modules/2.0.29 ;-(
Unfortunately, there is no reasonable solution; I suggest moving the old modules directory before installation, like so (need to be root): # mv /lib/modules/2.0.29 /lib/modules/2.0.29.save # dpkg -i kernel-image-2.0.29_custom.1.0_i386.deb and later get rid of the .save directory. People who want to have multiple flavours of the same kernel version around should look at the file /usr/doc/kernel-package/Flavours.gz for details (Note: This involves modifying the kernel sources top level Makefile; not recommended unless you are *sure* you need it). ______________________________________________________________________ manoj -- "It's a hundred and six miles to Chicago, we've got a full tank of gas, half a pack of cigarettes, it's dark, and we're wearing sunglasses." "Hit it." Jake and Elwood Blues Manoj Srivastava <[EMAIL PROTECTED]> <http://www.datasync.com/%7Esrivasta/> Key C7261095 fingerprint = CB D9 F4 12 68 07 E4 05 CC 2D 27 12 1D F5 E8 6E -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]