Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upgrading 2.6.3 -> 2.6.6

Status
Not open for further replies.

skiflyer

Programmer
Sep 24, 2002
2,213
US
I tried to upgrade my kernel from 2.6.3 to 2.6.6, but I get a kernel panic... I have no idea why... It's an error that if I search for has a dozen explanations and solutions, several of which I tried and failed with.

But my question is, is there a way I can find out what my kernel configuration for the working 2.6.3 kernel is and just pass it on to the 2.6.6 kernel rather than going through the configuration program?
 
Under /boot, you should find some files named like config-2.6.5-1.358. This file is the config that was used to generate the kernel of the matching version. Just copy this file into your kernel source folder and rename it as .config


--== Anything can go wrong. It's just a matter of how far wrong it will go till people think its right. ==--
 
Also you can do a 'make oldconfig'. Not sure if it's any different than just copying to .config, but maybe worth mentioning.

----
JBR
 
Hi skiflyer,

I have downloaded the Fedora Core 2 linux-2.6.5 source and build a custom kernel. After building the custom kernel, I was able to install the NVIDIA driver successfully. The NVIDIA driver really makes a difference for my NVIDIA gforce 4 MX440SE-T AGP video card. I can run the Tux Racer game at 20, 30, or 40 frames per second with the NVIDIA driver as opposed to 2, 3, or 4 frames per second without it.

Here are some link that might be of help to you.



file:///usr/share/doc/HTML/index.html



If your interested, I can tell you exactly how I was able to install and build the custom kernel.

Regards,

LelandJ

Leland F. Jackson, CPA
Software - Master (TM)
Nothing Runs Like the Fox
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top