I know that there are some people who aren't so patient to wait for Debian Lenny to get a Debian 2.6.20 kernel. Well, there is an unofficial repository where Debian Developers upload the new kernels... and here's a small snippet for you to have the repository:
- Code: Select all
su
echo 'deb http://kernel-archive.buildserver.net/debian-kernel/ trunk main' >> /etc/apt/sources.list
wget http://kernel-archive.buildserver.net/key
apt-key add key
rm key
apt-get update
Now just execute apt-cache search linux-2.6.20 and you can pick up a Debian 2.6.20 kernel to test!
From my experience, the kernels work wonderfully on my PC and every bit and byte works like a charm. I hardly suggest this for people who want to taste the future of Debian!
Cheers,
Synux