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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-22-2006, 12:23 PM
|
#1
|
|
LQ Newbie
Registered: Jul 2006
Location: CO, USA
Distribution: Slackware, SLAX, Xubuntu
Posts: 19
Rep:
|
NIC IRQ Conflict?
I've got an old Compaq Presario 5000 computer with a Network Everywhere NC100v2 network PCI card. When I first installed it, it didn't work. I tried a different PCI slot, and it worked. Then it stopped working. Moved it to a different slot and it worked for a little while. Now its not working anymore.
From the googling I've done, it sounds like an IRQ conflict. I'm not sure how to fix this. I took out the modem so It's the only PCI card, but no luck. On boot it says "eth0 error". Sometimes it will boot up, but not connect and then freeze. In the BIOS I can switch the IRQ between 3, 5, and 11, but whatever else has the same IRQ also switches.
Im running a dual-boot with Xubuntu and Windows ME since its an old computer. It has worked in both of these at some point in the past. Thanks for any help.
|
|
|
|
11-22-2006, 12:58 PM
|
#2
|
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
Replace the Ethernet interface, I just got one of these crapping pieces of junk working on a Wndows 2000 system (for my landlord). Had to manually install the drivers and inf files then force (manually editing the registry) to use the interface.
Your time and sanity is worth far more then the cost to replace the interface. SMC, Netgear and Linksys PCI Ethernet interfaces can be purchased for less then $20.00 (more like $10.00 to $15.00) for most anywhere in the USA.
|
|
|
|
11-22-2006, 01:12 PM
|
#3
|
|
LQ Newbie
Registered: Jul 2006
Location: CO, USA
Distribution: Slackware, SLAX, Xubuntu
Posts: 19
Original Poster
Rep:
|
LOL. I figured it was probably a problem with a cheap card. I'm a little hesitant to get a new one though since the computer itself probably isn't worth much more than $20-30. I'll keep my eyes open for a sale but in the meantime if anyone has any other helpful tips I'd appreciate it.
|
|
|
|
11-22-2006, 02:25 PM
|
#4
|
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
Show the output from the typed command (just the Ethernet interface portion please);
/sbin/lspci -v
|
|
|
|
11-22-2006, 05:08 PM
|
#5
|
|
LQ Newbie
Registered: Jul 2006
Location: CO, USA
Distribution: Slackware, SLAX, Xubuntu
Posts: 19
Original Poster
Rep:
|
0000:01:0a.0 Ethernet controller: Linksys NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)
Subsystem: Linksys: Unknown device 0570
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at 1400 [size=256]
Memory at 10000000 (32-bit, non-prefetchable) [size=1K]
Expansion ROM at 10100000 [disabled] [size=128K]
Capabilities: [c0] Power Management version 2
I moved it to PCI slot 3. In the BIOS there i made it the only thing with IRQ=11. To do this I moved Onboard VGA to IRQ 3 from IRQ 11. The onboard USB also has IRQ 3, but this does not seem to cause me any problems. I was only able to give it its own IRQ in slot 3.
The system boots, but I can't access the network. network-admin shows the default gateway device as eth1, but it used to be eth0.
Apparently its got a 100% approval rating in the HCL: http://www.linuxquestions.org/hcl/sh...uct=52&cat=144
Last edited by t3hSmartKid; 11-22-2006 at 05:23 PM.
|
|
|
|
11-23-2006, 08:42 AM
|
#6
|
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
After reading you HCL link, it seems that the Ethernet uses the tulip module, so is it loaded???
cat /proc/modules | grep tulip
If no then try loading it; modprobe tulip
If yes then try configuring it; ifconfig eth1 xxx.xxx.xxx.xxx (some IP address on your network)
|
|
|
|
11-23-2006, 10:53 AM
|
#7
|
|
LQ Newbie
Registered: Jul 2006
Location: CO, USA
Distribution: Slackware, SLAX, Xubuntu
Posts: 19
Original Poster
Rep:
|
Yes, tulip is loaded. As I said it has worked before in both linux and Windoze. I will try ifconfig eth1 and see if that does anything.
I tried
Code:
$sudo ifconfig eth1 192.168.x.x
Nothing appears to have changed.
I also couble checked and tulip is definitely running:
Code:
$cat /proc/modules | grep tulip
tulip 51744 0 - Live 0xc4a10000
Last edited by t3hSmartKid; 11-23-2006 at 01:43 PM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:03 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|