On Sun, Oct 09, 2022 at 10:37:18AM +0200, Maximiliano Estudies wrote: > After an update yesterday my audio stopped working. I'm currently on > Linux version 5.19.0-2-amd64 (debian-ker...@lists.debian.org) (gcc-11 > (Debian 11.3.0-6) 11.3.0, GNU ld (GNU Binutils for Debian) > 2.38.90.20220713) #1 SMP PREEMPT_DYNAMIC Debian 5.19.11-1 (2022-09-24) > > The issue seems to be with pulseaudio, but I'm not really sure. > pavucontrol shows "no available cards for configuration" on the > configuration tab, and ```pactl list cards``` returns nothing but > ```pacmd list-cards``` does returns all the available cards. There is > a similar behavior when listing the sinks, pactl returns only the > dummy sink and pacmd returns the alsa sink, but with state: IDLE > > I have no idea how to debug this further so any tips are much appreciated!
Hiya Maximiliano, That the two pulseaudio utilities disagree on what devices are present, it seems plausible that some part of pa is to blame. You may like to verify that your ALSA subsystem is working properly, and include this in your bug report. For that, disable pulseaudio[1], systemctl --user stop pulseaudio.socket systemctl --user stop pulseaudio.service test play an audio file with aplay, mpv, etc. to a device listed by aplay -l, or cat /proc/asound/cards To start pulse audio again: systemctl --user start pulseaudio.socket systemctl --user start pulseaudio.service 1. https://askubuntu.com/questions/8425/how-to-temporarily-disable-pulseaudio-while-running-a-game-under-wine I've not tested this myself. cheers, -- Joel Roth