Hello guys!
I have rock 5b+ with radxa fan.
Connection is solid, nothing is lose.
When I plug power fan makes half a rotation, so I assume that wires are OK.
I tried various solutions provided here on forum, but none works for me.
Can anyone assist me and help start my fan?
When I try to change governor back to ‘powe_allocatror’ it gives me
power_allocator governor is incompatible with pwm_fan driver. │
│ Please disable it and try again.
radxa@debsrvr:~/Desktop$ ./test_fan_run.sh
Trun on Fan
./test_fan_run.sh: line 4: echo: write error: Device or resource busy
./test_fan_run.sh: line 5: /sys/devices/platform/fd8b0010.pwm/pwm/pwmchip*/pwm0/period: No such file or direct
ory
./test_fan_run.sh: line 6: /sys/devices/platform/fd8b0010.pwm/pwm/pwmchip*/pwm0/duty_cycle: No such file or di
rectory
./test_fan_run.sh: line 7: /sys/devices/platform/fd8b0010.pwm/pwm/pwmchip*/pwm0/polarity: No such file or dire
ctory
./test_fan_run.sh: line 8: /sys/devices/platform/fd8b0010.pwm/pwm/pwmchip*/pwm0/enable: No such file or direct
ory
I don’t think the pymumu script would work if you echo user_space to the file. It just tells the kernel driver not to change the pwm value, but it’s still controlled by the kernel driver.
So can you tell me what to do please. I don’t understand what are my next steps?
And why official FAN is not working on official OS image from the box.
First of all, get rid of the pymumu userspace script as it will not work.
Next, write this in the terminal: echo user_space |sudo tee /sys/class/thermal/thermal_zone0/policy && echo 255 |sudo tee /sys/devices/platform/pwm-fan/hwmon/hwmon?/pwm1
The fan should start spinning at max speed. If it does not, try another image or you have an electrical problem.