NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-sparc64/52123 (hme interfaces do not work anymore (7.0.2,7.1))
The following reply was made to PR port-sparc64/52123; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: Timo <timo%kroenchenstadt.de@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, jdc%NetBSD.org@localhost
Subject: Re: port-sparc64/52123 (hme interfaces do not work anymore
(7.0.2,7.1))
Date: Fri, 31 Mar 2017 10:12:37 +0200
On Fri, Mar 31, 2017 at 08:31:36AM +0200, Timo wrote:
> Hi, I just installed a snapshot (7.99.66, GENERIC.201703291120Z) but it
> still does not work for me. Neither DHCP nor static IP addressing works.
> I tried different interfaces.
I updated my LX which has a QFE card and tested 7.1. It works fine for me
with static addresses when connected to a gigE switch. The on-board hme
on the U2 also works fine with static addresses:
# ifconfig hme0
hme0: flags=8822<BROADCAST,NOTRAILERS,SIMPLEX,MULTICAST> mtu 1500
capabilities=3c00<TCP4CSUM_Rx,TCP4CSUM_Tx,UDP4CSUM_Rx,UDP4CSUM_Tx>
enabled=0
ec_capabilities=1<VLAN_MTU>
ec_enabled=0
address: 08:00:20:7c:f9:e9
media: Ethernet autoselect (100baseTX half-duplex)
status: active
# ifconfig hme0 192.168.111.60
# ping 192.168.111.42
PING 192.168.111.42 (192.168.111.42): 56 data bytes
64 bytes from 192.168.111.42: icmp_seq=0 ttl=255 time=3.702001 ms
64 bytes from 192.168.111.42: icmp_seq=1 ttl=255 time=0.288001 ms
^C
----192.168.111.42 PING Statistics----
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.288001/1.995001/3.702001/2.414063 ms
Noticed the half duplex and forced it to full duplex, and it still works:
# ifconfig hme0 media 100baseTX mediaopt full-duplex
# ping 192.168.111.42
PING 192.168.111.42 (192.168.111.42): 56 data bytes
64 bytes from 192.168.111.42: icmp_seq=0 ttl=255 time=0.394000 ms
64 bytes from 192.168.111.42: icmp_seq=1 ttl=255 time=0.264999 ms
^C
----192.168.111.42 PING Statistics----
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.264999/0.329500/0.394000/0.091217 ms
# ifconfig hme0
hme0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500
capabilities=3c00<TCP4CSUM_Rx,TCP4CSUM_Tx,UDP4CSUM_Rx,UDP4CSUM_Tx>
enabled=0
ec_capabilities=1<VLAN_MTU>
ec_enabled=0
address: 08:00:20:7c:f9:e9
media: Ethernet 100baseTX full-duplex
status: active
inet 192.168.111.60 netmask 0xffffff00 broadcast 192.168.111.255
inet6 fe80::a00:20ff:fe7c:f9e9%hme0 prefixlen 64 scopeid 0x1
and actually in full-duplex mode even dhcpcd works fine.
So I tried again in sysinst, went to Utilities/Configure Network,
selected media type 100baseTX (instead auf autoselect) and it worked
fine.
Not believing what I could see I rebooted and retried with "autoselect"
and indeed that reproduced the failure again.
Julian, does this ring a bell for you?
Martin
Home |
Main Index |
Thread Index |
Old Index