Open yangjianying opened 9 months ago
Hi
It was fixed in Armbian https://github.com/armbian/linux-rockchip/commit/64df218de95ba41ad42c1fe7b310d874a1950eb7
@Joshua-Riek Can you check or change the dtb file for ROC-RK3588S-PC to the new one used by Armbian that supports fan speeds?
This is probably the same issue found on Ub untu with the Raspberry Pi 5 https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/2041741
Hi
It was fixed in Armbian armbian/linux-rockchip@64df218
@Joshua-Riek Can you check or change the dtb file for ROC-RK3588S-PC to the new one used by Armbian that supports fan speeds?
Yes this commit is in the kernel, i do not have this board so I can not test.
I checked and found it still use "rk3588s-roc-rk3588s-pc-v12.dtb" not "rk3588s-roc-pc.dtb" . how can I change it?
I checked and found it still use "rk3588s-roc-rk3588s-pc-v12.dtb" not "rk3588s-roc-pc.dtb" . how can I change it?
Change it here https://github.com/Joshua-Riek/ubuntu-rockchip/pull/493/files#diff-892f86dc6687587856c8702dcb9596393d622c1ff16db1ac22274f7c0aab7924R110
Solved, I change "fdtfile=rk3588s-roc-rk3588s-pc-v12.dtb" to "fdtfile=rk3588s-roc-pc.dtb" in /boot/firmware/ubuntuEnv.txt
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 14 days. Thank you for your contribution!
ROC-RK3588S-PC's fan alwas run at full speed, when boot up from tf card. if have time to handle this problem.