LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-06-2003, 03:50 PM   #1
gwroy20
Member
 
Registered: Mar 2003
Location: New York City
Distribution: Slackware 9.1, FreeBSD 5.2.1, OpenBSD 3.3
Posts: 89

Rep: Reputation: 15
onboard device problems after kernel compile


I just replaced the hard drive inside this computer two days ago and installed Slackware 9 on it. All the devices worked fine and there was no problem until I compiled a new kernel (2.4.22). Upon rebooting the new kernel, I would lose network support. I messed around with it for the better part of yesterday and in the end i gave up and installed a PCI card, which solved the problem. But last night I noticed when I tried to install cups that I had no USB support either. This problem never happened on my old installation, and I've tried using several different kernel versions...including the 2.4.20 source tree that had been there in the first place, and I tried reinstalling Slack once to the same effect.

All the modules load up fine, but the IRQ for my built-in NIC gets set to either 16 or 237...it's normally 11. All the problems seem to be revolving around the onboard components of my motherboard, and their IRQs. Any suggestions? dmesg brings up the following concerning the USB ports: (By the way, it's an Abit motherboard, the onboard NIC uses the via-rhine module)

usb.c: registered new driver usb-storage
usb.c: new USB bus registered, assigned bus number 1
usb-uhci.c: $Revision: 1.275 $ time 06:50:49 Sep 6 2003
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0xa400, IRQ 19
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 2
usb-uhci.c: USB UHCI at I/O 0xa800, IRQ 17
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 3
usb-uhci.c: USB UHCI at I/O 0xac00, IRQ -19
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 4
usb-uhci.c: request_irq -19 failed!
usb-uhci.c: USB UHCI at I/O 0xb000, IRQ -19
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 5
usb-uhci.c: request_irq -19 failed!
usb-uhci.c: USB UHCI at I/O 0xb400, IRQ -19
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 6
usb-uhci.c: request_irq -19 failed!
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
 
Old 09-06-2003, 04:38 PM   #2
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
did you try making your new kernel with make oldconfig and using a config file from the kernel that worked correctly?
 
Old 09-06-2003, 05:23 PM   #3
gwroy20
Member
 
Registered: Mar 2003
Location: New York City
Distribution: Slackware 9.1, FreeBSD 5.2.1, OpenBSD 3.3
Posts: 89

Original Poster
Rep: Reputation: 15
No, sadly I haven't got any of my old kernel configurations around anymore. Lost a good deal of data on the old hard drive. But I remember pretty much every setting that I've ever changed, and even so I've played around with it quite a few times with several different kernel versions.

It seems like NOTHING integrated into my motherboard works, I just realized a few minutes ago that even the UDMA feature on my IDE controller is disabled and cannot be set with hdparm.
 
Old 09-06-2003, 05:30 PM   #4
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
ok look in your /boot dir you will most likely find a config-ide-2.4.20 file which is I think the stock config file for the default kernel ( that is if you haven't deleted it heh). If that file is not there I could email you a copy of mine.
 
Old 09-06-2003, 06:34 PM   #5
gwroy20
Member
 
Registered: Mar 2003
Location: New York City
Distribution: Slackware 9.1, FreeBSD 5.2.1, OpenBSD 3.3
Posts: 89

Original Poster
Rep: Reputation: 15
Yep, config-ide-2.4.20 is in /boot ...anything special I need to do with it? Never needed to in the past.

thanks a lot for the help
 
Old 09-06-2003, 06:43 PM   #6
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
copy it to your 2.4.22 kernel's source directory as .config and then do a make oldconfig this will give your 2.4.22 kernel the same configuration as your original kernel that you said you had no problems with. you will only be prompted for changes that the new kernel has like new device drivers. in your kernel config steps make oldconfig would take the place of the make xconfig or make menuconfig step
 
Old 09-06-2003, 06:47 PM   #7
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
Oh by the way if your motherboard has a via chipset and you intend to use usb you may have better luck with the ac series of kernel patches
 
Old 09-06-2003, 06:47 PM   #8
gwroy20
Member
 
Registered: Mar 2003
Location: New York City
Distribution: Slackware 9.1, FreeBSD 5.2.1, OpenBSD 3.3
Posts: 89

Original Poster
Rep: Reputation: 15
Thanks again, I will give it a try tonight
 
  


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
Scull Device Driver (problems to compile) manuzinhac Linux - Hardware 0 05-19-2005 09:00 AM
eth0 device cannot be located, nVidia onboard device Dunedain Linux - Wireless Networking 1 04-16-2005 11:24 AM
eth0 device cannot be located, nVidia onboard device Dunedain Linux - Networking 1 04-16-2005 12:20 AM
ALSA sound problems, 2.6.7 kernel, sis7012 onboard phunkymunky Slackware 7 08-26-2004 05:10 PM
Kernel Problems. Howto Compile a new kernel from 4.2 with backwards compatibility ? ShoCkwave Linux - General 2 06-19-2004 06:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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