3C900-combo
Donald Becker
becker@cesdis1.gsfc.nasa.gov
Fri Mar 26 19:26:07 1999
On Fri, 26 Mar 1999, Paul Tod Rieger wrote:
> > > I've tried the 10Base2 (with my LAN) and 10BaseT (cable modem)
> > > connections.
> > Have you tried specifying the media type with a module option?
> The Debian install program reported that options weren't available.
> Where do I find the module options?
http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
> > > > Check /proc/net/dev to see if you are sending packets.
> Inter-| Receive | Transmit
> face |packets errs drop fifo frame|packets errs drop fifo colls carrier
> lo: 65 0 0 0 0 65 0 0 0 0 0
> eth0: 804659 0 0 0 0 3838 0 0 0 0 0
> eth1: 37 0 0 0 0 2 0 0 0 0 0
OK, everything is working fine. You just have some sort of routing
misconfiguration.
Do 'route -n' or check /proc/net/route.
Do 'arp -n' or check /proc/net/arp.
> I tried ping'ing eth1 from an attached machine, which reported "16
> packets transmitted, 0 packets received, 100% packet loss".
Ignore the count put out by 'ping' -- until you get a valid ARP response you
are not really sending out packets.
> I again looked at /proc/net/dev and found the 37 had increased to 53 --
> but the 2 was still 2.
You are receiving packets -- 'tcpdump' will likely show they are broadcast
ARPs from other machines.
> And /proc/interrupts then showed 55 interrupts for eth1. (The 53 plus
> 2, I take it.)
One for each transmitted and recieved packet....
> > I suggest overriding the media setting.
>
> Is this a module option?
Yup. The option name is, confusingly, "options".
Donald Becker becker@cesdis.gsfc.nasa.gov
USRA-CESDIS, Center of Excellence in Space Data and Information Sciences.
Code 930.5, Goddard Space Flight Center, Greenbelt, MD. 20771
301-286-0882 http://cesdis.gsfc.nasa.gov/people/becker/whoiam.html