2 out of 4 boards present a problem with internet (ethernet)
#10
(05-27-2016, 01:45 PM)longsleep Wrote: 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

I will try this as soon as I get home. Many thanks!

(05-27-2016, 03:17 PM)androsch Wrote:
(05-26-2016, 04:01 PM)g_t_j Wrote:
(05-26-2016, 03:56 PM)moondark Wrote: So, it seems that you just confirmed that the gigabit ethernet issues half of people are having is a hardware defect. If you just tested them in the same conditions with the same image, it is unlikely that the problem is in the software. Now, how to get a replacement?

I fear this is the case. I'm willing to do further testing with recommendations from more experienced users but the fact that 2 of my Pines literally FLY while the other 2 being slow as hell, it's something that worries me...

Can you verify all of your boards are exactly same hardware versions (e.g. Rev B) and date?
Would be interesting to compare with others having similar problems like me....

Gesendet von meinem K00L mit Tapatalk
If  I recall correctly, all my boards have manufacture date 21-03-2016.
I will verify and update as soon as I get home. Same goes for revision versions.


Messages In This Thread
RE: 2 out of 4 boards present a problem with internet (ethernet) - by g_t_j - 05-27-2016, 04:31 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,132 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,504 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,167 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,168 10-15-2016, 07:30 AM
Last Post: deniyulianti

Forum Jump:


Users browsing this thread: 2 Guest(s)