I’m investigating ping drops from beagle bone industrial to halow link1 (in extender mode). I’ve connected directly from eth0 on bbi to lan port of HL1. I configured the eth0
sudo ip addr add 10.22.121.110/31 dev eth0
sudo ip route add 10.22.121.111 dev eth0 scope link
in order to test this. and the ping record (abbreviated is here)![]()
64 bytes from 10.22.121.111: icmp_seq=166 ttl=64 time=0.907 ms
64 bytes from 10.22.121.111: icmp_seq=167 ttl=64 time=0.786 ms
64 bytes from 10.22.121.111: icmp_seq=168 ttl=64 time=1.06 ms
64 bytes from 10.22.121.111: icmp_seq=169 ttl=64 time=0.894 ms
64 bytes from 10.22.121.111: icmp_seq=170 ttl=64 time=0.789 ms
64 bytes from 10.22.121.111: icmp_seq=171 ttl=64 time=0.778 ms
^C
— 10.22.121.111 ping statistics —
172 packets transmitted, 162 received, 5.81395% packet loss, time 171441ms
rtt min/avg/max/mdev = 0.719/0.886/1.548/0.099 ms
pinging to 192.168.12.1 is about the same:
64 bytes from 192.168.12.1: icmp_seq=45 ttl=64 time=7.67 ms
64 bytes from 192.168.12.1: icmp_seq=46 ttl=64 time=4.90 ms
64 bytes from 192.168.12.1: icmp_seq=47 ttl=64 time=4.62 ms
64 bytes from 192.168.12.1: icmp_seq=48 ttl=64 time=4.50 ms
64 bytes from 192.168.12.1: icmp_seq=49 ttl=64 time=9.82 ms
64 bytes from 192.168.12.1: icmp_seq=50 ttl=64 time=4.73 ms
64 bytes from 192.168.12.1: icmp_seq=52 ttl=64 time=4.59 ms
64 bytes from 192.168.12.1: icmp_seq=53 ttl=64 time=4.60 ms
64 bytes from 192.168.12.1: icmp_seq=54 ttl=64 time=5.49 ms
^C
— 192.168.12.1 ping statistics —
54 packets transmitted, 51 received, 5.55556% packet loss, time 53129ms
rtt min/avg/max/mdev = 4.368/5.900/24.362/3.321 ms
and pinging 8.8.8.8 is also about the same
64 bytes from 8.8.8.8: icmp_seq=131 ttl=114 time=14.9 ms
64 bytes from 8.8.8.8: icmp_seq=132 ttl=114 time=11.1 ms
64 bytes from 8.8.8.8: icmp_seq=133 ttl=114 time=16.4 ms
64 bytes from 8.8.8.8: icmp_seq=134 ttl=114 time=10.7 ms
^C
— 8.8.8.8 ping statistics —
135 packets transmitted, 129 received, 4.44444% packet loss, time 134358ms
rtt min/avg/max/mdev = 9.890/15.736/61.683/7.531 ms
WHEREAS when i connect the BBB directly to my home router via ethernet again I get 0% packet loss after 1 hour of pings. Here I did ping 192.168.1.1 | nl -v 0 (notice the first column is 3665 and the icmp_seq is also 3665) there were no timeouts.
3658 64 bytes from 192.168.1.1: icmp_seq=3658 ttl=64 time=0.753 ms
3659 64 bytes from 192.168.1.1: icmp_seq=3659 ttl=64 time=0.714 ms
3660 64 bytes from 192.168.1.1: icmp_seq=3660 ttl=64 time=0.811 ms
3661 64 bytes from 192.168.1.1: icmp_seq=3661 ttl=64 time=0.778 ms
3662 64 bytes from 192.168.1.1: icmp_seq=3662 ttl=64 time=1.02 ms
3663 64 bytes from 192.168.1.1: icmp_seq=3663 ttl=64 time=0.809 ms
3664 64 bytes from 192.168.1.1: icmp_seq=3664 ttl=64 time=0.696 ms
3665 64 bytes from 192.168.1.1: icmp_seq=3665 ttl=64 time=0.754 ms
Note that sometimes this packet loss to 10.22.121.111 is up to 20% right now it is t 5%.
Note that there are no other devices connected to the HL1 as an extender and the AP that the HL1 extender is connected to is in AP mode not mesh.
The ethtool output is
debian@KEPLER-TST1-03:~$ sudo ethtool eth0
[sudo] password for debian:
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Link partner advertised pause frame use: Symmetric Receive-only
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 100Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 0
Transceiver: external
MDI-X: Unknown
Supports Wake-on: d
Wake-on: d
Current message level: 0x00000000 (0)
Link detected: yes
Any thoughts?
Thanks for your previous help. I have not seen the same issue with the device problems in AP mode as in Mesh but have not continueed down that route.
Bradley