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

Alex linux-thinkpad@linux-thinkpad.org
Mon, 29 Mar 2004 21:13:39 -0800


> Alex,
> please be patient.
> 
> 1) Download a vanilla 2.6.4 kernel from kernel.org
> 2) Download the WOLK2.3 bz from sourceforge
> 3) place the 2.6.4 in /usr/src/linux (symlink to /usr/src/linux-2.6.4)
> 
okay, assuming that you've placed linux-2.6.4-wolk2.3.patch.bz2 in /usr,

1.  cd /usr/src/linux
2. bzcat ../linux-2.6.4-wolk2.3.patch.bz2 | patch -p1
3. cp $WhereEverYouPutIt/.config ./
4. make oldconfig
5. make 

> now the question: how to apply the WOLK patch ? Where to bunsip it and 
> how to apply ??
> 
> The rest should be at my level 8-)))
> 
> 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

If you don't have an /etc/modprobe.conf, you might try building a kernel
and do a make modules_install, though I don't know that that will do it