Jump to content

Slow network speed


ytn

Recommended Posts

I have a BananaPi running 4.2 (with Wheezy) and I am getting poor network speed. When testing download a file from the internet, I am averaging ~500k/s.

 

I have another BananaPi running 3.4 (also with Wheezy) and on that board, I am averaging ~3MB/s downloading the same file from the same location.

 

I tested this multiple times and the results are pretty much the same.

 

Any idea why network performance is so poor on 4.2?

 

Thanks.

Link to comment
Share on other sites

I had a similar issue with the LIME2 / A20-SOM ( on a custom PCB )
had to set the Ethernet interface down to 100mbps ( Our routing was wrong for a 1000mbps link to be working well )
We get better throughput with the device set to 100 than we did with 1000.

this is in /etc/network/interfaces :
allow-hotplug eth0
iface eth0 inet dhcp
pre up mii-tool -F 100baseTx-FD eth0

This might not apply to you ( I think the timing settings for the banana Pi are set correctly )
 

Link to comment
Share on other sites

Thanks for the feedback... I may have had a faulty Ethernet cable. I swapped cables as well as ports on my switch, and now speed seems much better, and more consistent with my other BPi running 3.4.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines