LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-12-2002, 09:28 PM   #1
Goatdemon
Member
 
Registered: May 2002
Location: The good 'ol USofA
Distribution: ArchLinux - Slackware 8.1
Posts: 398

Rep: Reputation: 30
when's kernel 2.5 comin' out?


you heard me
 
Old 09-12-2002, 09:35 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 271Reputation: 271Reputation: 271
2.5 is already out, its in development. The next stable release will most likely be 2.6 or 3.0 (rumors)
Read more about the kernel at www.kernel.org
 
Old 09-12-2002, 11:20 PM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Since it was brought up, I will comment on it..

I usually run the stable kernels, but for fun, since I had to do a clean install on everything the other day, decided to try the latest unstable kernel: 2.5.34

Works like a charm, and had no problems with anything afterwards. Been very stable for me, and has alot more options than the 2.4.x series. But I am not suggesting anyone who is not prepared to have their distro crash try this, I am simply saying that it is working, and good, for me.

Cool
 
Old 09-13-2002, 01:29 AM   #4
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
that sounds really good. What's the coolest option which the 2.4 series lacks?
 
Old 09-13-2002, 01:50 AM   #5
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Not very much as far as my setup goes, but instead for me what it did was put everything in better placement. I have complete hardware support in both kernels, so for me it's wasn't much of hardware support issue, just wanted to give it a shot.

As far as cool options though, I like the alsa addition.

Cool
 
Old 09-13-2002, 12:06 PM   #6
Goatdemon
Member
 
Registered: May 2002
Location: The good 'ol USofA
Distribution: ArchLinux - Slackware 8.1
Posts: 398

Original Poster
Rep: Reputation: 30
i just tried 2.5.9 and i couldn't do a make xconfig, i could do a make menu config. im gonna try the kernel that precedes 2.5.9 because i cant live without the help buttons in make xconfig
 
Old 09-13-2002, 12:48 PM   #7
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
make menuconfig (it's all one word)
also has Help files for every option!
 
Old 09-13-2002, 01:02 PM   #8
Goatdemon
Member
 
Registered: May 2002
Location: The good 'ol USofA
Distribution: ArchLinux - Slackware 8.1
Posts: 398

Original Poster
Rep: Reputation: 30
sorry, make menuconfig and its menuconfig that worked, xcongfig didnt.
 
Old 09-13-2002, 01:13 PM   #9
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
ahhh, sorry, hehe I guess I read your first post the wrong way...the last part can have two meanings,

one is, you cannot live without the help buttons which make xconfig has

and the other is, you cannot live without the help buttons which make xconfig doesn't have.

when I quickly read it I understood the first meaning,
 
Old 09-13-2002, 01:49 PM   #10
Goatdemon
Member
 
Registered: May 2002
Location: The good 'ol USofA
Distribution: ArchLinux - Slackware 8.1
Posts: 398

Original Poster
Rep: Reputation: 30
np

also, using 2.5.8 i couldnt use xconfig either. (rearange the order it'll make sense)

Masterc, how did you install 2.5.34, i cant seem to get it to make a bzImage file. right now im trying zImage.

Last edited by Goatdemon; 09-13-2002 at 10:18 PM.
 
Old 09-13-2002, 10:21 PM   #11
Goatdemon
Member
 
Registered: May 2002
Location: The good 'ol USofA
Distribution: ArchLinux - Slackware 8.1
Posts: 398

Original Poster
Rep: Reputation: 30
zimage didnt work
 
Old 09-14-2002, 02:36 AM   #12
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Hi, I made bzImage with 'make bzImage'

It's an unstable kernel, and might not work on all systems. I really do not suggest using it unless you are ready for crashes, freezes, and other unexplained problems with your system. 2.4.19 supports most of the hardware out right now.

But if you are really going to use the unstable kernel, why 2.5.8 and not the latest and greatest unstable - 2.5.34?

If you are having problems with make xconfig you might want to see if you are actually able to do it with other kernels. But as zlinuxz said, you can do everything in menuconfig that you can in xconfig, the help files are still available.

And I ran into problems as well during make bzImage, but it was on something I didn't need, pcmcia, so I just took it out of the kernel completely.

Cool
 
Old 09-14-2002, 01:05 PM   #13
Goatdemon
Member
 
Registered: May 2002
Location: The good 'ol USofA
Distribution: ArchLinux - Slackware 8.1
Posts: 398

Original Poster
Rep: Reputation: 30
i wanted to see if the alsa drivers in the kernel would get the sound on my laptop to work
 
Old 09-15-2002, 12:10 AM   #14
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
So why not the newest one then? If you are going unstable, why be conservative? Go for 2.5.34 rather.

Cool
 
Old 09-15-2002, 02:32 AM   #15
finegan
LQ Guru
 
Registered: Aug 2001
Location: London, UK
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
I fiddle with the 2.5.x series every once in a while, had problems getting 2.5.8-11 to make a bzImage too, got 2.5.25 to compile and run right, although evidently the floppy driver was wackoo kazoo at the time, I just though I had left out vfat support... again!

I've never gotten a 2.5.x to compile support for my scsi card, a weird one, an initio. It just dies in the make, or the make modules.

I've gotten the 2.5.x wireless stuff to all line up right just once, and there's cool stuff there when you get to play with it.

I got about an 8-10 MB/sec higher hdparm out of whatever beta goop they have for the Highpoint 366-74 series ATA66-133 drivers.

What do I want to see before they drop da'bomb on 2.6? USB 2.0, working Bluetooth, easy to line up 802.11b device support, more working firewire... but I'm a gadget freak, I could care less about things like software RAID and LVM and such.

Cheers,

Finegan
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel 2.4 in Zipslack (Waring: unable to open an initial console | Kernel Panic...) kurtamos Linux - General 2 05-10-2006 12:58 PM
Kernel-Patch Debian Logo 2.6.2 not correctly working for custom kernel 2.6.11 smp deepclutch Debian 3 06-27-2005 03:59 AM
kernel panic: try passing init= option to kernel...installation with Red Hat 9 kergen Linux - Hardware 1 09-30-2004 03:28 AM
when's the next stable kernel coming out? zetsui Linux - General 1 08-04-2003 06:52 PM
When's a Modem not a modem Mutley101 Linux - Hardware 10 04-20-2003 09:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:36 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