Results 2867 comments of MichaIng

Thanks. Found it now here as well: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#new-style-revision-codes So "15" is the CM4S, which is a special industry customer variant, not publicly sold, and "16" for "internal use". Let's see...

First step: https://github.com/MichaIng/DietPi/commit/6e848a1

> Is it possible to add the dietpi later on a running raspbian? You mean on a Raspberry Pi OS? Currently does not work as `dietpi-installer` installs the old kernel/bootloader/firmware...

Many thanks for your report. So it is a touch screen device attached via Bluetooth to an RPi to control stuff at the RPi, right? Indeed very hard to say...

Would be interesting whether the same issue exists with bluez 5.66 on Bookworm. Btw, as long as you did not replicate the issue with the latest upstream version, upstream devs...

Probably the Bullseye branch of Ondrej's PHP repo is installed? Cam you check: ```sh for i in /etc/apt/sources.list.d/*.list; do echo "$i:"; cat "$i"; done ```

So Bluez 5.66 from Bookworm is affected as well? Just in case it is a kernel/driver issue in combination with newer Bluez, would be interesting whether the new kernel/firmware packages...

> As my image did is not useable for Pi 5 I have to install all my things on your new Pi 5 release during the next months. As said,...

@DrCWO cycling through open issues, did you find time to give it a try?

Indeed, with Bookworm, the legacy camera interface has been removed. See also here: https://dietpi.com/forum/t/mjpg-streamer-on-rpi0/18843 Can you try this: ```sh G_AGP libraspberrypi-dev /boot/dietpi/func/dietpi-set_hardware rpi-opengl vc4-kms-v3d G_CONFIG_INJECT 'camera_auto_detect=' 'camera_auto_detect=1' /boot/config.txt sed -i...