LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-18-2003, 01:34 PM   #1
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Rep: Reputation: 30
Kernel 2.6.0 is officially out ..


Anybody has it working with Fedora Core 1? I haven't try my hands on it yet .. but if you've experience in compiling the test version before, do tell on what precaution that we should be aware of. Any indication the official release date from Fedora team?

--
update:

Seems the official support won't be in until FC2 which will be released next Apr 2004. Anyhow, here is the place to download the RPM if you're interested to test drive the new kernel, but surely .. do at your own risk ..

http://people.redhat.com/arjanv/2.5/RPMS.kernel/

and here too:

http://people.redhat.com/davej/FedoraCore2/

Last edited by wiraone; 12-18-2003 at 02:11 PM.
 
Old 12-18-2003, 07:07 PM   #2
frontier1
Member
 
Registered: Feb 2003
Location: Culpeper,Va
Distribution: Mandrake 9.2 Knoppix 3.3 SuSe 9.0
Posts: 140

Rep: Reputation: 15
Once I download the following, kernel-2.6.0-1.1.103.i686.rpm
How do I compile and install it? I know there are other topics on this, just wondering if there are any Fedora specific instructions?
 
Old 12-18-2003, 07:13 PM   #3
arthur1968
Member
 
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63

Rep: Reputation: 15
For what is worth, and maybe this is madness, I simply ran

# rpm -ivh kernel ...

And there it went, all the way to my grub.conf file.


Sadly, my mouse went dead, so bye-bye 2.6 for now (this is my desktop box).


Cheers and good luck

Arthur1968
 
Old 12-18-2003, 09:27 PM   #4
frontier1
Member
 
Registered: Feb 2003
Location: Culpeper,Va
Distribution: Mandrake 9.2 Knoppix 3.3 SuSe 9.0
Posts: 140

Rep: Reputation: 15
I'm trying out the new kernel and it is noticeably faster. I get this error message when trying to run sndconfig, can this be fixed?


You don't seem to be running a kernelith modular sound enabled.
 
Old 12-18-2003, 10:38 PM   #5
robbyt
LQ Newbie
 
Registered: Dec 2003
Location: minneapolis
Posts: 2

Rep: Reputation: 0
Quote:
Originally posted by frontier1
I'm trying out the new kernel and it is noticeably faster. I get this error message when trying to run sndconfig, can this be fixed?


You don't seem to be running a kernelith modular sound enabled.
rip out all of the old OSS stuff and install ALSA.

google it
 
Old 12-18-2003, 10:40 PM   #6
r3dhatter
Member
 
Registered: Dec 2003
Distribution: Debian (testing)
Posts: 210

Rep: Reputation: 30
hey arthur, what kind of mouse were you using(USB ?)? Also, how stable is this kernel? I am thinking about upgrading to it for the speed increase, but if I will lose everything...then no thanks.
 
Old 12-18-2003, 10:41 PM   #7
robbyt
LQ Newbie
 
Registered: Dec 2003
Location: minneapolis
Posts: 2

Rep: Reputation: 0
Quote:
Originally posted by arthur1968
For what is worth, and maybe this is madness, I simply ran

Sadly, my mouse went dead, so bye-bye 2.6 for now (this is my desktop box).
sounds like a usb issue, is your mouse usb?

rename the /etc/sysconfig/hwconf,/etc/modprobe.conf, and /etc/modules.conf to something else (like .backup), and reboot. Let kidzu re-detect your hardware.


Maby try using the usb/ps2 adapter that came with your mouse?
 
Old 12-18-2003, 10:52 PM   #8
rusty0412
LQ Newbie
 
Registered: Dec 2003
Posts: 12

Rep: Reputation: 0
I fixed this, go to /etc/modules.conf and look for alias usbcontroller, the linux kernel dev. team changed the name of the module. It is now uhci-hcd or ohci-hcd (one for USB 2.0, the other for USB 1.1, I don't remember which one is which).
 
Old 12-19-2003, 11:05 AM   #9
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Original Poster
Rep: Reputation: 30
Do you guys installed the updated kernel utilities and some of those rpms found in the 1st link? Are those rpms backward compatible with the current 2.4 kernel?
 
Old 12-19-2003, 11:08 AM   #10
rusty0412
LQ Newbie
 
Registered: Dec 2003
Posts: 12

Rep: Reputation: 0
I compiled my own kernel...
 
Old 12-19-2003, 11:31 AM   #11
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Original Poster
Rep: Reputation: 30
Found this wiki page which is useful ..

http://www.freax.be/wiki/index.php/F...nel%202.6-test

Going to upgrade my desktop right now
 
Old 12-19-2003, 04:46 PM   #12
r3dhatter
Member
 
Registered: Dec 2003
Distribution: Debian (testing)
Posts: 210

Rep: Reputation: 30
kernel-2.6.0-1.104.i686.rpm
kernel-2.6.0-1.104.src.rpm
kernel-2.6.0-1.104.x86_64.rpm

which one do I need for i386?

I already got the kernel-source one.

thanks
 
Old 12-19-2003, 04:53 PM   #13
rusty0412
LQ Newbie
 
Registered: Dec 2003
Posts: 12

Rep: Reputation: 0
Kernel 2.6.0 is the first kernel I have compiled, and it isn't that dificult, I recommend you to compile it yourself, download the code and do make xconfig to configure the kernel (what you wanna include or no), then make bzImage, make modules, make modules_install and finally make install. Make modules_install will install the modules in /lib/modules/2.6.0 and make install will install the vmlinux in /boot, configure your grub.conf and make your initrd. Reboot your system and configure it just as the kernel in the RPM
 
Old 12-20-2003, 07:40 PM   #14
dsfh24
LQ Newbie
 
Registered: Jan 2003
Posts: 19

Rep: Reputation: 0
If your using APT add this repository which is the same one as the Redhat link. Enjoy !

# Arjan's 2.6 series kernel repository
rpm http://people.redhat.com arjanv/2.5 kernel
rpm-src http://people.redhat.com arjanv/2.5 kernel
 
Old 12-22-2003, 05:36 AM   #15
wiraone
Member
 
Registered: Nov 2003
Location: Diawang-awangan
Distribution: Ubuntu Hoary!
Posts: 319

Original Poster
Rep: Reputation: 30
Finally, got 2.0.6 running though still having some teething problem with gpilotd, everything else should be running smoothly now. Tried to use the rpm packaged by Arjan but NVidia driver won't work correctly even after few time I recompiled them .. finally fount out that you need to disable few features which are compiled into the kernel by Arjan.
 
  


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
Windows is officially broken. fair_is_fair General 18 10-06-2005 11:11 AM
Today Officially moving from Windows to Linux (Mandrake 10.1) thomsany Linux - Newbie 4 09-07-2005 08:44 PM
2.4.0 kernel has officially been released jeremy Linux - General 2 03-28-2005 04:16 AM
kernel panic: try passing init= option to kernel...installation with Red Hat 9 kergen Linux - Hardware 1 09-30-2004 03:28 AM
Is Red Hat Linux officially history? vous Red Hat 1 01-20-2004 09:39 AM

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

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