Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
升级15.7或者全新安装15.7后控制中心无法发现蓝牙设备的解...
Experiences and Insight
773
views ·
2
replies ·
To
floor
Go
htcs1
deepin
2018-11-01 18:30
Author
1.控制中心没有蓝牙选项
1).
安装蓝牙驱动
执行
sudo apt install bluetooth
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息
... 完成
bluetooth 已经是最新版 (5.49-4)。
升级了
0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。
因为我已经安装过了,所以显示均为
0,如未安装,会显示相应结果。
2).执行 sudo rfkill list 查看设备是否被 block
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
因为我的已经搞定,所以都是
no,有问题的会是Soft blocked: yes
则执行 sudo rfkill unblock
这一步我在执行的时候遇到了问题,总提示没有发现目录,后来我直接进入目录(
以管理员身份打开),然后在执行命令就
ok了。
至此,听到了悦耳的提示音,问题解决
。
Reply
Like 0
Favorite
View the author
All Replies
aida
deepin
2018-11-01 18:34
#1
加精鼓励!
教程什么的最有爱了!
Reply
Like 0
View the author
zhuangyin
deepin
2018-11-01 18:51
#2
无效,控制中心依然没有看到蓝牙选项,深度系统居然连蓝牙功能都没有
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Update driver for my computer
Popular Events
More
1).安装蓝牙驱动 执行 sudo apt install bluetooth
正在读取软件包列表... 完成
0: tpacpi_bluetooth_sw: Bluetooth
则执行 sudo rfkill unblock
这一步我在执行的时候遇到了问题,总提示没有发现目录,后来我直接进入目录(以管理员身份打开),然后在执行命令就ok了。