[Hardware] 主机没有声音
Tofloor
poster avatar
徐祥海
deepin
2022-10-26 17:59
Author

设备 Acer Aspire AV15-52 没有声音 找不到设备

image.png

image.png

Reply Favorite View the author
All Replies
jjcui8595
deepin
2022-10-26 18:52
#1

应该是没有匹配的驱动,尝试更新内核吧

Reply View the author
海豚湾
deepin
2022-10-28 07:04
#2

试试这个方法
sudo vi /etc/default/grub
下面这个选项后面添加snd_hda_intel.dmic_detect=0
GRUB_CMDLINE_LINUX_DEFAULT="${这里你的原有配置不要动} snd_hda_intel.dmic_detect=0"
sudo update-grub
reboot

例如:
修改前:
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet "

修改后:
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet snd_hda_intel.dmic_detect=0"

Reply View the author