Sound card not detected

Solved
Ymmj Posted messages 23 Status Member -  
Ymmj Posted messages 23 Status Member -
Hello,

My sound card is not detected on my computer:


I only have a dummy output in pulseaudio:


and I have no input at all. I found numerous various solutions to my problem (adding lines in files, restarting pulseaudio and alsa, reinstalling them, adjusting settings in the BIOS) but none worked.

My problem arose when I had fixed another bug I had already encountered in the past. This bug prevented me from accessing the computer and put me in a console in root mode. I already knew how to solve this issue. So I resolved it with the command:
fsck /dev/sda5


After that, this bug appeared.

Could you help me?

Configuration: Linux Ubuntu / Firefox 89.0

1 answer

  1. Ymmj Posted messages 23 Status Member 2
     
    I found it!
    You needed to execute:
    echo "options snd-hda-intel model=generic" | sudo tee -a /etc/modprobe.d/alsa-base.conf

    Then restart.
    2