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

 

 

 

which kernel files to i need?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
hardwarewizard
Posts: 5
Joined: 2008-12-04 21:06

which kernel files to i need?

#1 Post by hardwarewizard »

which kernel files do i need?? I am running lenny.

i am currently using 2.6.26-1-686

i want to run 2.6.32-5

i was going to use the files from this location

hxxp://ftp.debian.org/pool/main/l/linux-2.6/

i want to know which file/files i should get to install this kernel on my system.

and i also would like to know if there is a how to when using these files?

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: which kernel files to i need?

#2 Post by craigevil »

Use the backports.org repo.
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

hardwarewizard
Posts: 5
Joined: 2008-12-04 21:06

Re: which kernel files to i need?

#3 Post by hardwarewizard »

this only get me to version 2.6.30 and i need 2.6.32-5

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: which kernel files to i need?

#4 Post by craigevil »

Then your only options are;
1) upgrade to testing and try to install the kernel from sid
2) upgrade to sid
3) build your own kernel

#3 is probably the safest, search the forum there are a couple of howtos
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
aicardi
Posts: 388
Joined: 2009-11-18 01:30
Location: Chicago

Re: which kernel files to i need?

#5 Post by aicardi »

http://www.kernel.org/
But even there the latest stable is 2.6.32.4
Jessie/Xfce

hardwarewizard
Posts: 5
Joined: 2008-12-04 21:06

Re: which kernel files to i need?

#6 Post by hardwarewizard »

craigevil wrote:Then your only options are;
1) upgrade to testing and try to install the kernel from sid
2) upgrade to sid
3) build your own kernel

#3 is probably the safest, search the forum there are a couple of howtos

linux-2.6_2.6.32-5.diff.gz
linux-2.6_2.6.32-5.dsc
linux-doc-2.6.32_2.6.32-5_all.deb
linux-headers-2.6.32-trunk-all_2.6.32-5_i386.deb
linux-headers-2.6.32-trunk-common-vserver_2.6.32-5_i386.deb
linux-headers-2.6.32-trunk-common_2.6.32-5_i386.deb
linux-image-2.6.32-trunk-686_2.6.32-5_i386.deb
linux-libc-dev_2.6.32-5_i386.deb
linux-manual-2.6.32_2.6.32-5_all.deb
linux-patch-debian-2.6.32_2.6.32-5_all.deb
linux-source-2.6.32_2.6.32-5_all.deb
linux-support-2.6.32-trunk_2.6.32-5_all.deb


thats all the possible files i may or may not need to compile the kernel i need

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

.

#7 Post by llivv »

.
Last edited by llivv on 2019-04-17 22:36, edited 1 time in total.
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

refracta
Posts: 1234
Joined: 2008-10-26 01:46

Re: which kernel files to i need?

#8 Post by refracta »

linux-image-2.6.32-trunk-686_2.6.32-5_i386.deb
is the one you want to download to your home folder and then use dpkg -i to install it
dpkg -i linux-image-2.6.32-trunk-686_2.6.32-5_i386.deb

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: which kernel files to i need?

#9 Post by stevepusser »

I don't think you can compile any new modules with a Sid kernel in Lenny, though, the headers package will require gcc 4.4.

Post Reply