Scp and rsync broken in rock 5b+ ethernet

ethernet: scp and rsync broken, iperf test ok

wifi: scp and rsync ok

power: macbook 61w power adapter(PD)

radxa as guest


$ scp -vvv xxx.zip radxa:~/

debug2: channel 0: rcvd adjust 131072

debug3: send packet: type 1

client_loop: send disconnect: Broken pipe

lost connection

$ rsync -av xxx.zip radxa:~/

sending incremental file list

xxx.zip

client_loop: send disconnect: Broken pipe

rsync: [sender] write error: Broken pipe (32)

rsync error: unexplained error (code 255) at io.c(848) [sender=3.2.7]

radxa as host


$ scp -vvv 192.168.5.99:xxx.zip .

debug2: channel 0: window 1966080 sent adjust 131072

ssh_dispatch_run_fatal: Connection to 192.168.5.99 port 22: message authentication code incorrect

scp: Connection closed

$ rsync -av 192.168.5.99:xxx.zip .

receiving incremental file list

xxx.zip

ssh_dispatch_run_fatal: Connection to 192.168.5.99 port 22: message authentication code incorrect

rsync: connection unexpectedly closed (54338395 bytes received so far) [receiver]

rsync error: error in rsync protocol data stream (code 12) at io.c(231) [receiver=3.2.7]

rsync: connection unexpectedly closed (92 bytes received so far) [generator]

rsync error: unexplained error (code 255) at io.c(231) [generator=3.2.7]

rsync: [generator] write error: Broken pipe (32)

system

rock-5b-plus_bookworm_kde_b2.output.img.xz


$ uname -a

Linux rock-5b-plus 6.1.43-15-rk2312 #3176a44da SMP Wed Jul 31 04:27:40 UTC 2024 aarch64 GNU/Linux

$ cat /etc/issue

Debian GNU/Linux 12 \n \l

Please try running sudo systemctl enable --now ssh before trying scp and rsync

Same as before.