argon-one-case-ubuntu-20.04
argon-one-case-ubuntu-20.04 copied to clipboard
port of the argon one case power button and fan script for Ubuntu 20.04 on rpi 4
Thanks for this script, it's extremely useful. I would like to request if there could be a command to know the current fan speed.
Hi, Thank you for creating this useful tool! I'm having an issue which I suspect means the fans aren't switching on. The tempmon command seems to work fine, but every...
Thank you for providing this script, I really appreciate it! Apologies if this is a dumb question, I'm not super well versed in this. I recently upgraded my Argon One...
somewhere like this need to be modified if rev == 2 or rev == 3: bus = smbus.SMBus(1) else: bus = smbus.SMBus(0)
Hi, I noticed a problem: Once the script install the fan just keeps running forever, even after my rpi turned off. It stopped only after I unplugged the power supply....
The .desktop files generated by the script hardcode `Exec='lxterminal ...`; which does not work on ubuntu-mate for instance. Maybe use `Terminal=true` and run the script directly? to be tested... (initially...