LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-12-2006, 06:54 PM   #1
mcreek
LQ Newbie
 
Registered: Apr 2006
Posts: 4

Rep: Reputation: 0
kernel problem


I am currently using Fedora Core 4 with kernel 2.6.15-1.1833 with no problems using my dial up connection to access the internet. However if I upgrade to the last kernel in FC4 (2.6.16) or upgrade to FC5 (any kernel)my dial up connection to the internet dials in and then completely locks up the computer. By lock up I mean that the keyboard and mouse become completely unresponsive and the screen and cursor are both frozen.The only way out is to hit the reset button. I thought that a clean install of FC5 may help but it didn't make any difference, the problem was still there. I have since reinstalled FC4 and updated to kernel 2.6.15-1.1833 which is working fine. The dial up problem will only return if I try to upgrade any further. Can anyone tell me what the problem may be or at least guide me in the right direction. Could it be a bug in those kernels? I would love to be able to use FC5 but until I can find out what the problem is with my dial up connection then I am stuck with FC4. Any help would be greatly appreciated.
 
Old 04-12-2006, 07:04 PM   #2
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Learn to compile your own kernel and don't count on FC "customized kernels". You currently see they are not reliable.
 
Old 04-14-2006, 04:39 PM   #3
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Remember, RedHat basically gave up on the desktop market, and is targeting the Enterprise market. So the Fedora Core is really unstable, testing versions which will become RedHat Enterprise Linux. So, expect bugs and brokenness.

Might I had some help so that you can build a new kernel?

I've posted two short 'HOW-TO rebuild your kernel'guides -- one to build under /home, and another to build under /usr/src.

But for a person new to rebuilding kernels, Kwan Lowe's Kernel Rebuild Guide is a good place to start.

Last edited by Bruce Hill; 04-14-2006 at 04:40 PM.
 
Old 04-14-2006, 04:47 PM   #4
Penguin of Wonder
Senior Member
 
Registered: Sep 2005
Location: West Virginia
Distribution: Gentoo
Posts: 1,249

Rep: Reputation: 45
I couldn't get the "Kernel Rebuild Guide" to load, anyone else having this problem?

Learing to compile your kernel is an excellent idea no matter what distro you use. I'm really glad I learned how to do it myself. Thier right about Fedora though, if your looking for a distro similar to Fedora but more on the stable side go with Kubuntu. It will be based off Debian so a few small things might change, like you'll no longer use YUM, but for the most part it'll just like Fedora, retaining the familiar KDE interface. Ubuntu is the same thing except with Gnome if you'd rather have that. Well on that note, you can use any window manager you want with Ubuntu, Xfce, Gnome, KDE, Fluxbox, etc.
 
Old 04-14-2006, 05:05 PM   #5
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
I checked when I posted and the guide loaded, and again just now. Perhaps it's a temporary problem you're having.
 
Old 04-14-2006, 05:14 PM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Fedora may not necessarily be to blame for your problems. If the 2.6.15 kernel from FC4 works fine, but the 2.6.16 does not, it could be an upstream problem. If possible compile your own kernel and if your modem works fine with it, then file a bug report to the FC team. If your own custom kernel has the same problems as the Fedora kernels, then file a bug report to the Linux kernel devs.

If your previous kernel was working fine, then usually there is no need to upgrade. If you are interested in FC5, you could install the working F4 kernel in FC5 and use that until there is a fix for your problem.
 
Old 04-15-2006, 09:13 PM   #7
mcreek
LQ Newbie
 
Registered: Apr 2006
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks for the replies everyone. It looks like I am going to have to learn to recompile my own kernel so I will be checking the kernel how to guides later today. Will post back on my success or otherwise.
 
Old 04-16-2006, 01:03 AM   #8
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Welcome to LQ!

Just be sure to leave the kernel that was installed with your system intact so you can boot it. Don't know GRUB, which I think FC uses, but your kernels should be in boot:
Code:
mingdao@silas:~$ ls -lh /boot/
total 8.7M
lrwxrwxrwx 1 root root   37 2006-01-27 01:20 README.initrd -> /usr/doc/mkinitrd-1.0.1/README.initrd
lrwxrwxrwx 1 root root   21 2006-04-14 10:21 System.map -> System.map-ide-2.4.32
-rw-r--r-- 1 root root 562K 2006-02-10 09:15 System.map-2.6.15
-rw-r--r-- 1 root root 563K 2006-03-09 17:46 System.map-2.6.15.6
-rw-r--r-- 1 root root 581K 2006-03-24 08:05 System.map-2.6.16
-rw-r--r-- 1 root root 581K 2006-04-10 15:00 System.map-2.6.16.2
-rw-r--r-- 1 root root 150K 2006-03-13 09:49 System.map-ide-2.4.32
-rw-r--r-- 1 root root  512 2006-01-27 01:30 boot.0800
lrwxrwxrwx 1 root root   17 2006-04-14 10:21 config -> config-ide-2.4.32
-rw-r--r-- 1 root root  41K 2006-03-13 09:49 config-ide-2.4.32
-rw-r--r-- 1 root root 5.0K 2004-05-21 15:19 diag1.img
-rw-r--r-- 1 root root 151K 2006-04-01 16:42 ins64a-1.bmp
-rw------- 1 root root 221K 2006-04-10 15:03 map
lrwxrwxrwx 1 root root   18 2006-04-14 10:21 vmlinuz -> vmlinuz-ide-2.4.32
-rw-r--r-- 1 root root 1.2M 2006-02-10 09:17 vmlinuz-2.6.15
-rw-r--r-- 1 root root 1.2M 2006-03-09 17:47 vmlinuz-2.6.15.6
-rw-r--r-- 1 root root 1.2M 2006-03-24 08:07 vmlinuz-2.6.16
-rw-r--r-- 1 root root 1.2M 2006-04-10 15:02 vmlinuz-2.6.16.2-1
-rw-r--r-- 1 root root 1.3M 2006-03-13 09:49 vmlinuz-ide-2.4.32
That 2.4.32 is the one I installed with, and it's never touched.

You might need a new kernel for the Nvidia drivers (if you have Nvidia), also, if you switch to FC5. Here is a snippet from someone who works for Red Hat on the installer team for the Fedora Project.
 
  


Reply

Tags
kernel



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
Problem installing module in Fedora Core 2 (2.6 kernel vs 2.4 problem?) Arodef Linux - Kernel 3 11-30-2007 02:55 PM
kernel 2.6.9 Kernel panic problem salahuddin_66 Slackware 2 08-11-2007 03:17 AM
Kernel panic problem with all of my kernels after installing new kernel nosebleed Linux - Software 2 04-14-2006 09:48 PM
Problem booting up new kernel. Kernel panic error... RHLinuxGUY Red Hat 2 04-11-2004 04:59 AM
Linux Kernel Problem -- Kernel panic: CPU context corrupt crcooney Linux - Distributions 0 01-15-2004 08:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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