-
CommentStreams:Dd380c06333d8fe712c7918d17c9ca22
Since the information provided is limited, we suggest starting with basic troubleshooting: 1. Check if you have selected the correct software script branch for your system. 2. If using a Raspberry Pi 5, verify that the correct PWM number is configured.
1. First, check your system information (Codename) with this command (e.g.):
pi@geekworm:~ $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 13 (trixie) Release: 13 Codename: trixie
- For **Trixie** OS:
git clone -b trixie https://github.com/geekworm-com/x735-script
- For **Bookworm** OS:
git clone https://github.com/geekworm-com/x735-script
2. If using a Raspberry Pi 5, run this command to set the correct PWM number (fan PWM chip on Pi 5 is different from other models):
sed -i 's/pwmchip0/pwmchip2/g' x735-fan.sh
If the issue still remains, please provide more device details and a clearer description of the problem. Thank you for your understanding.