[ltp] T40 (2372-92G) and 2.6 kernels - pain will not go away

Alex linux-thinkpad@linux-thinkpad.org
Sat, 03 Apr 2004 14:30:18 -0800


On Sat, 2004-04-03 at 13:59, André Wyrwa wrote:
> > > I am having a big problem now since I have deleted the 
> > > /lib/modules/modprobe.conf file and even if I have recreated with 
> > > update-modules (debian) at boot I get a lot of FATAL error not finding 
> > > the modules !!!
> > 
> > Hrmm, gentoo stores that file in /etc. Might it be a symlink under
> > debian, if so, you should be able to
> > 
> > ln -s /etc/modprobe.conf /lib/modules
> 
> Sorry, but this is complete nonsense, since it would create a link
> /lib/modules pointing at /etc/modprobe.conf.
> 

Heh. Wow. You're right, it is. I was being stupid and meant to say 

ln -s /etc/modprobe.conf/ /lib/modules/

Which would result in a symlink at /lib/modules/modprobe.conf to
/etc/modprobe.conf

I have no clue if that would have solved the problem though, so I'm glad
someone more knowledgeable with debian than I stepped in :-)

> You can use generate-modprobe.conf to create a /etc/modprobe.conf file
> to start with.