[Kernel/Drive] 系统输出设备为空,无法播放 声音 V20.7.1 Resolved
Tofloor
poster avatar
arphy28
deepin
2022-10-25 03:11
Author

问题/建议描述

全新安装deepin20。7。1系统,系统输出设备为空,无法 播放 声音

截图_dde-control-center_20221024190615.png

截图_dde-control-center_20221024191257.png

问题如何重现

 全新安装deepin20。7。1系统,系统输出设备为空,无法 播放 声音

问题重现频率

 全新安装deepin20。7。1系统,系统输出设备为空,无法 播放 声音

Reply Favorite View the author
All Replies
deepin
2022-10-25 03:14
#1

可以重启试下。

Reply View the author
arphy28
deepin
2022-10-25 03:21
#2

可以重启试下。

重启了也没有用,昨天安装的系统

也已经sudo apt update&upgrade,依然没有声音

Reply View the author
jjcui8595
deepin
2022-10-25 14:34
#3

换其他版本内核试试

Reply View the author
arphy28
deepin
2022-10-26 06:53
#4
jjcui8595

换其他版本内核试试

换了内核版本也不行,可能是我的硬件太新了

Reply View the author
jjcui8595
deepin
2022-10-26 15:59
#5
arphy28

换了内核版本也不行,可能是我的硬件太新了

驱动问题是linux的通病,建议到声卡芯片厂商官网查询有没有可用驱动

Reply View the author
arphy28
deepin
2022-10-27 04:20
#6
jjcui8595

驱动问题是linux的通病,建议到声卡芯片厂商官网查询有没有可用驱动

好的,谢谢

Reply View the author
海豚湾
deepin
2022-10-27 05:22
#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
arphy28
deepin
2022-10-27 05:42
#8
海豚湾

楼主可以试试这个:

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

亲测有效

确实可行,非常感谢thanks

Reply View the author
海豚湾
deepin
2022-10-27 05:43
#9

哈哈,不客气。你设置后,麦克风有么?我的是这样设置后有输出,但输入没有。

Reply View the author
arphy28
deepin
2022-10-27 05:46
#10
海豚湾

哈哈,不客气。你设置后,麦克风有么?我的是这样设置后有输出,但输入没有。

麦克风也没有,有声音已经解决了大问题tail

Reply View the author