Re: NETDEV WATCHDOG: eth1: transmit timed out

2001-09-01 Thread Net Llama

--- Joel Hammer [EMAIL PROTECTED] wrote:
 NETDEV WATCHDOG: eth1: transmit timed out
 eth1: Tx timed out, cable problem? TSR=0x16, ISR=0x0, t=21.  
 
 I recently installed a second NIC on this machine. All seems to be
 working
 fine but I get these messages in my log file. I haven't a clue.
 Any insight appreciated.

What kind of NIC is the 2nd one?  I'll put $5 that its an NE-2000.  
What kind of kernel are you running, and did you include support for
APIC (Advanced Programmable Interrupt Controller) in that kernel?

=

Lonni J. Friedman [EMAIL PROTECTED]

Linux FAQ  Step-by-step help:http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Get email alerts  NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Re: NETDEV WATCHDOG: eth1: transmit timed out

2001-09-01 Thread Joel Hammer

You are correct on both counts. The card cost about $5.00, too, but it was a
combo card and so I felt obliged.
What is going on?
Should I rebuild the kernel?
Joel


On Sat, Sep 01, 2001 at 04:10:59PM -0700, Net Llama wrote:
 --- Joel Hammer [EMAIL PROTECTED] wrote:
  NETDEV WATCHDOG: eth1: transmit timed out
  eth1: Tx timed out, cable problem? TSR=0x16, ISR=0x0, t=21.  
  
  I recently installed a second NIC on this machine. All seems to be
  working
  fine but I get these messages in my log file. I haven't a clue.
  Any insight appreciated.
 
 What kind of NIC is the 2nd one?  I'll put $5 that its an NE-2000.  
 What kind of kernel are you running, and did you include support for
 APIC (Advanced Programmable Interrupt Controller) in that kernel?
 
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Re: NETDEV WATCHDOG: eth1: transmit timed out

2001-09-01 Thread Joel Hammer

I have two cards in this machine. Both are ne2000 clones (PCI), one is a
winbond on eth0 and the other a realtek 8029 (chip name) on eth1. These
messages began only after I added the realtek card.
Would it make a difference that the realtek card is on a subnet that usually
has no activity on it, since there is only one computer on the subnet
besides my two NIC router and that computer is usually turned off.
You may ask why I buy all these NE2000 clones? That's what I get for buying
stuff at CompUSA.  But, alas, they are cheap and easy, and sometimes I like
that.
Joel
On Sat, Sep 01, 2001 at 08:34:44PM -0400, Joel Hammer wrote:
 You are correct on both counts. The card cost about $5.00, too, but it was a
 combo card and so I felt obliged.
 What is going on?
 Should I rebuild the kernel?
 Joel
 
 
 On Sat, Sep 01, 2001 at 04:10:59PM -0700, Net Llama wrote:
  --- Joel Hammer [EMAIL PROTECTED] wrote:
   NETDEV WATCHDOG: eth1: transmit timed out
   eth1: Tx timed out, cable problem? TSR=0x16, ISR=0x0, t=21.  
   
   I recently installed a second NIC on this machine. All seems to be
   working
   fine but I get these messages in my log file. I haven't a clue.
   Any insight appreciated.
  
  What kind of NIC is the 2nd one?  I'll put $5 that its an NE-2000.  
  What kind of kernel are you running, and did you include support for
  APIC (Advanced Programmable Interrupt Controller) in that kernel?
  
 ___
 http://linux.nf -- [EMAIL PROTECTED]
 Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users



Re: NETDEV WATCHDOG: eth1: transmit timed out

2001-09-01 Thread Net Llama

You will need to recompile the kernel, that much is guarenteed.  What
you are experiencing is apparently a known problem with NE-2000 (
clones) NICs.  

First, unless you are running an SMP box, you don't need APIC in your
kernel.  So, turn that off.  If you actually do have an SMP box, then
stop using crappy cheap NICs :)

Most likely turning off APIC in the kernel will resolve the issue.

BTW, i'm not about to pretend that i'm some all-knowing genius who knows
about random quirks in random hardware.  THe only reason i knew this was
by plugging the error (in the email SUBJECT line, minus the 'eth1') into
http://groups.google.com and reading what others had experienced.  

Don't believe the fools who claim that usenet is dead.  It still brims
with useful information.


--- Joel Hammer [EMAIL PROTECTED] wrote:
 I have two cards in this machine. Both are ne2000 clones (PCI), one is
 a
 winbond on eth0 and the other a realtek 8029 (chip name) on eth1.
 These
 messages began only after I added the realtek card.
 Would it make a difference that the realtek card is on a subnet that
 usually
 has no activity on it, since there is only one computer on the subnet
 besides my two NIC router and that computer is usually turned off.
 You may ask why I buy all these NE2000 clones? That's what I get for
 buying
 stuff at CompUSA.  But, alas, they are cheap and easy, and sometimes I
 like
 that.
 Joel
 On Sat, Sep 01, 2001 at 08:34:44PM -0400, Joel Hammer wrote:
  You are correct on both counts. The card cost about $5.00, too, but
 it was a
  combo card and so I felt obliged.
  What is going on?
  Should I rebuild the kernel?
  Joel
  
  
  On Sat, Sep 01, 2001 at 04:10:59PM -0700, Net Llama wrote:
   --- Joel Hammer [EMAIL PROTECTED] wrote:
NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timed out, cable problem? TSR=0x16, ISR=0x0, t=21.  

I recently installed a second NIC on this machine. All seems to
 be
working
fine but I get these messages in my log file. I haven't a clue.
Any insight appreciated.
   
   What kind of NIC is the 2nd one?  I'll put $5 that its an NE-2000.
  
   What kind of kernel are you running, and did you include support
 for
   APIC (Advanced Programmable Interrupt Controller) in that kernel?


=

Lonni J. Friedman [EMAIL PROTECTED]

Linux FAQ  Step-by-step help:http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Get email alerts  NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
-http://linux.nf/mailman/listinfo/linux-users