09-05-2017, 12:26 AM
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.
telnet or ssh to ROCK64 stuck
|
09-05-2017, 12:26 AM
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.
09-05-2017, 02:02 AM
(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.
marcushh777
please join us for a chat @ irc.pine64.xyz:6667 or ssl irc.pine64.xyz:6697 ( I regret that I am not able to respond to personal messages; let's meet on irc! )
09-05-2017, 08:19 PM
(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. any one will handle fix this?
09-07-2017, 09:28 AM
(09-05-2017, 08:19 PM)listenfree Wrote:(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. Hi, guys! I just reinstalled another Linux image and the issue was solved! Linux rock64 4.4.70-rockchip-ayufan-83 #1 SMP Mon Jul 31 08:43:12 UTC 2017 aarch64 GNU/Linux
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. 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.
10-12-2017, 01:05 PM
Instead of setting speed to 100Mb/s you can leave it at 1Gb/s and try:
Code: ethtool -K eth0 tx off Works for me with ayufan 4.4 kernel.
10-13-2017, 05:59 AM
I'll give that a go, cheers.
06-04-2018, 01:02 PM
06-04-2018, 05:44 PM
Create a /etc/rc.local file with the following content and made sure it is executable (i.e. chmod +x /etc/rc.local):
Code: #!/bin/bash Or add the ethtool line before the exit 0 line if the file already exists. Then the command will run at the end of every boot. It may be possible to set it ealier, i.e. as a kernel argument, but I don't know the correct paramters for that if it is possible. |
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Rock64 No Audio @ Debian 12 | dmitrymyadzelets | 2 | 1,112 |
04-08-2024, 06:47 AM Last Post: dmitrymyadzelets |
|
OpenWRT on the Rock64 | CanadianBacon | 14 | 10,783 |
04-03-2024, 08:48 AM Last Post: helpmerock |
|
Rock64 bricked | shawwwn | 7 | 7,015 |
03-17-2024, 12:22 PM Last Post: dmitrymyadzelets |
|
Rock64 won't boot | luminosity7 | 10 | 6,013 |
03-16-2024, 08:33 AM Last Post: dmitrymyadzelets |
|
Rock64 doesn't boot | dstallmo | 1 | 741 |
03-16-2024, 08:29 AM Last Post: dmitrymyadzelets |
|
How well does Rock64 deal with HDR and Atmos on Kodi? | drvlikhell | 3 | 2,707 |
04-29-2023, 04:24 AM Last Post: newestssd |
|
Rock64 board not working, no HDMI no Ethernet. | EDited | 3 | 4,284 |
01-17-2023, 02:31 PM Last Post: Flagtrax |
|
ROCK64 v3 can it boot from USB? | Tsagualsa | 4 | 2,963 |
11-29-2022, 11:31 AM Last Post: Macgyver |
|
rock64 v3 spiflash | Macgyver | 0 | 1,054 |
11-28-2022, 02:18 PM Last Post: Macgyver |
|
my rock64 dosen't work | rookie_267 | 0 | 1,249 |
10-07-2022, 07:50 PM Last Post: rookie_267 |