On Fri, 26 Jun 1998, JonesMB wrote: > I am having trouble configuring a pair of DEC DS21142 Tulip based ethernet > devices here. The cards work under NT so I know the hardware is OK. I have > tried with v0.88 and v0.89 of the tulip.c driver which I downloaded from > Donald Becker's site. I am using kernel v2.0.30 with the tulip driver > compiled as a module. I am able to load the module and bring up the > interfaces but there is no traffic across the ports on the network. I have > used tcpdump on the Linux box and snoop on a Sun on the same LAN and it looks > like nothing is coming out of the ethernet ports. When I ping I see the arp > request coming out of the Linux box via tcpdump but no one responds. It is > the same from the Sun side when I ping from there. The cards have a 10BaseT > port. > > In /etc/modules I have > ---- > alias eth0 tulip > options tulip options=9 debug=6 > alias eth1 tulip > options tulip options=9 debug=6 > ---- > for loading the module. > Below is the result ifconfig after the mofule is loaded and configured > ---- > lo Link encap:Local Loopback > inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0 > UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1 > RX packets:268 errors:0 dropped:0 overruns:0 > TX packets:268 errors:0 dropped:0 overruns:0 > > eth0 Link encap:10Mbps Ethernet HWaddr 00:C0:49:0F:56:24 > inet addr:192.168.10.35 Bcast:192.168.10.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 > TX packets:0 errors:0 dropped:0 overruns:0 > Interrupt:11 Base address:0xec00 > > eth1 Link encap:10Mbps Ethernet HWaddr 00:C0:49:0F:56:23 > inet addr:192.168.64.35 Bcast:192.168.64.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 > TX packets:0 errors:0 dropped:0 overruns:0 > Interrupt:5 Base address:0xec80 > ---- > > When the module is loading, these messages are printed to syslog. > Unfortunately I don't fully understand all of it. Maybe someone here can help > ---- > eth0: Digital DS21142/3 Tulip at 0xec00, 00 c0 49 0f 56 24, IRQ 11. > eth0: EEPROM default media type Autosense. > eth0: Index #0 - Media 10baseT (#0) described by a 21142 Serial PHY (2) > block. > eth0: Index #1 - Media 10baseT-FD (#4) described by a 21142 Serial PHY (2) > block. > eth0: Index #2 - Media 10base2 (#1) described by a 21142 Serial PHY (2) > block. > eth0: Index #3 - Media MII (#11) described by a 21142 MII PHY (3) block. > eth0: MII transceiver found at MDIO address 1, config 3100 status 786d. > eth0: Advertising 01e1 on PHY 1, previously advertising 01e1. > eth1: Digital DS21142/3 Tulip at 0xec80, 00 c0 49 0f 56 23, IRQ 5. > eth1: EEPROM default media type Autosense. > eth1: Index #0 - Media 10baseT (#0) described by a 21142 Serial PHY (2) > block. > eth1: Index #1 - Media 10baseT-FD (#4) described by a 21142 Serial PHY (2) > block. > eth1: Index #2 - Media 10base2 (#1) described by a 21142 Serial PHY (2) > block. > eth1: Index #3 - Media MII (#11) described by a 21142 MII PHY (3) block. > eth1: MII transceiver found at MDIO address 2, config 3100 status 786d. > eth1: Advertising 01e1 on PHY 2, previously advertising 01e1. > ---- > > Any help is appreciated. > > regards > jmb > > > - > To unsubscribe from this list: send the line "unsubscribe linux-net" in > the body of a message to [EMAIL PROTECTED] > - To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to [EMAIL PROTECTED]
