LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how can I upgrade to kernel 2.6? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-upgrade-to-kernel-2-6-a-334926/)

kuertensun 06-18-2005 01:18 PM

how can I upgrade to kernel 2.6?
 
I have installed debian base system on my laptop and the kernel is 2.4.18 now.how can I upgrade it to the newest kernel?

thank you very much.

harken 06-18-2005 01:57 PM

If you don't want to compile from source, run an 'apt-cache search kernel-image' which will return a list of the available kernels in Debian repositories, pick the one you want and run 'apt-get kernel-image-2.6.X-extraversion', replacing X and extraversion accordingly. Or use Synaptic's search function.
Or, if you really want the latest and you have the skills to compile one, go to www.kernel.org and download the latest.

kuertensun 06-19-2005 05:48 AM

thank you but I don't have internet connection on my computer.do you have any other way to upgrade it?

linux-rulz 06-19-2005 06:27 AM

Well, without an internet connection you would need to download the code or debs from another machine and then upgrade

kuertensun 06-19-2005 06:31 AM

thank you
can you give more details?after I download it from another computer and transfer it to mine.what command shall I use?

linux-rulz 06-19-2005 07:15 AM

What file did you download?

kuertensun 06-19-2005 07:20 AM

that's what I want to ask.what file should I download?

linux-rulz 06-19-2005 10:39 AM

First of all, why are you running kernel 2.4.18??? When did you install this? You might want to reinstall or find a working internet connection and then upgrade to the latest Sarge or w/e.

Anyways, you'll have to look on Debian's servers for a 2.6 series kernel for your system. You then download the deb and install it with the command

dpkg -i package.deb

Although you'll have dependancy hell so it would probably be easier to just hook the laptop up to the net if possible.

kuertensun 06-19-2005 10:43 AM

thank you!

I will try it.


All times are GMT -5. The time now is 11:16 AM.