Changes
Jump to navigation
Jump to search
Update Arch installation notes.
Normally, you can run applications with PipeWire's JACK support by running it with <code>pw-jack</code>, but this is not possible when using libvirt. Instead, you need PipeWire to provide drop-in JACK support. To do this:
* on Debian: run <code>sudo cp /usr/share/doc/pipewire/examples/ld.so.conf.d/pipewire-jack-*.conf /etc/ld.so.conf.d/; sudo ldconfig</code>
* on Arch: install the [https://aur.archlinux.org/packages/pipewire<code>qemu-audio-jack-dropin</ code> package, which contains the jack driver for qemu, and the <code>pipewire-jack-dropin] AUR </code> package.
Once this is done, you have two options. You could run your virtual machines under your user, or you could set it up so that the QEMU user has access to your PipeWire socket. The former is easier, while the latter is more secure.