Reguna Posted January 18 Posted January 18 (edited) Hi, I bought a Rock 5C with the official fan/heatsink: https://radxa.com/products/accessories/heatsink-6540b/ After installing the Armbian server image, I ran these two commands: ```bash ls /sys/class/thermal/cooling_device*/type cat /sys/class/thermal/cooling_device*/type ``` and found that there is no `pwm-fan`. Then I installed the official Radxa Debian image and ran these two commands again. `pwm-fan` exists and I can make it starts spinning by running: ```bash echo 255 | sudo tee /sys/devices/platform/pwm-fan/hwmon/hwmon*/pwm1 ``` Is the fan module supported in Armbian? If yes, how do I activate it? Edited January 18 by Reguna Posted the incomplete post by mistake 0 Quote
Kristen Posted January 24 Posted January 24 Hi, I have the same issue, I install the armbian sever image to run omv with the radxa penta sata hat. I can plug the fan on this board too but infortunatly the fan doesn't work on the both plugs. 0 Quote
Igor Posted January 24 Posted January 24 Try playing with overlays. It must be some that enables this. armbian-config -> system -> kernel -> Manage device tree overlays 0 Quote
Reguna Posted January 25 Author Posted January 25 I just reinstalled armbian on the rock 5c again. This time the fan works out of the box. Not sure what have cause this🤷♂️ 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.