View previous topic :: View next topic |
Author |
Message |
crovax123 Apprentice
Joined: 08 Jun 2004 Posts: 159
|
Posted: Fri Jun 25, 2004 6:17 pm Post subject: downgrading |
|
|
i want to go from a 2.6.5 kernel to a 2.4 kernel how can i do this or do i need to reinstal my entire system??
(i need to get an older version to get my radeon to work) |
|
Back to top |
|
|
codedmart l33t
Joined: 18 Nov 2003 Posts: 647 Location: Not Quite Sure
|
Posted: Fri Jun 25, 2004 6:21 pm Post subject: |
|
|
Just emerge the 2.4 kernel sources that you want to use then do Code: | cd /usr/src
rm linux
ln -s /usr/src/linux-2.4.** /usr/src/linux | the asteriks being what ever kernel you emerged and configure the new kernel and change your grub.conf to boot the new kernel. |
|
Back to top |
|
|
|