PINE64
Ethernet Slow Download - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32)
+---- Forum: Ethernet Port (https://forum.pine64.org/forumdisplay.php?fid=39)
+---- Thread: Ethernet Slow Download (/showthread.php?tid=597)

Pages: 1 2 3 4 5 6 7 8 9


Ethernet Slow Download - Ascotg - 04-09-2016

Hi, 

I'm running the latest version of Android I found on the wiki page: 20160216

My problem is the download speed over ethernet, which is really slow (~1Mbps), but my upload speed is (~15Mbps).
As a reference my pc has a download speed of 200Mbps and upload of 15Mbps.

How do I fix the slow download speed on the pine?

Thx,


RE: Ethernet Slow Download - Roverius - 04-09-2016

(04-09-2016, 01:15 PM)Ascotg Wrote: Hi, 

I'm running the latest version of Android I found on the wiki page: 20160216

My problem is the download speed over ethernet, which is really slow (~1Mbps), but my upload speed is (~15Mbps).
As a reference my pc has a download speed of 200Mbps and upload of 15Mbps.

How do I fix the slow download speed on the pine?

Thx,

Hi,

Do you use the Wifi or the onboard cabled Ethernet LAN?
If with cable, how did you get a network connection?

It seems i am unable to get any LAN connection (2GB version)


RE: Ethernet Slow Download - rahlquist - 04-10-2016

(04-09-2016, 04:27 PM)Roverius Wrote:
(04-09-2016, 01:15 PM)Ascotg Wrote: Hi, 

I'm running the latest version of Android I found on the wiki page: 20160216

My problem is the download speed over ethernet, which is really slow (~1Mbps), but my upload speed is (~15Mbps).
As a reference my pc has a download speed of 200Mbps and upload of 15Mbps.

How do I fix the slow download speed on the pine?

Thx,

Hi,

Do you use the Wifi or the onboard cabled Ethernet LAN?
If with cable, how did you get a network connection?

It seems i am unable to get any LAN connection (2GB version)
There are still issues with the Android and RemixOS Ethernet implementation on the 2GB board. With debian, things are shaping up nicely. 

Code:
root@debianpine64:~# iperf -c 192.168.0.45 -t 60
------------------------------------------------------------
Client connecting to 192.168.0.45, TCP port 5001
TCP window size: 22.5 KByte (default)
------------------------------------------------------------
[  3] local 192.168.0.164 port 58323 connected with 192.168.0.45 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-60.0 sec   615 MBytes  85.9 Mbits/sec

A little bit of time and this board will be screaming.


RE: Ethernet Slow Download - teke - 04-25-2016

Hi!

I have a Pine64+ 2 GB with Debian8, Ubuntu Xenial, ...

I have the same problem! The down speed too slow "Download: 2.33 Mbit/s", the up speed is normal "Upload: 4.84 Mbit/s". My ISP give me 60/10 (30/5) bandwidth.

I did ethtool (100/full duplex autoneg off), took iperf3 8-(.

What can I do anything else?!


RE: Ethernet Slow Download - utdrmac - 04-27-2016

I'm using 3.10.65-5-pine64-longsleep (Ubuntu-xenial). I've got 4 pines connected to a gigabit switch. Transfer speeds between them are flaky. Just scp'd a 50MB file which took almost 11 minutes. Sometimes the ethernet just completely disappears for about 30s from all of them. They don't reboot, just lose ethernet connectivity.

Is there a way to assist in debugging this?


RE: Ethernet Slow Download - lenny.raposo-pine64.pro - 04-27-2016

utdrcmac can you tell me if your pine model is the 2gb or 1gb variant?


RE: Ethernet Slow Download - utdrmac - 04-27-2016

All 4 are the 2GB model. A64-DB-2G-Rev B / 2016-02-25 as printed on the boards.


RE: Ethernet Slow Download - lenny.raposo-pine64.pro - 04-27-2016

it's on one of the bug reports for the 3.10.65 BSP kernel.

Something myself and others are trying to address, but if you set the link speed to 100mbits it will atleast give you a much more stable connection for the time being until the ethernet issues get patched up Wink


RE: Ethernet Slow Download - utdrmac - 04-27-2016

I used this and added it to /etc/rc.local so it is applied at boot:

Code:
ethtool -s eth0 speed 100 duplex full

Have you noticed if half duplex makes it any more stable? I noticed that if I turn off auto-negotiation, eth won't come back online.


RE: Ethernet Slow Download - teke - 04-28-2016

(04-27-2016, 06:06 PM)utdrmac Wrote: I used this and added it to /etc/rc.local so it is applied at boot:

Code:
ethtool -s eth0 speed 100 duplex full

Have you noticed if half duplex makes it any more stable? I noticed that if I turn off auto-negotiation, eth won't come back online.

I did like this, it's OK  Wink