Linux Lite Forums

Full Version: System doesn't recognize sound-card
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
You'll probably just need to add a Kernel parameter then. You can either search for the correct string or wait for me to find it.

Sent from my Mobile phone using Tapatalk

Okey, I'll wait  Smile
( Also if I try something, I will post it here Smile )
Try the following:

Open your /etc/default/grub as Administrator.

Change:

Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to:

Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_hda_intel.dmic_detect=0"

Open a Terminal and do:

Code:
sudo update-grub

Reboot.

Cross your fingers (and toes) Smile
Hi!
It didn't work :'(
Here an image of the grub file and the update-grub command
[Image: 6PYdLK9.png]
[Image: ln1csvZ.png]

and this one is the pavucontrol
[Image: 0Cwi6Fn.png]
Pages: 1 2