Closed dfilan closed 1 year ago
Tried updating the kernel to see if that helped, but the fan still didn't start and there wasn't a difference in the results of running sudo find /sys -name pwm\*
.
hello dfilan, The Rock64 is a nice development board, but it doesn't have a socket to connect a Fan :( ATS usually is used with kernel module pwn-fan. Boards like RockPro64 have a socket dedicated to conect the Fan.
Because your board doesn't have a fan header, you will need to find other ways to control the fan, maybe building a small circuit like this one: https://github.com/tuxd3v/pwm_driver
But I don't know how you could get the pwm control, via gpio.. :(
Have installed ats on my Rock64, running Armbian 22.05 Jammy, and am having trouble getting the fan to spin. The fan I'm using is the one that comes with this case, and it spins when I connect it to a battery. One possible issue is that I had to manually add an entry for
PWM_CTL
: runningsudo find /sys -name pwm\*
, I get:My guess was that I should use
/sys/firmware/devicetree/base/pinctrl/pwm1
. So, when I runats -t
, I get:(the temperature range is low so that the fan would definitely run if it was working) When I run this command, the fan doesn't spin. For what it's worth, here's the rest of the output of
ats -t
:Any idea what might be wrong?
[EDIT: rewrote results of searching for
pwm
withsudo
, also if it helps the kernel version is 5.10.63 (not the latest, because I needed to revert to get the USB 3.0 port working]