[Hardware] 20.9没有声音
Tofloor
poster avatar
137******01
deepin
2024-01-11 17:56
Author

image.png

image.png

image.png

image.png

我笔记本本身的音频设备没办法识别,找了个外接的小喇叭,还是不行。没有音频输出设备。

Reply Favorite View the author
All Replies
lizhu
deepin
2024-01-11 18:01
#1

sudo vim /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
137******01
deepin
2024-04-11 17:26
#2
lizhu

sudo vim /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
137******01
deepin
2024-04-11 17:26
#3
lizhu

sudo vim /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