Results 11 to 16 of 16
When I installed slackware with the 2.4 kernel, my network wouldn't work, then when I installed it with 2.6, my mouse didn't work. The mouse thing worked out simply by ...
- 11-29-2006 #11Just Joined!
- Join Date
- Nov 2006
- Posts
- 8
When I installed slackware with the 2.4 kernel, my network wouldn't work, then when I installed it with 2.6, my mouse didn't work. The mouse thing worked out simply by me selecting a different option for the mouse type in the installation menu. Everything works for me now on the 2.4. This walkthrough helped me immensely.
http://www.bitbenderforums.com/vb22/...?postid=311808
for my laptop mouse, I selected the usb mouse option, which somehow made my touchpad mouse work too.
good luck
- 11-30-2006 #12Just Joined!
- Join Date
- Nov 2006
- Posts
- 11
So...How would I go about upgrading my kernel?
- 11-30-2006 #13Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
Originally Posted by Meow
use the kernel 2.6 packages from the 2nd cd, or the slackware ftp site, for 2.6.18, and upgrade the kernel and the module packages using 'upgradepkg', do not upgrade the kernel-headers package to 2.6, it is supposed to be 2.4
- 11-30-2006 #14Just Joined!
- Join Date
- Nov 2006
- Posts
- 11
See, I'm not sure what you mean by that (but I am determined to learn this).
Can someone tell me, step by step, how to do it?
- 11-30-2006 #15Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
This has been covered many times in this forum.
put the second cd in, mount it
go to extra/linux-2.6.17.3
now, 'init 1' to go to init 1
either remove /var/log/packages/kernel-generic* and kernel-modules* or upgrade them.
do not remove or upgrade the 2.4 kernel-headers package, it is supposed to be 2.4.Code:removepkg /var/log/packages/kernel-generic* removepkg /var/log/packages/kernel-modules*
now install the kernel-generic and kernel-modules packages from the extra dir.
make sure /boot/vmlinuz symlink points to the kernel version you just installed, make sure your lilo config (/etc/lilo.conf) is pointing to /boot/vmlinuz, then run 'lilo -v' and reboot.Code:installpkg ./kernel-modules*tgz installkpg ./kernel-generic*tgz
*so bored of repeating myself*
- 11-30-2006 #16
You may also find it helpful to read the README file contained in each of the kernel directories on the cd's. The info in the README contains both the steps re: installing the packages AND an important step re: mkinitrd.


Reply With Quote