[Kernel/Drive] 没有声音
Tofloor
poster avatar
132******20
deepin
2022-11-13 06:27
Author

其他所有驱动都正常,只有声音驱动不行,

截图_选择区域_20221112202330.png
截图_deepin-terminal_20221112221920.png
截图_选择区域_20221112202445.png
批注 2022-11-12 213649.jpg

Reply Favorite View the author
All Replies
海豚湾
deepin
2022-11-13 06:58
#1

试试这个方法
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
132******20
deepin
2022-11-13 07:11
#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
132******20
deepin
2022-11-13 18:54
#3

神了,连接蓝牙音箱有声音了

Reply View the author
ThinKinG
deepin testing team
2022-12-27 21:24
#4

可以看下控制中心中声音输出中是否有扬声器的显示

Reply View the author