going Posted February 25 Share Posted February 25 46 минут назад, greg396 сказал: And the fan wouldn't be active all the time and only if the cpu temperature raises to 50 degrees? These settings are located in the dtb file. To change them, you will have to make an overlay file with your settings. Read the messages above. 0 Quote Link to comment Share on other sites More sharing options...
Michael Robinson Posted April 3 Share Posted April 3 https://manpages.ubuntu.com/manpages/noble/en/man8/fancontrol.8.html May help 0 Quote Link to comment Share on other sites More sharing options...
Manuel Carvajal Posted June 15 Share Posted June 15 Hello, I bought the op5+ with the normal fan with 2 pin, but when starting the SBC, it starts at 100% speed keeping the chip at 32°C, is there a way to program the fan to only turn on from 45° ? I understand that it is not a programmable fan, just a simple one, I read earlier other posts about changing the stb file and editing the armbianenv file, is anything else needed? Thanks for the help 0 Quote Link to comment Share on other sites More sharing options...
royk Posted June 15 Share Posted June 15 @Manuel Carvajal https://forum.armbian.com/topic/29253-temperature-and-fan-control-on-opi5/?do=findComment&comment=170261 0 Quote Link to comment Share on other sites More sharing options...
Manuel Carvajal Posted June 16 Share Posted June 16 @royk thanks for answering, My system is: <Armbian 24.5.1 Bookworm with bleeding edge Linux 6.8.11-edge-rockchip-rk3588> I moved the file to /boot then run the command in terminal so that the line was added to the armbianEnv file, then I gave the poweroff order and when I restarted the system there was no change, the fan continued at 100% and kept the chip below 35°, is there anything else I can try? ArmbianEnv.txt GNU nano 7.2 verbosity=1 bootlogo=false Console=both overlay_prefix=rockchip-rk3588 fdtfile=rockchip/rk3588-orangepi-5-plus.dtb rootdey=UUID=2 c94c41f-b026-4717-82a6-3c0d968e559e rootfstype=ext4 user_overlays=orangepi-5-plus-pwmfan overlays=pwm0-m0 pwm0-m1 pwm0-m2 pwm1 -m0 pwm1-m1 pwm1-m2 sata1 sata2 usbstoragequirks=0x2537:0x1 066:u,0x2537:0x1068:u, 0x0bc2:0xab45:u, 0x0bc2:0xab44:u 0 Quote Link to comment Share on other sites More sharing options...
royk Posted June 16 Share Posted June 16 (edited) @Manuel Carvajal Perhaps the overlays are interfering, you could try to remove all pwm overlays from ArmbianEnv.txt. How did you connect the fan? If you connected it correctly it should by default go on when it reaches 50 degrees celsius. If you use the overlay from here you could also change the temperature: https://forum.armbian.com/topic/29253-temperature-and-fan-control-on-opi5/?do=findComment&comment=170456 Edited June 16 by royk 0 Quote Link to comment Share on other sites More sharing options...
Manuel Carvajal Posted June 16 Share Posted June 16 @royk Hello Edit the file back to: verbosity=1 bootlogo=false console=both overlay_prefix=rockchip-rk3588 fdtfile=rockchip/rk3588-orangepi-5-plus.dtb rootdev=UUID=2c94c41f-b026-4717-82a6-3c0d968e559e rootfstype=ext4 overlays=sata1 sata2 user_overlays=orangepi-5-plus-pwmfan usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u,0x0bc2:0xab45:u,0x0bc2:0xab44:u #overlays=pwm0-m0 pwm0-m1 pwm0-m2 pwm1-m0 pwm1-m1 pwm1-m2 sata1 sata2 And also I attach a picture of how the fan is connected. Rebooted the system without showing any change 🥲 Thanks for your help 0 Quote Link to comment Share on other sites More sharing options...
royk Posted June 16 Share Posted June 16 @Manuel Carvajal Sorry I didn't read that you were using the 6.8 kernel. With the mainline kernel not everything works yet. With the Rockchip kernel (5.10.x and 6.1) it will work. 0 Quote Link to comment Share on other sites More sharing options...
Manuel Carvajal Posted June 16 Share Posted June 16 And when changing kernel to 5.1 or the other you mention, is there any known error in the Orange pi5+? Since I installed open media vault 7 and with the previous isos with other kernel could not run docker compose 🥲 0 Quote Link to comment Share on other sites More sharing options...
royk Posted June 16 Share Posted June 16 @Manuel Carvajal With the 6.1 kernel I don't have issues with docker compose: Home Assistant and Frigate 0 Quote Link to comment Share on other sites More sharing options...
Manuel Carvajal Posted June 16 Share Posted June 16 @royk I will try another ISO that has the kernel you mention Armbian 24.5.1 bookworm vendor 6.1.43 minimal. Thanks Can I suggest some guide showing which isos are working or the ones that have less problems with this type of sbc? 0 Quote Link to comment Share on other sites More sharing options...
MiikaS Posted July 12 Share Posted July 12 Just came here to say thanks! 😁 I have Orange Pi 5 Pro 16GB now with Armbian Ubuntu 24.04 XFCE and I have been struggling to get pwm to work on 40pin connector to put some fans on my case. Tried all of scripts etc. that I can found on the internet but none of them worked. And today found this thread tested overlay mentioned here and got it working instant! Below is my code that I put to test. Maybe some fine tuning with temps / fan pwm as I get it to daily use to see how it behaves. Try to get it as silent as I can on low loads. Now my CPU temps (celsius) has gone down from 49-51 to 40-41 on low loads and from 82-84 to 70-71 on full load. /dts-v1/; /plugin/; / { fragment@0 { target = <&fan>; __overlay__ { pwms = <&pwm13 0 255 0>; cooling-levels = <0 96 128 160 192 224 255>; rockchip,temp-trips = < 40000 1 50000 2 60000 3 65000 4 70000 5 75000 6 >; }; }; fragment@1 { target = <&pwm13>; __overlay__ { status = "okay"; pinctrl-0 = <&pwm13m2_pins>; }; }; }; Also I'm supper impressed how well this OS works compared to Orange Pi Ubuntu 22.04 and others that I have tested. So far just positive experience! I came from Linux Mint x64_64 world to ARM, with small side step while testing Raspberry Pi 5 and end up to Orange Pi 5 Pro as Raspberry Pi had too many problems on it. 0 Quote Link to comment Share on other sites More sharing options...
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.