> -----Original Message----- > From: Jason Clinton > > > modules_install should > never screw up your module directory. Inside /lib/modules/*/, each > directory is for each major kernel release so there should be no I was taking that from the README file that warns you to back up your modules first. If you apply patches to the kernel it is possible to break a formerly working module by overwriting it with a buggy module. Or alternatively overwrite a distro tweaked module with a stock module. Be safe and save your old modules, that's all I was really trying to say. Brian