LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-29-2006, 03:02 AM   #1
Shioni
Member
 
Registered: Mar 2006
Posts: 182

Rep: Reputation: 30
eth0 not working..


Hi!
I have a strange problem. I'm running Slackware 10.2. I used netconfig to set IP, gateway etc.. It's strange that I can't even ping the gateway. The card seems to work and when I do ifconfig eth0, everything looks like working.. any ideas please? thank you!
 
Old 03-29-2006, 04:31 AM   #2
ERBRMN
Member
 
Registered: Mar 2005
Location: Japan
Distribution: TurboLinux, RHEL, SUSE
Posts: 96

Rep: Reputation: 15
Quote:
Originally Posted by Shioni
Hi!
I have a strange problem. I'm running Slackware 10.2. I used netconfig to set IP, gateway etc.. It's strange that I can't even ping the gateway. The card seems to work and when I do ifconfig eth0, everything looks like working.. any ideas please? thank you!
1. Did you check the cable?
2. Did you ping to localhost (ping localhost) or own IP ?
3. After configure IP and other set and restart network , did you check dmesg?
4. How about network POWER and ACT leds ? It is blinking ?

I think , you can find some error or warning message on "/var/log/message", if you have problems on network.
 
Old 03-30-2006, 04:02 AM   #3
Shioni
Member
 
Registered: Mar 2006
Posts: 182

Original Poster
Rep: Reputation: 30
1. Yes
2. Yes
3. /etc/rc.d/rc.inet1 restart; dmesg
Quote:
eth0: Media Link On 100mbps full-duplex
irq 3: nobody cared (try booting with the "irqpoll" option)
[<c0132f12>] __report_bad_irq+0x22/0x90
[<c0133018>] note_interrupt+0x68/0xc0
[<c0132aa9>] __do_IRQ+0xb9/0xc0
[<c010475a>] do_IRQ+0x1a/0x30
[<c010311a>] common_interrupt+0x1a/0x20
handlers:
[<f8a21820>] (sis900_interrupt+0x0/0xf0 [sis900])
Disabling IRQ #3
eth0: Media Link On 100mbps full-duplex
irq 3: nobody cared (try booting with the "irqpoll" option)
[<c0132f12>] __report_bad_irq+0x22/0x90
[<c0133018>] note_interrupt+0x68/0xc0
[<c0132aa9>] __do_IRQ+0xb9/0xc0
[<c010475a>] do_IRQ+0x1a/0x30
[<c010311a>] common_interrupt+0x1a/0x20
handlers:
[<f8a21820>] (sis900_interrupt+0x0/0xf0 [sis900])
Disabling IRQ #3
eth0: Media Link On 100mbps full-duplex
irq 3: nobody cared (try booting with the "irqpoll" option)
[<c0132f12>] __report_bad_irq+0x22/0x90
[<c0133018>] note_interrupt+0x68/0xc0
[<c0132aa9>] __do_IRQ+0xb9/0xc0
[<c010475a>] do_IRQ+0x1a/0x30
[<c010311a>] common_interrupt+0x1a/0x20
handlers:
[<f8a21820>] (sis900_interrupt+0x0/0xf0 [sis900])
Disabling IRQ #3
eth0: Media Link On 100mbps full-duplex
/* THE dmesg OUTPUT AFTER TRYING TO PING GATEWAY */
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Transmit timeout, status 00000000 00000271
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Transmit timeout, status 00000000 00000260
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Transmit timeout, status 00000000 00000260
4. Yes

Thank you!

Last edited by Shioni; 03-30-2006 at 04:03 AM.
 
Old 03-30-2006, 07:14 AM   #4
Shioni
Member
 
Registered: Mar 2006
Posts: 182

Original Poster
Rep: Reputation: 30
Anybody...?
 
Old 03-30-2006, 05:26 PM   #5
dmoorhouse
LQ Newbie
 
Registered: Sep 2004
Location: Whitehorse Yukon
Distribution: debian, Fedora, Ubuntu, more...
Posts: 9

Rep: Reputation: 0
i'd have to say that you have an IRQ conflict. Not sure if there is an easy way in slack to adjust the irq but you can set it in your modules config...I can't remember the details on how to do it off hand, sorry.

