[Hardware] 20.3我的deepin还有声音,从升级20.4到20.7它就再也没有响过。 Resolved
Tofloor
poster avatar
tanwg
deepin
2022-11-07 21:34
Author

【系统环境】
镜像版本:20.3
CPU:J4125
GPU:核显

GK-mini 小主机

只有20.3之前有声音,之后就再也没声音过。

只得退回20.3使用了。

试过论坛中的很多方法,换文件(default.conf),更新库等等,都不行。

pulseaudio里面配置都是空白 没得选择。。

下图是20.3 有输出设备的截图。。
photo_2022-11-07_13-32-13.jpg

之后的版本就没有这个选项。。

Reply Favorite View the author
All Replies
逃离喧嚣
deepin
2022-11-07 21:56
#1

生命在于折腾,deepin就是专门给你折腾的。😄

Reply View the author
ROOM
deepin
2022-11-07 22:12
#2

试下单独升级内核看看,是不是和内核相关。

Reply View the author
tanwg
deepin
2022-11-07 23:19
#3
逃离喧嚣

生命在于折腾,deepin就是专门给你折腾的。😄

每次大版本升级都得试试,然后又不得不降下来。

难受

Reply View the author
tanwg
deepin
2022-11-07 23:20
#4
ROOM

试下单独升级内核看看,是不是和内核相关。

越升级不应该是内核越新吗??

是不是应该降内核呢?

Reply View the author
tanwg
deepin
2022-11-08 00:44
#5

升级之后这里选项就什么都没有了

截图_dde-control-center_20221107164226.png

Reply View the author
海豚湾
deepin
2022-11-08 04:29
#6

试试这个方法
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
tanwg
deepin
2022-11-08 18:03
#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