From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miles Lane Date: Wed, 24 Jan 2001 08:14:49 +0000 Subject: Hmm. Bug in modutils-2.4.2 RPM? Please tell me "No." Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org I am building and installing 2.4.1-pre10. I just installed modutils 2.4.2 from RPM off of ftp.kernel.org. When depmod runs, I get this error: find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.1-pre10; fi depmod: Module /lib/modules/2.4.1-pre10/kernel/drivers/usb/acm.o has an unknown version (2) usb_device table It is likely that the kernel structure has changed, if so then you probably need a new version of modutils to handle this kernel. Check linux/Documentation/Changes. make: *** [_modinst_post] Error 255 I patched the kernel. It patched cleanly. I then ran make mrproper cp ../.config . make oldconfig clean dep all install modules modules_install Crud. Miles _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel