2 out of 4 boards present a problem with internet (ethernet)
#8
Well testing internet speed is pretty pointless. You should have a 'known-to-be-fast' peer and use iperf2 or iperf3 for testing locally, ideally with a direct connection (no switch).

There are plenty of guides out there how to rebuild a device tree from source.

Try something like this (all as root):

Code:
sudo su -

# install dt compiler
apt-get install device-tree-compiler

# download source device tree for Pine64+ to /boot/pine64
wget https://github.com/longsleep/build-pine64-image/raw/master/blobs/pine64.dts -O /boot/pine64/sun50i-a64-pine64-plus.dts

# Switch directory to /boot/pine64 and edit using Vi
cd /boot/pine64
vi sun50i-a64-pine64-plus.dts
# make modifications now

# Compile modified device tree
dtc -O dtb -o pine64-plus-custom.dtb sun50i-a64-pine64-plus.dts

# Make U-Boot load modified device tree
echo "fdt_filename=pine64/pine64-plus-custom.dtb" >>/boot/uEnv.txt

reboot


Note that these instruction do only work for device tree values used by the Kernel (like the sunxi-gmac settings). Also these instructions are for Pine64+ only!

rx-delay seems to be ok as 0.
tx-delay is 3 by default in my builds. In Android i think it is 2. Try modifying tx-delay only and keep the value between 0 and 7. Valid range for rx-delay is 0-31.

Also note that the values for rx and tx-delay are to be given as hex (base 16).

I suggest you set a static IP address for eth0 before playing with this, as DHCP will fail for incompatible values and DHCP has a 5 minute timeout on boot.

Have fun Smile


Messages In This Thread
RE: 2 out of 4 boards present a problem with internet (ethernet) - by longsleep - 05-27-2016, 01:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Connected to Wifi but no Internet pnoyrocket 2 5,686 11-22-2020, 06:23 AM
Last Post: Little_Johnny
  Pine 64 + WIFI - OVERHEAT problem Berkut 0 3,295 10-24-2018, 12:52 PM
Last Post: Berkut
  Possible to simultaneously connect to ethernet & wi-fi? wahdooyah 3 4,639 01-26-2018, 06:57 PM
Last Post: dkryder
  2nd ethernet in PINE64 with android daniele 2 4,131 12-07-2017, 05:09 AM
Last Post: daniele
  No Ethernet on Andriod rvalecruz 5 6,817 05-05-2017, 01:59 AM
Last Post: Quezbeme
  My Hacky ethernet fix anarchyuk 21 31,502 11-20-2016, 12:01 PM
Last Post: waldo
  Lost Ethernet hatman28 13 17,368 11-10-2016, 09:05 PM
Last Post: pfeerick
  ethernet does not work with Android 5.1.1 Image Release 20160711 (Known Problem) mathiraj 18 24,166 10-29-2016, 04:31 AM
Last Post: joe
  Guest Account Cannot Access Internet on Remix OS and Android x-86 OS deniyulianti 1 3,143 10-21-2016, 05:38 AM
Last Post: MarkHaysHarris777
  Guest Account in Android x-86 OS cannot Access Internet deniyulianti 0 2,167 10-15-2016, 07:30 AM
Last Post: deniyulianti

Forum Jump:


Users browsing this thread: 2 Guest(s)