MichaIng
MichaIng
Try to enable Bluetooth via `dietpi-config` > Advanced Options, then: ```sh apt install bluealsa ``` Try to bind the speakers via `bluetoothctl`, then: ```sh alsamixer -D bluealsa # check or...
Just checked it, indeed it got removed with Bullseye (while it still appears as recommendation of some other packages), still present on Buster. Note that it was only present on...
Great find. I wonder why they use the ~old~ name "bluez-alsa", while the project is now called "BlueALSA" 🤔. The contained binary is of course called `bluealsa` as of source...
Most likely the next update will pull a package from our server with the same name but only those parts needed on DietPi and a raised epoch version to assure...
It even pulls the `initramfs-tools` as dependency 🤔. At least no actually initramfs is build to `/boot` 😄. However, aside of some additional packages/files, it shouldn't cause any issues. No...
Done, can be tested with current beta 🙂.
Many thanks for your request. I thought about this already, which would grant more flexibility: - Have a checkbox menu to toggle driver/firmware support for multiple outputs. - The "default"...
I guess it's the CPU scheduling class which is the issue. And to be true, giving the whole Docker engine `realtime` is probably dangerous, as there are a lot of...
While it is not what I'd recommend, I just tested the highest possible CPU and I/O classes and priorities (as well as the "Highest Priority" preset) on Docker on VM...
I'll check whether the module is actually shipped with the kernel. Would be bad if not, given that it's a router device. Otherwise we need to host the kernel headers...