Skip to content

Commit 9795410

Browse files
authored
Update README.md
1 parent b9c5881 commit 9795410

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ sudo apt install dkms
1717
tar -xzvf 0.1.1.tar.gz -C /usr/src/
1818
sudo dkms install cm4io-fan/0.1.1
1919
```
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.
2121
See below for more config options.
2222
```
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
2326
dtoverlay=cm4io-fan,minrpm=1000,maxrpm=5000
2427
```
2528
5. Some distributions may not automatically load the kernel module despite the devicetree entry; Raspberry Pi OS does, Ubuntu 21.10 does not, etc.

0 commit comments

Comments
 (0)