L4wnmower
L4wnmower
Yesternights RPi kernel bump from 6.6.31 to 6.6.47 effectively broke gpiozero. Python PWM-control is currently dead-in-the-water
I'm glad they did! From things I've read, I thought that project was faltering. Those good reflexes are a healthy sign
> `sudo apt update` and `sudo apt full-upgrade` should get you a working `gpiozero`. It's a belt-and-braces (suspenders, for non Brits) double fix: > > 1. The version of `gpiozero`...
Core dependency WiringPi is deprecated which breaks builds - need to implement new supported library
Surprise, surprise! It appears [WiringPi is not that deprecated](https://github.com/WiringPi/WiringPi/releases).
> export RPI_LGPIO_CHIP=0 Issue does not seem fixable through this. Currently PWM-control is broken. Kernel 6.6.47+rpt-rpi-2712 bumped yesternight. Sadly
> Something like this [waveform80/rpi-lgpio@bb7ff0e](https://github.com/waveform80/rpi-lgpio/commit/bb7ff0e2072eb15ad81c713201a2616e69c464a8) rpi-lgpio change needs to be done for gpiozero's lgpio usage, too Do we know if this commit was ever merged in gpiozero or not? [Waveform80...
> Sorry for my tardiness on this -- I've been intending to copy my [fix from rpi-lgpio](https://github.com/waveform80/rpi-lgpio/commit/bb7ff0e2072eb15ad81c713201a2616e69c464a8) into gpiozero for this but I've been swamped with work things. Unfortunately I'm...