[Device Manager] 无声音输出设备
Tofloor
poster avatar
xnatural
deepin
2022-11-05 20:52
Author

thinkpad 2022

image.png

Reply Favorite View the author
All Replies
xnatural
deepin
2022-11-05 21:04
#1

image.png

Reply View the author
海豚湾
deepin
2022-11-05 22:57
#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
xnatural
deepin
2022-11-06 02:27
#3
It has been deleted!
xnatural
deepin
2022-11-06 02:31
#4

image.png

Reply View the author
xnatural
deepin
2022-11-06 02:33
#5

image.png

Reply View the author
xnatural
deepin
2022-11-06 02:33
#6
xnatural

image.png

这个问题呢

Reply View the author
132******29
deepin
2023-01-29 03:34
#7
海豚湾

试试这个方法
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