Results 1 to 1 of 1
Hello,
I have a machine with National Semiconductor DP83815 (MacPhyter) ethernet adapter. The network is 10Base-2.
On this site they say it works. I tried it with debian live (kernel ...
- 07-16-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 1
Ethernet adapter doesn't work
Hello,
I have a machine with National Semiconductor DP83815 (MacPhyter) ethernet adapter. The network is 10Base-2.
On this site they say it works. I tried it with debian live (kernel 2.6.24). It recognizes the adapter, and lets me configure it like everything is all right.
After I do all that I get no ping.
On the same machines under Windows it works flawlessly.
Relevant logs (The localhost is 192.168.0.1, the other machine is equivalent and its address is 192.168.0.2):
Thanks for your help!Code:+ uname -r 2.6.24-etchnhalf.1-486 + dmesg | grep eth natsemi eth0: NatSemi DP8381[56] at 0xd0004000 (0000:02:0a.0), 00:50:c2:0d:cc:70, IRQ 9, port TP. eth0: DSPCFG accepted after 0 usec. + dmesg | grep net audit: initializing netlink socket (disabled) + ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:50:C2:0D:CC:70 inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 UP 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:9 + route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.0.254 0.0.0.0 UG 0 0 0 eth0 + ping -c 4 192.168.0.1 PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data. 64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.054 ms 64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.017 ms 64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=0.012 ms 64 bytes from 192.168.0.1: icmp_seq=4 ttl=64 time=0.013 ms --- 192.168.0.1 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 2999ms rtt min/avg/max/mdev = 0.012/0.024/0.054/0.017 ms + ping -c 4 192.168.0.2 PING 192.168.0.2 (192.168.0.2) 56(84) bytes of data. From 192.168.0.1 icmp_seq=1 Destination Host Unreachable From 192.168.0.1 icmp_seq=2 Destination Host Unreachable From 192.168.0.1 icmp_seq=3 Destination Host Unreachable From 192.168.0.1 icmp_seq=4 Destination Host Unreachable --- 192.168.0.2 ping statistics --- 4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3009ms , pipe 3


Reply With Quote