Click to See Complete Forum and Search --> : /etc/modules.conf newer than /lib/modules/... fix


veloctTX
01-04-2001, 08:37 AM
Here's what I do: (must be root)

# touch -t <date> (ie. 01040600 = 01/04 @ 6am) /lib/modules/...(rest of path)

All it does is change the date of the modules.dep file to be newer than the modules.conf file.

HTH

Sterling
01-04-2001, 09:17 AM
This is a workaround that may cause problems. A better solution is to just run (as root):

depmod -a

That updates all the module dependencies.

------------------
-Sterling
-This post made with the Lizard! (http://www.mozilla.org)

veloctTX
01-04-2001, 02:37 PM
Hopefully nobody tried my suggestion and got unsatisfactory results. Thanks Sterling.