File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,12 @@ sudo apt install dkms
17
17
tar -xzvf 0.1.1.tar.gz -C /usr/src/
18
18
sudo dkms install cm4io-fan/0.1.1
19
19
```
20
- 4 . Add this line to your /boot/config.txt (adjust the rpm values for your specific fan, defaults are 3500 / 5500) and reboot.
20
+ 4 . Add these lines to your /boot/config.txt (adjust the rpm values for your specific fan, defaults are 3500 / 5500) and reboot.
21
21
See below for more config options.
22
22
```
23
+ # Enable I2C bus 1 on VideoCore (/dev/i2c-10 in Raspberry Pi OS)
24
+ dtparam=i2c_vc=on
25
+ # Enable CM4 IO Board fan controller
23
26
dtoverlay=cm4io-fan,minrpm=1000,maxrpm=5000
24
27
```
25
28
5 . Some distributions may not automatically load the kernel module despite the devicetree entry; Raspberry Pi OS does, Ubuntu 21.10 does not, etc.
You can’t perform that action at this time.
0 commit comments