系统开机有“滴”的一声
Tofloor
poster avatar
menner
deepin
2018-06-26 20:56
Author
开机进去桌面,开机声音响完后,主板会突然滴的一声,这是系统bug?求帮助
Reply Favorite View the author
All Replies
avatar
menner
deepin
2018-06-26 20:57
#1
电脑是惠普光影精灵笔记本
Reply View the author
avatar
LouieVV
deepin
2018-06-27 00:56
#2
https://bbs.deepin.org/post/159401
电脑是惠普光影精灵笔记本

我的e430也有,原来15.5就没有,升级成了15.6就有了
Reply View the author
avatar
webtide
deepin
2018-06-27 01:17
#3
我的也又这个“嘀”一声的问题,15.5版本没出现这个情况。
Reply View the author
avatar
LouieVV
deepin
2018-06-27 04:14
#4
https://bbs.deepin.org/post/159401
我的e430也有,原来15.5就没有,升级成了15.6就有了

处理了网卡驱动的问题,就没有声音了
Reply View the author
avatar
177******21
deepin
2018-06-27 04:16
#5
我的也有,不过我换了个主板,一直以为是换了主板的原因,原来是普遍情况
Reply View the author
avatar
155******39
deepin
2018-06-27 04:52
#6
我的惠普暗影精灵也有“滴”的一声
Reply View the author
avatar
sllhjdzfk
deepin
2018-06-27 17:27
#7
同样的问题。15.5的时候没有这个问题。
Reply View the author
avatar
iminto
deepin
2018-06-27 21:13
#8
本帖最后由 iminto 于 2018-6-27 13:16 编辑

此问题基本每个人都有,很久了,不知道有没有解决。最近两天没有用deepin
Reply View the author
avatar
s***1@gmail.com
deepin
2018-06-28 04:59
#9
我的关机的时候有一声爆破音,然后关机
Reply View the author
avatar
menner
deepin
2018-06-28 17:54
#10
vp110 发表于 2018-6-26 20:14
处理了网卡驱动的问题,就没有声音了

网卡驱动有问题?我的网络可以正常使用,你是怎么解决的
Reply View the author
avatar
LouieVV
deepin
2018-06-28 18:30
#11
本帖最后由 vp110 于 2018-6-28 22:10 编辑
https://bbs.deepin.org/post/159401
网卡驱动有问题?我的网络可以正常使用,你是怎么解决的

你尝试打开电脑声音呢,我之前是装了驱动就正常了
----------------------------------------------------------------------------
更新:
使用命令
  1. sudo apt-get remove bcmwl-kernel-source
Copy the Code
卸载了bcmwl-kernel-source驱动,重启后无线网络正常了,滴的一声也没有了

Reply View the author
avatar
Dream
deepin
2018-06-28 22:09
#12
嘀!上班卡
Reply View the author
avatar
silver linings
deepin
2022-10-09 23:45
#13

//首先创建 配置文件
sudo touch /etc/modprobe.d/nobeep.conf
//利用gedit或者vim向文件中添加如下信息
blacklist pcspkr
blacklist snd_pcsp
//然后重启

sudo reboot

Reply View the author