2024-09-17, 13:10
Deleted
(2024-09-17, 12:45)mrcleeo Wrote:(2024-09-17, 12:10)Sholander Wrote: My S922x devices often after cold start connected to router with only 100 Mbits, and after several reboots when they finally connected with 1000 Mbits they do not keep that speed, but often after some time drop down to 100-200 Mbits, or even lower; as if some other device has occupied the network at that time...This is exactly my experience. Is it the dtb?
(2024-09-17, 13:12)Sholander Wrote:I'd much appreciate the download as I'm in-between chemo treatments. Thanks for the help!!(2024-09-17, 12:45)mrcleeo Wrote:(2024-09-17, 12:10)Sholander Wrote: My S922x devices often after cold start connected to router with only 100 Mbits, and after several reboots when they finally connected with 1000 Mbits they do not keep that speed, but often after some time drop down to 100-200 Mbits, or even lower; as if some other device has occupied the network at that time...This is exactly my experience. Is it the dtb?
I think it's the CEoreElec kernel ethernet driver, but if you use the line "ethtool -s eth0 speed 1000 duplex full autoneg off" command in "autostart.sh" it will perform better.
If you don't know how to make that "autostart.sh" file in CE, I can send you URL to download it and place it in Kodi/.config folder. It will run at every boot and configure Ethernet adapter to always connect with 1000 Mbits. This will in most cases resolve inconsistence problems.
(2024-09-17, 17:06)Theetjuh Wrote: Is there no resolvement from the CE team?
(2024-09-17, 16:45)hdmkv Wrote: Thanks, I'm going to try with & w/o that script, and test my secondary AM6B+ in another room, further away from the router & NAS.
(2024-09-17, 22:13)bazzle Wrote: I got my G1 a 10 days ago. I turned it on and saw the Sign into Google bit and turned it straight off. No chance of it ever upgrading.thanks for the update, this box is still a good potential, even coreelec team member said
I am only using it for CoreElec so I put in the SD card and toothpick started it into CE.
Working perfectly. Gigabit Ethernet with CE NG.
Happy with the purchase.
https://relkai.coreelec.org/?dir=Amlogic-ng/ce-21
(2024-09-17, 17:42)Sholander Wrote: To get more inside info for comparison run these SSH commands before and after applying this scriptWith both my AM6B+ units, purchased from separate AliExpress sellers about 45 days apart, both before & after applying the "ethtool -s eth0 speed 1000 duplex full autoneg off" command in "autostart.sh", I get...
"cat /sys/class/net/eth0/speed" and "ethtool eth0 | grep Speed"
If you get same results, you are not affected by mentioned "Ethernet irregularity".
CoreELEC:~ # cat /sys/class/net/eth0/speed
1000
CoreELEC:~ # ethtool eth0 | grep Speed
Speed: 1000Mb/s
CoreELEC:~ # iperf3 -c 192.168.XX.Y
Connecting to host 192.168.XX.Y, port 5201
[ 5] local 192.168.XX.ZZ port 43608 connected to 192.168.XX.Y port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 113 MBytes 945 Mbits/sec 0 395 KBytes
[ 5] 1.00-2.00 sec 111 MBytes 932 Mbits/sec 0 395 KBytes
[ 5] 2.00-3.00 sec 111 MBytes 932 Mbits/sec 0 395 KBytes
[ 5] 3.00-4.00 sec 111 MBytes 932 Mbits/sec 0 395 KBytes
[ 5] 4.00-5.00 sec 111 MBytes 932 Mbits/sec 0 395 KBytes
[ 5] 5.00-6.00 sec 112 MBytes 935 Mbits/sec 0 414 KBytes
[ 5] 6.00-7.00 sec 112 MBytes 936 Mbits/sec 0 479 KBytes
[ 5] 7.00-8.00 sec 112 MBytes 935 Mbits/sec 0 479 KBytes
[ 5] 8.00-9.00 sec 111 MBytes 930 Mbits/sec 0 479 KBytes
[ 5] 9.00-10.00 sec 112 MBytes 936 Mbits/sec 0 479 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 1.09 GBytes 935 Mbits/sec 0 sender
[ 5] 0.00-10.00 sec 1.09 GBytes 933 Mbits/sec receiver
iperf Done.
(2024-09-18, 00:54)hdmkv Wrote: And, with my second AM6B+, which is further away from my NAS & router, I'm getting gigabit. Strange that some units would have subpar ethernet hardware.