Results 2867 comments of MichaIng

`uas` is a module on RPi: ```sh modinfo uas ``` See the file path, else it would show "builtin". Neither `dwc2` nor disabling UAS should break USB access. The thing...

Did you try to change the GPIO pin, if that setting is respected? And the temperature is definitely lower? `vcgencmd measure_temps`

> It does seem to be in GPIO pin 14 though - isn't that correct? When you change the pin and re-attach the fan (the TX cable) accordingly, it still...

Just to rule it out, could you try to enable dbus and systemd-logind? ```sh apt install dbus systemctl unmask systemd-logind systemctl start systemd-logind ```

Marking as closed. Feel free to reopen if required.

If the script does not run on DietPi, I guess some setup steps are missing, likely the correct GPIO/overlay configuration. But we should be able to simply hack DietPi support...

@privacyguy123 Is this still an issue? If so, can you try to download the script and change `python` to `python3` in this line: https://github.com/pimoroni/fanshim-python/blob/master/install.sh#L45C1-L45C12

Marking as closed due to outstanding reply. Feel free to reopen if required.

Okay this requires more work, sadly. With Bookworm and hence for RPi 5, the packages as well as the filesystem layout have changed dramatically: - For RPi 4 and earlier,...

We will post any updates here when we have some. I was looking further into it. The migration of the partition and installation of the new kernel packages is not...