MichaIng
MichaIng
Support added with: https://github.com/MichaIng/DietPi/commit/6336fc6 Test image builds are running and can be found here once done, in an hour or so: https://dietpi.com/downloads/images/testing/
Would be great if someone could give the images a try, the Bookworm one if unsure. I do not expect surprises, but better be safe than sorry, since we do...
I guess with the Armbian edge images it is the same? https://dl.armbian.com/orangepi3b/archive/ The LCD is attached via HDMI, i.e. just the resolution wrong? For DSI LCDs it will be the...
@Kenzu Hmm, so EDID info shows 1024x600 is supported but kernel driver reports 1024x600 is not supported 🤔. Did you try to skip depth and frequency, hence only `video=HDMI-A-1:1024x600`? AFAIK...
Armbian provides "edge" images only, so probably it works with edge kernel, but not with "current" kernel. Can someone test this on a DietPi image (not converted): ```sh apt install...
Ah nice, so it is the same as on Orange Pi Zero 3, where we add these modules already when WiFi/BT is enabled. The `_tty` one is for Bluetooth only,...
Onboard WiFi/BT will work with next version: https://github.com/MichaIng/DietPi/commit/d53811d About the potential SPI bootloader issue: Those where the image does not boot (at all, not just blank HDMI), do you have...
@DesignPixelZ But the torrents are still in place (ready for seeding). Does RAM usage remain high when you remove the torrents completely from the UI? Of course, if you disabled...
Okay, as others reported something similar even with recent Transmission versions, we should report this to either Debian or upstream. Would be good to replicate the issue with a public...
```sh echo -e '#!/bin/sh\nexec systemctl restart transmission-daemon' > /etc/cron.hourly/restart-transmission chmod +x /etc/cron.hourly/restart-transmission ```