No audio device is created after updating to 0.4.11
Hi, with the latest 0.4.11 release my Arch Linux VM does not create audio devices anymore.
I've tried downgrading both pipewire and wireplumber, and wireplumber 0.4.11 seems to be the cause.
I'm not too sure what info to provide to help better, but this is the wireplumber default output:
C 09:32:15.274151 GLib (null):(null):(null): Failed to set scheduler settings: Operation not permitted
M 09:32:15.276287 script/alsa alsa.lua:389:chunk: reserve-device plugin is not connected to D-Bus, disabling device reservation
M 09:32:15.277506 wp-device ../wireplumber/lib/wp/device.c:619:wp_spa_device_new_from_spa_factory: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
M 09:32:15.277521 script/libcamera libcamera.lua:168:chunk: PipeWire's libcamera SPA missing or broken. libcamera not supported.
W 09:32:15.508187 wplua ../wireplumber/modules/module-lua-scripting/wplua/wplua.c:49:_wplua_errhandler: [string "alsa.lua"]:169: attempt to call a string value (local 'type')
stack traceback:
[string "alsa.lua"]:169: in function <[string "alsa.lua"]:52>
W 09:32:15.508284 wplua ../wireplumber/modules/module-lua-scripting/wplua/wplua.c:49:_wplua_errhandler: [string "alsa.lua"]:169: attempt to call a string value (local 'type')
stack traceback:
[string "alsa.lua"]:169: in function <[string "alsa.lua"]:52>
When downgrading back to 0.4.10:
C 09:35:49.693905 GLib (null):(null):(null): Failed to set scheduler settings: Operation not permitted
M 09:35:49.938896 m-lua-scripting ../wireplumber/modules/module-lua-scripting/api/api.c:366:object_activate_done: <WpSiAudioAdapter:0x558b0811c050> Object activation aborted: proxy destroyed
M 09:35:49.938926 script/create-item create-item.lua:80:chunk: <WpSiAudioAdapter:0x558b0811c050> failed to activate item: Object activation aborted: proxy destroyed
To reproduce, I can simply run wireplumber 0.4.11 and have no audio devices.
Downgrading and running again, the devices are created.
It doesn't happen on my Arch Linux host machine.
As a note, I do passthrough a webcam using USB to the VM.
Edited by quietvoid