Post #2597559
2026-03-31 16:06 UTC
@lixou@hachyderm.io The source is here, but it really wants to be packaged properly for your distro (to install the hooks in the right places). The README has more details.
https://github.com/hoshinolina/proaudio-setup
The thing with Arch is Arch setups are a lot more mixed than Fedora, so there's going to be more corner cases... for example, the Fedora package automatically modifies your kernel command line and sets up a realtime group (via realtime-setup which already exists in Fedora) and adds your user to it. Getting all that to work as automatically as it does in Fedora would be tricky.
But at least the core functionality should be usable as long as you package the systemd/udev hooks properly, you'll just need to do some stuff by hand.
Replies (1)
-
@lina@vt.social 2026-03-31 16:10
@lixou@hachyderm.io Keep in mind that the hooks are required to make the settings stick across boots, suspend/resume (learned that one the hard way), and device hotplug. Without them you can manually run it, but most applied settings will be volatile.