Can someone tell me how to run the cooling fan in linux?
Thank you.
#!/bin/bash echo 107 > /sys/class/gpio/export echo out > /sys/class/gpio/gpio107/direction echo 1 > /sys/class/gpio/gpio107/value
#!/bin/bash echo 0 > /sys/class/gpio/gpio107/value echo in > /sys/class/gpio/gpio107/direction echo 107 > /sys/class/gpio/unexport
There are currently 2748 users online. 0 members and 2748 guests.
Most users ever online was 37,478 at 04:14 on 26 June 2024.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment