by TurkmentbashiB » Sun Jan 18, 2026 7:37 pm
Chris wrote: Sun Jan 18, 2026 6:25 pm
TurkmentbashiB wrote: Sun Jan 18, 2026 2:42 pm
Any edit I can make to fix that? Surely it's a bug on Pirewire's end. Must be something that could be done.
It would be something to
ask the PipeWire devs about. I unfortunately don't know PipeWire well enough to say what could be keeping UZDoom/OpenAL and pw-dump from seeing the device, while other apps like pavucontrol can. Unless your system is running a native PulseAudio server and a native PipeWire server at the same time for some reason rather than using PipeWire's PulseAudio compatibility layer, which could prevent PipeWire from using the device, but even then I'd expect PipeWire to still at least see the device. You can check the output of
and it should contain a line like
Server Name: PulseAudio (on PipeWire 1.4.9) to indicate it's using PipeWire's compatibility layer (the version number may be different, but as long as it says "on PipeWire" it's fine). Other than that, I can only think it's a permissions issue, PipeWire being configured to not allow certain apps from knowing the device is there, which you'd have to ask someone more knowledgeable about PipeWire's permission restrictions to change it.
Took a look after the command line. This is the results(if there's nothing more that can be done, I won't hold it against you).
saga-0-1@saga-0-1-B760M-Pro-RS-D4:~$ pactl info
Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 3598
Tile Size: 65472
User Name: saga-0-1
Host Name: saga-0-1-B760M-Pro-RS-D4
Server Name: pulseaudio
Server Version: 17.0
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.usb-Dell_Dell_AC511_USB_SoundBar-00.analog-stereo
Default Source: alsa_input.usb-Dell_Dell_AC511_USB_SoundBar-00.analog-stereo
Cookie: 23ca:dc83
saga-0-1@saga-0-1-B760M-Pro-RS-D4:~$
[quote=Chris post_id=1265276 time=1768782345 user_id=61]
[quote=TurkmentbashiB post_id=1265272 time=1768768968 user_id=42354]
Any edit I can make to fix that? Surely it's a bug on Pirewire's end. Must be something that could be done.
[/quote]
It would be something to [url=https://gitlab.freedesktop.org/pipewire/pipewire/-/issues]ask the PipeWire devs about[/url]. I unfortunately don't know PipeWire well enough to say what could be keeping UZDoom/OpenAL and pw-dump from seeing the device, while other apps like pavucontrol can. Unless your system is running a native PulseAudio server and a native PipeWire server at the same time for some reason rather than using PipeWire's PulseAudio compatibility layer, which could prevent PipeWire from using the device, but even then I'd expect PipeWire to still at least see the device. You can check the output of
[code]$ pactl info[/code]
and it should contain a line like [c]Server Name: PulseAudio (on PipeWire 1.4.9)[/c] to indicate it's using PipeWire's compatibility layer (the version number may be different, but as long as it says "on PipeWire" it's fine). Other than that, I can only think it's a permissions issue, PipeWire being configured to not allow certain apps from knowing the device is there, which you'd have to ask someone more knowledgeable about PipeWire's permission restrictions to change it.
[/quote]
Took a look after the command line. This is the results(if there's nothing more that can be done, I won't hold it against you).
saga-0-1@saga-0-1-B760M-Pro-RS-D4:~$ pactl info
Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 3598
Tile Size: 65472
User Name: saga-0-1
Host Name: saga-0-1-B760M-Pro-RS-D4
Server Name: pulseaudio
Server Version: 17.0
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.usb-Dell_Dell_AC511_USB_SoundBar-00.analog-stereo
Default Source: alsa_input.usb-Dell_Dell_AC511_USB_SoundBar-00.analog-stereo
Cookie: 23ca:dc83
saga-0-1@saga-0-1-B760M-Pro-RS-D4:~$