LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-13-2005, 02:38 PM   #1
Shagrath239
Member
 
Registered: Jan 2005
Location: Santiago, Chile
Distribution: Looking towards LFS
Posts: 67

Rep: Reputation: 15
Exclamation I'm about to compile a kernel... but what version should I use... 2.4.29 or 2.6.10???


Which version is gonna work better with my slack 10.1???

Thanks.
 
Old 02-13-2005, 02:42 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Both. 2.4.29 is the kernel which is installed in Slack 10. If you want to upgrade it, there are instructions on this site and the kernel is at www.kernel.org
 
Old 02-13-2005, 03:45 PM   #3
apachedude
Member
 
Registered: Aug 2004
Location: California
Distribution: SuSE 10.0 (SUPER)
Posts: 356

Rep: Reputation: 31
I'm currently running 2.6.10, but I suggest you use 2.4.29, assuming it has everything you need (which it should). I would be using 2.4.29 right now, but I would need to compile multi-LUN, visor, gamepad, etc. support. The bad thing about 2.4.29 is that there is no gconfig, and the menuconfig available isn't as pleasant to work with. I might get around to that eventually.

2.6.10, while supposedly faster (the difference between an optimized 2.6.10 and the prepackaged 2.4.26 is imperceptible to me), is less stable. The 2.6.x kernels, after a certain x (I believe 2.6.5) broke support for some multimedia keyboard keys. It also broke functionality of the single Windows Start Menu key to open the KDE box. It may cause certain versions of k3b to not work. I have a whole slew of irritating bugs that I can't attribute directly to 2.6.x, and while they are minor, I'd like to try 2.4.29 just to verify that it is a kernel problem.
 
Old 02-13-2005, 03:55 PM   #4
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
Quote:
he bad thing about 2.4.29 is that there is no gconfig, and the menuconfig available isn't as pleasant to work with.
What about xconfig? I like xconfig better than the 2.6 gconfig.
 
Old 02-13-2005, 05:22 PM   #5
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Quote:
the menuconfig available isn't as pleasant to work with
This menu is simply magic I mean try just type "/" and search a keyword...
 
Old 02-13-2005, 05:57 PM   #6
slackaddict
Member
 
Registered: Nov 2004
Location: Aotearoa
Distribution: Slack, Ubuntu
Posts: 92

Rep: Reputation: 15
There are a few posts here from people having problems with 2.6.10, maybe you could check them out before choosing, see if any of those problems are likely to affect you. Patrick obviously chose 2.4.29 for a reason and its definitely still more stable and less buggy.

However, I am running 2.6.10 on Slack10.1 and I am really happy with it. It feels like this is the best performance I've ever had from this box, but I could be imagining things (its happened before . ).
 
Old 02-13-2005, 06:07 PM   #7
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
well, my advice: keep the working kernel you've got, and compile the 2.6.9 kernel.
2.6.10 doesn't make all device-nodes ( or udev with 2-6.10 ).

get the source from www.kernel.org and use the 2.6.10 config-file supplied on cd
just copy it as " .config " to where you extracted the kernel.tar file( like ~/linux-2.6.9. )

make sure to add a new entry in lilo.conf,( and run #lilo ) so you can choose wich kernel to boot.

good luck

egag
 
Old 02-13-2005, 07:30 PM   #8
shepper
Member
 
Registered: Mar 2003
Location: Dry, Dusty and Conservative
Distribution: OpenBSD, Debian Wheezy/Jessie
Posts: 449

Rep: Reputation: 33
If your system has multiple devices (CD/DVD, CDrw, usb scanner, usb palm) you will find it much easier to have them all work with the 2.4 kernel

The 2.6 kernel series dynamically makes device nodes with each boot. Although this makes for a smaller /dev file and should allow your system to hotplug devices better, it still not ready for regular use.

For example, if you have a scanner the sane developers have a "libusbscanner" script that will allow you access the scanner as a user. The script does not work in the 2.6 kernel series.

USB palm pilots are another problem. Some are assigned a USB node rather than the pilot node.
 
Old 02-13-2005, 08:28 PM   #9
Shagrath239
Member
 
Registered: Jan 2005
Location: Santiago, Chile
Distribution: Looking towards LFS
Posts: 67

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by shepper
If your system has multiple devices (CD/DVD, CDrw, usb scanner, usb palm) you will find it much easier to have them all work with the 2.4 kernel

The 2.6 kernel series dynamically makes device nodes with each boot. Although this makes for a smaller /dev file and should allow your system to hotplug devices better, it still not ready for regular use.

For example, if you have a scanner the sane developers have a "libusbscanner" script that will allow you access the scanner as a user. The script does not work in the 2.6 kernel series.

USB palm pilots are another problem. Some are assigned a USB node rather than the pilot node.
No... in fact I just use a keyboard and a mouse, thats all.. so I think Ill just go for the 2.6.10, and I use very standard hardware... Intel i430TX chipset... Voodoo3... etc...

Now... what about the menuconfig (I wont be using xconfig) in the version 2.6.10... does it have MORE options than the 2.4.x? or less...? is it more friendly (the 2.4.x one is pretty easy to use in fact)


Thanks for the replies.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Regarding distribution + kernel version + gcc version + glib version. JCipriani Linux - General 8 04-19-2008 02:54 PM
compile kernel module got version mismatched? blackzone Programming 1 11-07-2004 09:41 PM
how to compile a module with a newer version of the linux kernel? fvarela Programming 2 07-29-2004 02:00 AM
redhat fedora gcc version (compiled for 2.4.20) doesn't match kernel version 2.4.22 start1000 Linux - Software 0 03-16-2004 08:17 PM
Xfree prob radeon.o kernel module version is 1.1.1 but version 1.5.0 or newer needed. jimdaworm Slackware 0 10-01-2003 06:27 PM

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

All times are GMT -5. The time now is 03:26 AM.

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