Im struggling to troubleshoot an issue im seeing with my PI2.
Im constantly seeing packet loss. The PI is connected to a known working Netgear GS724T 24 port Gigabit switch. Using a known working port and testing with several known working cables.
Interestingly this only seems to be a "receive" issue, as while im getting packet loss pinging the pi, the pi is pinging out to the internet absolutely fine. I have re-imaged it several times to eliminate config error made by me, ive replaced the PSU twice, Ive used several different switch ports (all of which had working devices in them previously), i have used several cables (again, coming from working devices, also crimped my own to be sure). But this packet loss will not go away.
A few interesting facts:
- The packet loss doesnt occur the same time from each device (logs below)
The packet loss doesnt show when connected to my upstream router (images of setup below)
From my ldap server, this is a VM hosted on an esxi box connected directly to the switch:
Code: Select all
jon@ldap:~$ ping 192.168.0.218 -q -c 100
PING 192.168.0.218 (192.168.0.218) 56(84) bytes of data.
--- 192.168.0.218 ping statistics ---
100 packets transmitted, 85 received, 15% packet loss, time 99000ms
rtt min/avg/max/mdev = 0.265/0.300/0.726/0.050 msCode: Select all
jon@jon-debian-laptop:~$ ping 192.168.0.218 -q -c 100
PING 192.168.0.218 (192.168.0.218) 56(84) bytes of data.
--- 192.168.0.218 ping statistics ---
100 packets transmitted, 70 received, 30% packet loss, time 99239ms
rtt min/avg/max/mdev = 0.752/1.357/16.579/2.089 mshttp://i.imgur.com/LS3Y3zM.png
Setup which shows packet loss:
http://i.imgur.com/4PNF3hr.png
PI2 Details:
Code: Select all
pi@raspberrypi /etc $ cat debian_version
7.8Code: Select all
pi@raspberrypi /etc $ uname -a
Linux raspberrypi 4.0.7-v7+ #801 SMP PREEMPT Tue Jun 30 18:38:23 BST 2015 armv7l GNU/Linux