New hardware, Asrock J4105-ITX - Intel gemini lake SOC
NIC reports Gb speed but all transfers are only at 100Mbps.
ifconfig shows no dropped frames, everything looks ok.
Around 10m CAT5e cable, worked fine with previous HTPC.
Tried another router, doesn't help.
According to some google results blacklisting r8169 module could help but as it seems LE has it built into the kernel
Any ideas?
excerpt from dmesg:
Code
[ 2.537772] libphy: r8169: probed
[ 2.538032] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 70:85:c2:fa:31:f4, XID 541, IRQ 124
[ 2.538036] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 12.840729] Generic Realtek PHY r8169-200:00: attached PHY driver [Generic Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[ 12.949712] r8169 0000:02:00.0 eth0: Link is Down
[ 28.740218] r8169 0000:02:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 28.740238] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Full dmesg: http://ix.io/2cAr
lshw:
Code
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Subsystem: ASRock Incorporation RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (Motherboard (one of many))
Flags: bus master, fast devsel, latency 0, IRQ 20
I/O ports at e000 [size=256]
Memory at a1104000 (64-bit, non-prefetchable) [size=4K]
Memory at a1100000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [b0] MSI-X: Enable+ Count=4 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number f4-31-fa-c2-85-70-00-00
Capabilities: [170] Latency Tolerance Reporting
Capabilities: [178] L1 PM Substates
Kernel driver in use: r8169
Display More
ifconfig:
Code
LibreELEC:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 70:85:C2:FA:31:F4
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1183886 errors:0 dropped:3 overruns:0 frame:0
TX packets:595133 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1770511686 (1.6 GiB) TX bytes:41212717 (39.3 MiB)
iperf:
Code
Connecting to host 192.168.1.101, port 5201
[ 4] local 192.168.1.100 port 38310 connected to 192.168.1.101 port 5201
[ ID] Interval Transfer Bandwidth Retr Cwnd
[ 4] 0.00-1.00 sec 11.8 MBytes 98.6 Mbits/sec 0 91.9 KBytes
[ 4] 1.00-2.00 sec 11.2 MBytes 94.4 Mbits/sec 0 91.9 KBytes
[ 4] 2.00-3.00 sec 11.2 MBytes 94.3 Mbits/sec 0 99.0 KBytes
[ 4] 3.00-4.00 sec 11.2 MBytes 94.4 Mbits/sec 0 99.0 KBytes
[ 4] 4.00-5.00 sec 11.2 MBytes 93.8 Mbits/sec 0 99.0 KBytes
[ 4] 5.00-6.00 sec 11.2 MBytes 94.3 Mbits/sec 0 99.0 KBytes
[ 4] 6.00-7.00 sec 11.2 MBytes 94.3 Mbits/sec 0 99.0 KBytes
[ 4] 7.00-8.00 sec 11.2 MBytes 93.8 Mbits/sec 0 99.0 KBytes
[ 4] 8.00-9.00 sec 11.2 MBytes 94.4 Mbits/sec 0 99.0 KBytes
[ 4] 9.00-10.00 sec 11.2 MBytes 93.8 Mbits/sec 0 99.0 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 113 MBytes 94.6 Mbits/sec 0 sender
[ 4] 0.00-10.00 sec 112 MBytes 94.2 Mbits/sec receiver
iperf Done.
Display More