Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

kernel 2.6.24 Upgrade

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
User avatar
KOTAPAKA
Posts: 507
Joined: 2008-02-22 00:26
Location: UK

kernel 2.6.24 Upgrade

#1 Post by KOTAPAKA »

Good evening
How do I upgrade the kernel from 2.6.18 (the one from a fresh install of Debian) to 2.6.24

debiandave
Posts: 8
Joined: 2006-04-26 20:06
Location: Auckland

#2 Post by debiandave »

Im no expert, but this worked for me!

wget http://kernel-archive.buildserver.net/d ... 5_i386.deb

or add the follwoing to your source list
#Debian experimental kernels #
deb http://kernel-archive.buildserver.net/debian-kernel/ trunk main
#
apt-get update

then apt-cache search linux-image, and install the kernel of choice.

User avatar
eyelid
Posts: 296
Joined: 2008-02-03 13:13
Location: Montreal, Canada

#3 Post by eyelid »

the linux-image-2.6.24-1-xxx is in the sid/unstable branch, but I think not yet in lenny/stable.

User avatar
garrincha
Posts: 2335
Joined: 2006-06-02 16:38

#4 Post by garrincha »

You could roll you own:
Kernel compile and install on Debian systems
http://forums.debian.net/viewtopic.php? ... highlight=

Realtime kernel build quickie + bootsplash
http://forums.debian.net/viewtopic.php? ... bootsplash

2.6.24 is only in Debian/Sid at the moment. I think in Lenny it's up to 2.6.22.
Maurice Green on Usain Bolt's 9.58: "The Earth stopped for a second, and he went to Mars."

User avatar
KOTAPAKA
Posts: 507
Joined: 2008-02-22 00:26
Location: UK

#5 Post by KOTAPAKA »

well I wouldn't want to upgrate to the unstable verstion - I mean after all one of the strengths of Debian is stability. There is a stable version called 2.6.24 (not -5). How do I upgrade to this version?

User avatar
KOTAPAKA
Posts: 507
Joined: 2008-02-22 00:26
Location: UK

#6 Post by KOTAPAKA »

garrincha wrote:You could roll you own:
Kernel compile and install on Debian systems
http://forums.debian.net/viewtopic.php? ... highlight=

Realtime kernel build quickie + bootsplash
http://forums.debian.net/viewtopic.php? ... bootsplash

2.6.24 is only in Debian/Sid at the moment. I think in Lenny it's up to 2.6.22.
Does this mean that I cannot use Etch + 2.6.24? I mean the kernel isn't written for a specific distro as far as I know.

User avatar
garrincha
Posts: 2335
Joined: 2006-06-02 16:38

#7 Post by garrincha »

KOTAPAKA wrote:
garrincha wrote:You could roll you own:
Kernel compile and install on Debian systems
http://forums.debian.net/viewtopic.php? ... highlight=

Realtime kernel build quickie + bootsplash
http://forums.debian.net/viewtopic.php? ... bootsplash

2.6.24 is only in Debian/Sid at the moment. I think in Lenny it's up to 2.6.22.
Does this mean that I cannot use Etch + 2.6.24? I mean the kernel isn't written for a specific distro as far as I know.
You can build a custom 2.6.24 kernel for your Debian/Etch box. It's just that you cannot apt-get (or aptitude get) the 2.6.24 image.
Maurice Green on Usain Bolt's 9.58: "The Earth stopped for a second, and he went to Mars."

User avatar
Red-guy
Posts: 250
Joined: 2005-10-16 06:00
Location: Vancouver Island,BC,Canada
Contact:

#8 Post by Red-guy »

You can either "roll your own" or go to the SID repositories and just download the kernel and kernel source. You will then be running a stable operating system on what may or may not be a stable kernel.

If you are not happy with the results, just take the kernel out again...using whatever methd you prefer...apt, aptitude, or synaptic.
Today I think...Tomorrow I solve
"Better to be thought a fool in silence, than to speak and remove all doubt"

User avatar
izar
Posts: 1714
Joined: 2007-01-01 18:34
Location: Euskal Herria

#9 Post by izar »

If you can make do with a 2.6.22 kernel, you can get one for Etch from the backports repositories.

User avatar
KOTAPAKA
Posts: 507
Joined: 2008-02-22 00:26
Location: UK

#10 Post by KOTAPAKA »

Well I have never compiled a kernel but I downloaded 2.6.24 orig kernel and i extracted it but I have no idea what to do with the files :D but if you can point a HOWTO for default build it will be fine. What do you actually mean by custom build - what can you change in the kernel?

User avatar
garrincha
Posts: 2335
Joined: 2006-06-02 16:38

#11 Post by garrincha »

KOTAPAKA wrote:Well I have never compiled a kernel but I downloaded 2.6.24 orig kernel and i extracted it but I have no idea what to do with the files :D but if you can point a HOWTO for default build it will be fine. What do you actually mean by custom build - what can you change in the kernel?
Linux Kernel in a Nutshell:
http://www.kroah.com/lkn/

You can download the PDFs in the link above and read it at your leisure.

I have already posted two links to HOW TO for Debian custom kernel building in this forum in the post above.
Maurice Green on Usain Bolt's 9.58: "The Earth stopped for a second, and he went to Mars."

User avatar
987687
Posts: 2110
Joined: 2007-06-11 10:58
Location: Vacation Land

#12 Post by 987687 »

I compiled my own, and it is nice, acpi is faster on my laptop. The reason I am sticking to the 23.16 for now though is because the iwl3945 driver sucks and the ipw driver won't compile. The 25 kernel is actually a bit faster than the 24 kernel for me, but there is still the crappy wireless drivers.
Desktop - 3.2GHz core2 quad
Laptop - 2.4GHz core2 duo ancient macbook
Bring back the penguin!! http://tinyurl.com/d57jwv

Post Reply