The two options I used to get around it... 1) cd /lib/modules ; mv 2.0.0 2.2.0-pre6 ; depmod -a
or 2) upgrade kernel-package to the version in potato, which will create the module-directory under the correct name On Sat, Jan 09, 1999 at 05:52:48PM +1100, Hamish Moffatt wrote: > There must be a trick to this. > > I just installed kernel 2.2.0-pre6. modutils doesn't insert anything; > depmod -a says > > [5:50pm] [EMAIL PROTECTED]:~# depmod -a > can't open /lib/modules/2.2.0-pre6/modules.dep > > which is because the modules are in /lib/modules/2.2.0 instead.