LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-06-2007, 05:23 AM   #1
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Linux 2.6.20 deb package available


After I manually compiled the pristine 2.6.20 from kernel.org, I just realized that the debian package is also available, unofficially (still from a debian repository):
It hasn't run all the debian checks, but I'm pretty confident
You have to add this to your sources.list:

These kernels are available:

Quote:
linux-image-2.6.20-1-486
linux-image-2.6.20-1-686
linux-image-2.6.20-1-686-bigmem
linux-image-2.6.20-1-k7
Have fun
 
Old 02-06-2007, 01:11 PM   #2
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
I've never had a problem compiling directly from kernel.org. I usually grab the new kernel (full versions only, like after 2.6.19 I didn't mess with 2.6.19.1 and 2.6.19.2, but grabbed 2.6.20 and compiled while I watched the superbowl) and use the make-kpkg tools as detailed in the sticky thread to compile. I've never had a problem.

It is cool that if you don't want to "roll your own", the Debian guys get a new kernel into the repos quickly.

Have you ever had a problem with the non-Deb kernel? I can't say I've ever looked at the patches to see what Debian does to the vanilla kernel to make it "Debian approved".

Peace,
JimBass
 
Old 02-06-2007, 03:20 PM   #3
JackieBrown
Member
 
Registered: Dec 2004
Location: San Antonio, TX
Distribution: Debian-AMD64 Sid
Posts: 481

Rep: Reputation: 31
Mine was based on a make oldconfig from way back on a debian kernel but besides that I do the same. There is a lot that I don't need in my kernel and also I add my one "guilty pleasure" patch : bootsplash.

I sometimes grab the point releases if they look interesting or urgent.

Last edited by JackieBrown; 02-06-2007 at 03:21 PM.
 
Old 02-06-2007, 04:26 PM   #4
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Original Poster
Rep: Reputation: 57
Never had any problem with a few unpatched kernels.
What's really interesting for desktop machines is the support for more hardware, like DVB or motherboards,..

apt-get source linux-image-2.6xxx
Then look at the diff.gz file if you want to know the patch - easy
There's a webpage available also, where is the question

You can keep your .config that's important. make oldconfig or make directly(default option if you don't make make config, it looks for an old one in /boot). Takes about 15mn otherwise to redo it no?

Last edited by nx5000; 02-06-2007 at 04:28 PM.
 
Old 02-09-2007, 03:08 AM   #5
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Original Poster
Rep: Reputation: 57
Exclamation

Never say never

Don't use dm_crypt on 2.6.20.

I will get in touch with the kernel team if the bug is not already known

Quote:
Feb 8 19:09:50 localhost kernel: Oops: 0000 [#1]
Feb 8 19:09:50 localhost kernel: PREEMPT SMP
Feb 8 19:09:50 localhost kernel: Modules linked in: sha256 aes cbc blkcipher i915 drm rfcomm l2cap bluetooth fuse button ac battery dm_crypt dm_snapshot dm_mirror
dm_mod sbp2 scsi_mod loop pcmcia ipw2200 tsdev irtty_sir sir_dev ieee80211 ieee80211_crypt smsc_ircc2 firmware_class irda snd_intel8x0m snd_intel8x0 snd_ac97_codec
snd_pcm_oss snd_mixer_oss crc_ccitt ac97_bus yenta_socket rsrc_nonstatic pcmcia_core snd_pcm snd_timer pcspkr serio_raw rtc snd soundcore psmouse snd_page_alloc shp
chp pci_hotplug intel_agp agpgart evdev eth1394 ext3 jbd mbcache ide_cd cdrom ide_disk piix b44 mii ohci1394 ieee1394 generic ide_core ehci_hcd uhci_hcd usbcore the
rmal processor fan
Feb 8 19:09:50 localhost kernel: CPU: 0
Feb 8 19:09:50 localhost kernel: EIP: 0060:[<c013e4f5>] Not tainted VLI
Feb 8 19:09:50 localhost kernel: EFLAGS: 00010292 (2.6.20 #2)
Feb 8 19:09:50 localhost kernel: EIP is at mempool_free+0xf/0x6b
Removed
Feb 8 19:09:50 localhost kernel: ds: 007b es: 007b ss: 0068
Feb 8 19:09:50 localhost kernel: Process kcryptd/0 (pid: 2328, ti=dc89a000 task=df741030 task.ti=dc89a000)
Feb 8 19:09:50 localhost kernel: Stack: Removed
Feb 8 19:09:50 localhost kernel: Removed
Feb 8 19:09:50 localhost kernel: Removed
Feb 8 19:09:50 localhost kernel: Call Trace:
Feb 8 19:09:50 localhost kernel: [<e06fa7a3>] kcryptd_do_work+0xc5/0x3a7 [dm_crypt]
Feb 8 19:09:50 localhost kernel: [<c028c3ec>] __sched_text_start+0x6e4/0x793
Feb 8 19:09:50 localhost kernel: [<c028c418>] __sched_text_start+0x710/0x793
Feb 8 19:09:50 localhost kernel: [<c012621e>] run_workqueue+0x85/0x125
Feb 8 19:09:50 localhost kernel: [<c01211f9>] do_sigaction+0x13d/0x14d
Feb 8 19:09:50 localhost kernel: [<e06fa6de>] kcryptd_do_work+0x0/0x3a7 [dm_crypt]
Feb 8 19:09:50 localhost kernel: [<c012690c>] worker_thread+0xf9/0x124
Feb 8 19:09:50 localhost kernel: [<c01144c4>] default_wake_function+0x0/0xc
Feb 8 19:09:50 localhost kernel: [<c0126813>] worker_thread+0x0/0x124
Feb 8 19:09:50 localhost kernel: [<c0128e6d>] kthread+0xb2/0xdd
Feb 8 19:09:50 localhost kernel: [<c0128dbb>] kthread+0x0/0xdd
Feb 8 19:09:50 localhost kernel: [<c0103993>] kernel_thread_helper+0x7/0x10
Feb 8 19:09:50 localhost kernel: =======================
Feb 8 19:09:50 localhost kernel: Code: c8 e9 75 40 01 00 89 d1 89 c2 89 c8 e9 ee 44 01 00 89 d1 89 c2 89 c8 e9 ac 3b 01 00 57 89 c7 56 53 89 d3 83 ec 04 0f ae f0 8
9 f6 <8b> 42 0c 3b 42 08 7d 47 89 d0 e8 69 f5 14 00 89 c6 8b 43 0c 3b
Feb 8 19:09:50 localhost kernel: EIP: [<c013e4f5>] mempool_free+0xf/0x6b SS:ESP 0068:dc89bedc

Last edited by nx5000; 02-09-2007 at 03:10 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make deb package chrisstooss Debian 6 09-16-2005 05:21 PM
the last installed deb package, how ? ag2uki Debian 7 08-15-2005 07:44 AM
How to install deb package tstrickland Linux - Newbie 10 07-21-2005 06:39 PM
NFS DEB Package? Al Hawley MEPIS 3 07-11-2005 10:16 AM
help with deb package on Xandros 3.0 xiongnu Debian 2 06-08-2005 11:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration