I read across the forums many stories of users trying the new 2.5 - 2.6 kernels. I think that it would be nice to gather in one thread all the steps needed to perform the 2.4->2.6 upgrade. That's what comes to my mind:
- 1. a new version of modutils is needed: the name is module-init-tools
This version of modutils is backward compatible with the 2.4 series;
Code: Select all
emerge module-init-tools
2. a new dir, /sys, is needed to mount the new sysfs filesystem. Gentoo init scripts take care to mount /sys at boot time (same happens with /dev/pts filesystem, which must be enabled in the kernel);
3. regular users should now be also in the "tty" group (I noticed that if you don't konsole and xterm complain about not being able to chown /dev/pts/* - this could depend also upon devfs settings).
So far for me kernel 2.6 works fine, with few minor glitches:
- 1. ati-drivers and pcmcia-cs and some other stuff won't compile (i guess they have to be ported...);
2. ps2 mouse and touchpad issues: on my laptop with a vanilla 2.6.0-test1 I get a kernel panic(!) if I load the psmouse module while an external ps2 mouse is also connected. With -ac1 no kernel panic, but touchpad and mouse still won't work. I have to load psmouse with an extra option:to avoid all these problems, but advanced features (such as mouse wheel) are disabled. These issues are known, I hope they'll be fixed soon, IMHO it's a showstopper.Code: Select all
modprobe psmouse psmouse_noext=1







