PINE64
USB3.0 Issues at DietPi(Armbian) #22.02.1 - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88)
+--- Thread: USB3.0 Issues at DietPi(Armbian) #22.02.1 (/showthread.php?tid=16422)



USB3.0 Issues at DietPi(Armbian) #22.02.1 - t4_4t - 04-03-2022

Refer spiritofjerry's post : https://forum.pine64.org/showthread.php?tid=6187&page=6
---

Environment actually i tried.
# DietPi
# https://dietpi.com/downloads/images/DietPi_ROCK64-ARMv8-Bullseye.7z

# uname -a
Linux rock64 5.15.25-rockchip64 #22.02.1 SMP PREEMPT Sun Feb 27 09:05:47 UTC 2022 aarch64 GNU/Linux

reference: kerrnel-set (at least usb3.0 issuses exist)
# https://armbian.site-meganet.com/apt/pool/main/l/linux-5.15.25-rockchip64/linux-dtb-current-rockchip64_22.02.1_arm64.deb
# https://armbian.site-meganet.com/apt/pool/main/l/linux-5.15.25-rockchip64/linux-image-current-rockchip64_22.02.1_arm64.deb
# https://armbian.site-meganet.com/apt/pool/main/l/linux-5.15.25-rockchip64/linux-headers-current-rockchip64_22.02.1_arm64.deb


Problem improvement.
Code:
# gzip -d -k rk3328-rock64.dtb.gz
# mv -v /boot/dtb-5.15.25-rockchip64/rockchip/rk3328-rock64.dtb /boot/dtb-5.15.25-rockchip64/rockchip/rk3328-rock64.dtb_
# cp -v rk3328-rock64.dtb /boot/dtb-5.15.25-rockchip64/rockchip/

# reboot

There are a huge number of usb devices on the market, and there are always compatibility issues,
so I don't think all the issues will be solved.

However, I improved it so that it works properly with my USB device. (USB3.0-HDD etc.)

---

As mentioned above, the process is as simple as replacing a single file.
If you are encountering problems, please give it a try.

# sha1sum: 31ac801a4c0ae5e87745eb638f8c663d02b89dbd    rk3328-rock64.dtb.gz


RE: USB3.0 Issues at DietPi(Armbian) #22.02.1 - helpmerock - 04-05-2022

Great T4_4t,

OMV was not recognized HDD connected to USB3 but after this patch, it's working again.

Thanks.


RE: USB3.0 Issues at DietPi(Armbian) #22.02.1 - MotoTom - 08-07-2022

Many thanks for this. I had to make a few alterations to the script to reflect the file name on my Rock64 but it worked like a charm. My file server is now performing as it should.

Thanks again.


RE: USB3.0 Issues at DietPi(Armbian) #22.02.1 - TRS-80 - 08-15-2022

@t4_4t,

Please consider submitting this patch to Armbian!