The gigabit connection is working slow and the colour is orange, when the gigabit is working fine is the green colour. I have a nvme as a hdd and this are the write/read speed:
zital@vf2 ~> sync; dd if=/dev/zero of=testfile bs=128M count=8
8+0 records in
8+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 3.91865 s, 274 MB/s
zital@vf2 ~> dd if=testfile of=/dev/null bs=1M count=1024 iflag=direct
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.05676 s, 265 MB/s
I did the same test for the orange pi and works fine:
zital@s-400 /tmp> rsync -avzhP --delete /tmp/a/ pi@opi5:/tmp/a/
sending incremental file list
created directory /tmp/a
./
D01.mp4
535,17M 100% 101,00MB/s 0:00:05 (xfr#1, to-chk=0/2)
sent 533,62M bytes received 67 bytes 82,10M bytes/sec
total size is 535,17M speedup is 1,00
zital@s-400 /tmp> rsync -avzhP --delete /tmp/a/ zital@vf2:/tmp/a/
sending incremental file list
created directory /tmp/a
./
D01.mp4
535,17M 100% 28,93MB/s 0:00:17 (xfr#1, to-chk=0/2)
sent 533,62M bytes received 67 bytes 27,37M bytes/sec
total size is 535,17M speedup is 1,00
--------------------------------------------------
root@vf2 /home/zital# ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Link partner advertised pause frame use: Symmetric Receive-only
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Auto-negotiation: on
master-slave cfg: preferred slave
master-slave status: slave
Port: Twisted Pair
PHYAD: 0
Transceiver: external
MDI-X: Unknown
Supports Wake-on: ug
Wake-on: d
Current message level: 0x0000003f (63)
drv probe link timer ifdown ifup
Link detected: yes
---------------------------
left orange pi with green light and in the right the vf2 with orange light
using debian sid:
zital@vf2 ~ [1]> uname -r
6.6.20-starfive
some help?