Christoph

Results 59 comments of Christoph

using following workaround until this issue is fixed: in file core/templates/layout.user.php add after `` ``` ```

correct, thanks for pointing that out, i should have mentioned that! as i do not use the app via webbrowser, but manage my events via smartphone (synced from another calendar...

Do you use Raspbian bookworm? If yes: It still works fine, since Raspbian bookworm the files config.txt and cmdline.txt moved from `/boot/` to `/boot/firmware/` . So I did following **before**...

It still works fine, since Raspbian bookworm the files config.txt and cmdline.txt moved from `/boot/` to `/boot/firmware/` . So I did following **before** I run ./LCD-show installation: ``` mv /boot/config.txt...

+1 on that! I would also like to use serial over bluetooth, to connect the [MeshtasticMatrix relay](https://github.com/geoffwhittington/meshtastic-matrix-relay/) to a RAK4631 (NRF52 based) device. The idea in my case would be...

Maybe related, while looking for a solution I found this [hint on StackExchange](https://unix.stackexchange.com/questions/352494/alternative-to-the-now-deprecated-rfcomm-binary-in-bluez) about using python for serial communication over bluetooth: ``` $python3 >>> import socket >>> sock = socket.socket(socket.AF_BLUETOOTH,...

It still works fine, since Raspbian bookworm the files config.txt and cmdline.txt moved from `/boot/` to `/boot/firmware/` . So I did following **before** I run ./LCD-show installation: ``` mv /boot/config.txt...

No, I do not run into that reset bug, I guess because I passthrough the iGPU to an Ubuntu VM with mostly default settings (like using seaBIOS), just using q35...

Chiming in because I have the same hardware and seem to run into same issue(s) mentioned here.