radxa-build / rock-5b

ROCK 5B
https://radxa-build.github.io/rock-5b/
Other
80 stars 9 forks source link

Downloading files fails #19

Open woiza opened 1 week ago

woiza commented 1 week ago

Hi, I use the latest image. Downloading files with Chrome, wget, curl fails:

wget:

Read error at byte .... (Decryption has failed.).

I use ethernet.

woiza commented 1 week ago

And this:

rock@rock-5b:~/github$ git clone https://github.com/nyanmisaka/ffmpeg-rockchip.git
Cloning into 'ffmpeg-rockchip'...
remote: Enumerating objects: 625102, done.
remote: Counting objects: 100% (14863/14863), done.
remote: Compressing objects: 100% (4393/4393), done.
error: RPC failed; curl 56 GnuTLS recv error (-24): Decryption has failed.
error: 9527 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

I get the same behavior with the image as it is and after upgrading all packages using apt.

RadxaYuntian commented 1 week ago
  1. Check if you can clone the repository on your other computers to rule out connection issue.
  2. Avoid manually upgrade the system with apt. Supported method is listed here.

Try reflashing the system and cloning without doing system upgrade.

woiza commented 6 days ago

I can clone the repo on other computers. I used two different microsd and cards and an ssd. Also, I used this image without updates, updates via apt, and updates with your tool. It doesn't make any difference, it is not possible to download files.

woiza commented 6 days ago

I tried Armbian and Joshua Riek's latest Ubuntu image. I can download files and clone repositories without any issues.

RadxaYuntian commented 6 days ago

Are you using Wi-Fi or ethernet?

RadxaYuntian commented 6 days ago

Please also let us know the system image version you are using.

woiza commented 5 days ago

I use Ethernet. I also tried WiFi with my WiFi/Bluetooth PCI module, the errors were the same.

I use your latest image:

https://github.com/radxa-build/rock-5b/releases/tag/rsdk-b5

RadxaYuntian commented 5 days ago

@CodeChenL please check if you can reproduce this issue. @woiza please also check if there is error message in sudo dmesg or sudo journalctl -b 0. Maybe there is some hardware stability issue.

woiza commented 5 days ago

dmesg and journalctl logs attached. dmesg.log journalctl.log

CodeChenL commented 5 days ago

@CodeChenL please check if you can reproduce this issue. @woiza please also check if there is error message in sudo dmesg or sudo journalctl -b 0. Maybe there is some hardware stability issue.

I can't reproduce the problem. @woiza have you verified that the system time is correct.

woiza commented 4 days ago

@CodeChenL thank you for your help. Looks correct to me:

rock@rock-5b:~$ timedatectl 
               Local time: Fri 2024-10-11 14:26:11 CEST
           Universal time: Fri 2024-10-11 12:26:11 UTC
                 RTC time: Fri 2024-10-11 12:26:12
                Time zone: Europe/Berlin (CEST, +0200)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no

Have you tried downloading a large file with chrome? E.g. the latest rock5b debian image?

chrome