I installed Kernel 2.6.1-rc1 on Saturday and I spent the entire weekend getting it just the way I like it. After fighting with the Framebuffer, alsa, and Module dependecies all is well. Here are a few notes of the things I had to do:
Frame buffer:
if you don't know just choose Vesa. Don't choose more then 1 Frame Buffer at the same time, I had alot of issues when I had multiple compiled into the kernel.
Alsa:
I had to run the snddevices script then I still had to do the modprobe on the snd-pcm-oss (all the oss emulation modules) I just added it to my rc.local startup script (Slackware). Since that things are working perfect.
Bootsplash (test9 patch):
Works great no special configuration needed!!
I was getting alot of module dependency errors I installed the new verison of module-init and that solved the problem:
http://www.kernel.org/pub/linux/kern...15-pre4.tar.gz
I had a little trouble getting it installed. Make sure you rename all the old module tools to .old (I.E. modprobe.old) and it likes to install in the /usr/local/bin directory so I made symbolic links to the files in that directory since all the apps I had were hard coded to /sbin/mods
Also I got a little crazy and installed the CVS version of X (4.3.99) it is about the same as the old... But it works great too.
I was just curious if anyone else installed 2.6.0 or 2.6.0-rc1. If so did it go smooth or not?
--John
(I am sure if I read the Documentation things would have went smoother)