10-12-2017, 12:14 PM
(This post was last modified: 10-13-2017, 06:00 AM by GoingPostal13.)
(09-05-2017, 02:02 AM)MarkHaysHarris777 Wrote:(09-05-2017, 12:26 AM)LemonZou Wrote: Telnet or ssh to rock64 linux system, when the data is large, such as dmesg or alsamixer, telnet or ssh will be stuck. This looks like a kernel bug, but I don't know how to fix it.
Seems like the Gbe issue; plug into a 10|100 switch or router, or force 10|100 on the Rock, or modify your cat5 cable ( clip the blue and brown pairs ) to force 10|100 on your router from the Rock.
I've been having this issue, it's been driving me nuts, seems to impact on remote desktop too - I'll try one of these and see if that helps, cheers
And yup that solves it - did the following in software
sudo apt-get install ethtool
sudo ethtool -s eth0 speed 100 duplex full autoneg off
This limits the NIC to 100Mb and stops the issue - you'll need to have the command auto execute at boot as the setting is temporary and will clear at reboot otherwise.