I installed the argon one fan scripts (https://download.argon40.com/argon1.sh) on a newly-downloaded 32-bit version of raspberry pi os. The in-built fan does not operate, even when temperatures get up to 70 degrees C.
The dmesg queue is filled with messages like this:
Code: Select all
[47727.666325] i2c-bcm2835 fe804000.i2c: i2c transfer timed out
[47758.706878] i2c-bcm2835 fe804000.i2c: i2c transfer timed out
[47789.827417] i2c-bcm2835 fe804000.i2c: i2c transfer timed out
[47820.867972] i2c-bcm2835 fe804000.i2c: i2c transfer timed out
[47851.988531] i2c-bcm2835 fe804000.i2c: i2c transfer timed out
Code: Select all
$ sudo i2cset -y 1 0x01a 0xfe
Error: Write failed
I'm running:
Code: Select all
$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
$ cat /proc/version
Linux version 4.19.118-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1311 SMP Mon Apr 27 14:26:42 BST 2020
Code: Select all
#
# Argon One Fan Speed Configuration
#
# Min Temp=Fan Speed
55=10
60=55
65=100