<c0132f12>] __report_bad_irq+0x22/0x90
...
Disabling IRQ #3

after this point it looks like your nic goes offline.

Try another nic, remove other not-needed hardware, turn off parallel/serial ports in bios etc... these can mitigate your computers irq usage and free up some resources.
 
Old 03-30-2006, 09:11 PM   #6
ERBRMN
Member
 
Registered: Mar 2005
Location: Japan
Distribution: TurboLinux, RHEL, SUSE
Posts: 96

Rep: Reputation: 15
I thinking it is IRQ problem (like dmoorhouse).

Did you check interrupts list. Following sample is for my case.

[root@CAP3 sysconfig]# cat /proc/interrupts
CPU0
.............
10: 70881 XT-PIC uhci_hcd:usb5, yenta, wifi2, eth0
.............

**********************

Also you can find IRQ information after command "ifconfig".

I think system must be auto setup IRQ.
But ...
To change IRQ of network card using Network tools.
Did you change the network card ?
 
Old 03-30-2006, 11:04 PM   #7
UltimaGuy
Member
 
Registered: Aug 2003
Location: Chennai, India
Distribution: PCLinuxOS .92, FC4
Posts: 840

Rep: Reputation: 32
Can you also mention whether this was working with other distros and only not working with Slack ? And any more details about your machine will also help
 
Old 03-31-2006, 04:32 AM   #8
Shioni
Member
 
Registered: Mar 2006
Posts: 182

Original Poster
Rep: Reputation: 30
Thanks! I Have a SIS 900-Basted PCI Fast Ethernet Adapter. I have ACER-Aspire 5000 Laptop. The card is working in Knoppix! I'm going to check /proc/interupts and ifconfig IRQ..
 
Old 03-31-2006, 06:10 AM   #9
Shioni
Member
 
Registered: Mar 2006
Posts: 182

Original Poster
Rep: Reputation: 30
cat /etc/interupts
Quote:
CPU0
0: 405101 XT-PIC timer
1: 2672 XT-PIC i8042
2: 0 XT-PIC cascade
5: 62712 XT-PIC SiS SI7012
8: 1 XT-PIC rtc
9: 2 XT-PIC ohci_hcd:usb2
10: 74 XT-PIC ehci_hcd:usb1
11: 15 XT-PIC acpi, ohci_hcd:usb3
12: 39816 XT-PIC i8042
14: 12794 XT-PIC ide0
15: 0 XT-PIC ide1
NMI: 0
ERR: 0
ifconfig eth0
Quote:
...
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:3 Base address:0x1800
 
Old 03-31-2006, 12:08 PM   #10
UltimaGuy
Member
 
Registered: Aug 2003
Location: Chennai, India
Distribution: PCLinuxOS .92, FC4
Posts: 840

Rep: Reputation: 32
Hi Shioni,

I guessed your problem as soon as I saw your notebook model I have an Acer Aspire 3000 model and I have the same problem. The solution for you is to pass the following two kernel parameters :

noapic nolapic

My sample kernel boot is :

kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ rhgb quiet noapic nolapic

Your card will work in Knoppix, PCLinuxOS etc which pass these parameters by default. Slack, Fedora etc don't do it, so you have to append it to your lilo/grub file. Newer kernels(2.6.15) dont have this problem, though.

Last edited by UltimaGuy; 03-31-2006 at 12:13 PM.
 
Old 04-01-2006, 03:35 AM   #11
Shioni
Member
 
Registered: Mar 2006
Posts: 182

Original Poster
Rep: Reputation: 30
Thanks! But for some reason, didn't work for me.. so I try to boot with irqpoll, and everything works now!
 
  


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
eth0 and eth0:1. Default gateway is not working Fillys6 Linux - Networking 1 12-21-2005 09:33 AM
eth0 is not working Smokey Slackware 5 06-06-2005 07:53 PM
eth0 not working rohr Linux - Networking 2 04-26-2005 02:54 AM
eth0 not working ANSW3R Linux - Networking 3 02-10-2005 05:09 AM
eth0? not working jotus Red Hat 13 11-03-2003 09:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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