I have a consistent problem running 'make modules_install' after compiling. The directory structure forms in /lib/modules, but no modules install. This problem showed up under -rc6-mm1 and -rc6-mm2, but not -rc6. I'm hoping somebody has hit this before, otherwise it's git-bisect time.
Process is what I have been given to understand as proper: untar, patch, configure and make as $USER, make modules_install as root. I'm on a new Slackware-11.0 install (glibc 2.3.6, gcc 3.4.6, module-init-tools 3.2.2), running linux-2.6.20-rc6. 'make' runs fine, no errors that I can tell. The output of 'make modules_install' goes something like this: (... sequence of same for all modules ...) INSTALL sound/core/snd-page-alloc.ko cp: cannot stat `sound/core/snd-page-alloc.ko': No such file or directory INSTALL sound/core/seq/snd-seq.ko cp: cannot stat `sound/core/seq/snd-seq.ko': No such file or directory INSTALL sound/core/snd-rtctimer.ko cp: cannot stat `sound/core/snd-rtctimer.ko': No such file or directory INSTALL sound/core/snd-timer.ko cp: cannot stat `sound/core/snd-timer.ko': No such file or directory INSTALL sound/drivers/snd-virmidi.ko cp: cannot stat `sound/drivers/snd-virmidi.ko': No such file or directory INSTALL sound/pci/ac97/snd-ac97-codec.ko cp: cannot stat `sound/pci/ac97/snd-ac97-codec.ko': No such file or directory INSTALL sound/core/snd.ko cp: cannot stat `sound/core/snd.ko': No such file or directory INSTALL sound/drivers/snd-dummy.ko cp: cannot stat `sound/drivers/snd-dummy.ko': No such file or directory INSTALL sound/pci/hda/snd-hda-codec.ko cp: cannot stat `sound/pci/hda/snd-hda-codec.ko': No such file or directory INSTALL sound/pci/hda/snd-hda-intel.ko cp: cannot stat `sound/pci/hda/snd-hda-intel.ko': No such file or directory INSTALL sound/pci/snd-intel8x0.ko cp: cannot stat `sound/pci/snd-intel8x0.ko': No such file or directory INSTALL sound/soundcore.ko cp: cannot stat `sound/soundcore.ko': No such file or directory if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.20-rc6-mm2; fi I have retrieved clean files to make clean trees, and that's not it. I've tried making everything as root, and that's not it. I'm going to keep trying, but hopefully someone already knows and can tell me what I'm doing wrong or why this keeps failing. Thanks! Matt Frost - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

