Hi again,
I'm still stymied. I can't get my linux box to ping to a WinNT box, or
vice versa.
I tried some different things today and this is what I found out.
A quick review.
After bootup, I ran "dmesg | grep eth". That told me that the card had
been set up
with IRQ10, IO = 0xf800 etc, and it also said that I had a 100Mbit link
established
between the two machines.
Then I run ifconfig and it tells me the same things as far as IRQ and
IO. It also
tells me that eth0 is UP as well as IP address and mask etc.
Here's where things fall apart.
When I ping from NT to Linux: (these transfers time out on the NT box)
After that, when I do an ifconfig, the RX count always stays at zero.
Then, I looked in /proc/interrupts and the interrupt count for my NIC is
also at zero.
My NIC (a Netgear FA312) is using IRQ10 according to ifconfig and
/proc/interrupts.
What would keep the interrupt count from incrementing? Is it possible
that this
interrupt is masked?
If so, how do I enable it? A BIOS setting? A linux setting?
Could a module problem prevent the IRQ count from incrementing?
Thanks a lot,
Jon Rook