[Newbies] No SOundcard detected on deepinOS
Tofloor
poster avatar
fuzfinnis
deepin
2021-12-22 01:40
Author

Hi All

Just need help to get my sound working on laptop , ACER ASPIRE V Nitro . No sound card is being detected under sound settings.

Regards,

Reply Favorite View the author
All Replies
ylov35
deepin
2021-12-22 05:14
#1

Hi fuzfinnis,

Although this laptop have been relseased years ago, I guess it still could the problem of the sound card driver. Please check whether you install the sound card driver correctly. If not, google the corresponding official website and download the linux version driver.

Addtionally, if finally the sound card can be detected but the sound still not works, try to delete related configure documents under /home.

Regards,

Reply View the author
fuzfinnis
deepin
2021-12-22 05:33
#2

Hi ylov

Im very new to linux so im not sure how to check if i installed the drivers corrctly as i did install from ISO ,

Reply View the author
fuzfinnis
deepin
2021-12-22 08:16
#3

ran below commands and it is working resolved

echo "options snd-hda-intel dmic_detect=0" | sudo tee -a /etc/modprobe.d/alsa-base.conf
echo "blacklist snd_soc_skl" | sudo tee -a /etc/modprobe.d/blacklist.conf

Reply View the author