Hi,
After upgrade to 20.04 LTS, my soundcard 0 disappeard. This was the HDMI audio output. HDMI audio output was working with 18.04 LTS
Also, it seems that Plasma/PulseAudio switch to exclusively the "Dummy output" when there's no card at index 0:
==> PulseAudio has no card.
==> So, I have at least one sound card, the Analog one. It's good to have it in index 1 since anyway I use HDMI output, and HDMI should be at index 0 (but missing)
==>Works on the analog sound card.
==> So I have 2 sound cards, best guess is that one of the 2 is the HDMI output. Both have the driver loaded.
I did try:
But problem is still there. Dummy output and no HDMI sound card.
Any idea ?
Thanks,
After upgrade to 20.04 LTS, my soundcard 0 disappeard. This was the HDMI audio output. HDMI audio output was working with 18.04 LTS
Also, it seems that Plasma/PulseAudio switch to exclusively the "Dummy output" when there's no card at index 0:
Code:
$pacmd list-cards 0 card(s) available.
Code:
$sudo alsamixer cannot open mixer: No such device $sudo aplay -l **** List of PLAYBACK Hardware Devices **** card 1: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 $sudo cat /proc/asound/cards 1 [PCH ]: HDA-Intel - HDA Intel PCH HDA Intel PCH at 0xf7d10000 irq 33
Code:
$sudo alsamixer -c 1
Code:
$lspci -v | grep -A6 -i audio 00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06) Subsystem: Micro-Star International Co., Ltd. [MSI] Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller Flags: fast devsel, IRQ 16 Memory at f7d14000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel -- 00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05) Subsystem: Micro-Star International Co., Ltd. [MSI] 8 Series/C220 Series Chipset High Definition Audio Controller Flags: bus master, fast devsel, latency 0, IRQ 33 Memory at f7d10000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel
Code:
$cat /proc/asound/card*/codec* | grep Codec Codec: Realtek ALC892
Code:
$sudo apt remove --purge alsa-base pulseaudio $sudo apt install alsa-base pulseaudio $sudo alsa force-reload
Any idea ?
Thanks,
Comment