[Device Manager] huawei笔记本 安装deepin后一直无声音
Tofloor
poster avatar
185******27
deepin
2022-10-28 01:11
Author

image.png

huawei笔记本,最开始安装了上2个版本没有声音,现在升级到最新版本也还是没有声音;

大神们 咋整呀....😂

Reply Favorite View the author
All Replies
Free_Aaron.Li
deepin
2022-10-28 01:31
#1

驱动没安装正确?

Reply View the author
delsin
deepin
2022-10-28 01:40
#2

那就再试试UOS家庭版

Reply View the author
maqmli
deepin
2022-10-28 04:27
#3

23解决了

Reply View the author
seasky
deepin
2022-10-28 05:36
#4

以下是论坛里大神提供的方案,我自己的华为可以,你可以试试:


解决声卡没有声音的问题
~$ sudo touch /etc/modprobe.d/alsa-base.conf
~$ sudo echo "options snd-intel-dspcfg dsp_driver=1" > /etc/modprobe.d/alsa-base.conf
重启电脑,然后
~$ alsactl init
以后每次重启电脑都需要初始化一次声音系统(alsactl init)

Reply View the author
kukei
deepin
2022-10-30 09:18
#5
seasky

以下是论坛里大神提供的方案,我自己的华为可以,你可以试试:


解决声卡没有声音的问题
~$ sudo touch /etc/modprobe.d/alsa-base.conf
~$ sudo echo "options snd-intel-dspcfg dsp_driver=1" > /etc/modprobe.d/alsa-base.conf
重启电脑,然后
~$ alsactl init
以后每次重启电脑都需要初始化一次声音系统(alsactl init)

实测有效。

为啥deepin不解决呢?

Reply View the author
seasky
deepin
2022-10-30 20:37
#6
kukei

实测有效。

为啥deepin不解决呢?

不清楚,开发应该是有固定的计划吧。可能后面的补丁或者大版本更新会统一加上吧

Reply View the author
MtKrban
deepin
2023-12-31 01:12
#7
seasky

以下是论坛里大神提供的方案,我自己的华为可以,你可以试试:


解决声卡没有声音的问题
~$ sudo touch /etc/modprobe.d/alsa-base.conf
~$ sudo echo "options snd-intel-dspcfg dsp_driver=1" > /etc/modprobe.d/alsa-base.conf
重启电脑,然后
~$ alsactl init
以后每次重启电脑都需要初始化一次声音系统(alsactl init)

权限不够怎么解决?

Reply View the author
seasky
deepin
2024-01-03 02:44
#8
MtKrban

权限不够怎么解决?

是执行什么操作提示权限不够?一般情况就在前面加sudo再执行试试

Reply View the author