蓝牙无法启动
Tofloor
poster avatar
jackie_ma
deepin
2018-06-06 02:08
Author
如题、如图,已经试过官网wiki的方法(sudo apt-get install blueman),但是蓝牙无法打开,控制中心也没有蓝牙的图标。以下是我的配置:

OS: Deepin 15.5 unstable
Kernel: x86_64 Linux 4.14.0-deepin2-amd64
Uptime: 11m
Packages: 1784
Shell: bash
Resolution: 1280x800
DE: Deepin 15.5
WM: Deepin WM
WM Theme: deepin
GTK Theme: deepin [GTK2/3]
Icon Theme: deepin
CPU: Intel Core2 Duo T9900 @ 2x 3.067GHz [67.0°C]
GPU: GeForce G 105M
RAM: 1342MiB / 3913MiB

Reply Favorite View the author
All Replies
avatar
187******09
deepin
2018-06-06 02:28
#1
  1. systemctl status bluetooth
Copy the Code

看一下
Reply View the author
avatar
jackie_ma
deepin
2018-06-06 16:55
#2

● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pr
   Active: inactive (dead)
     Docs: man:bluetoothd(8)
lines 1-4/4 (END)...skipping...
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:bluetoothd(8)
Reply View the author
avatar
187******09
deepin
2018-06-06 17:02
#3
https://bbs.deepin.org/post/157686
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; ...

你是开机后对蓝牙做过什么操作么,现在它的service死了
运行
  1. sudo systemctl start bluetooth
Copy the Code
启动一下,
然后
  1. sudo systemctl enable bluetooth
Copy the Code
开机启动
Reply View the author
avatar
jackie_ma
deepin
2018-06-06 17:57
#4
https://bbs.deepin.org/post/157686
你是开机后对蓝牙做过什么操作么,现在它的service死了
运行启动一下,
然后开机启动 ...

执行完命令之后如图,重启之后也是一样
Reply View the author
avatar
188******56
deepin
2018-06-06 17:58
#5
可以参考我的教程https://bbs.deepin.org/post/154632
你的设备分辨率好低,是平板吗?
Reply View the author
avatar
187******09
deepin
2018-06-06 18:32
#6
https://bbs.deepin.org/post/157686
执行完命令之后如图,重启之后也是一样

start以后再status看看
Reply View the author
avatar
jackie_ma
deepin
2018-06-06 19:04
#7
https://bbs.deepin.org/post/157686
可以参考我的教程blueman-蓝牙耳机连接教程
你的设备分辨率好低,是平板吗? ...

九年的老本子了,这些年陆续把T6600(双核2.2)升到T9900(双核3.06),内存2G升到4G,抽时间再把HDD换成SSD,这样基本就达到PM45芯片组的这块主板的最大潜能了。我平常不玩游戏,这个本子主要是日常上网、处理文档,屏幕也没有明显的坏点,虽然分辨率在这个时代来说确实低了些,但是我觉得差不多够我用的了。
另外我感觉对于这样的老本子,总体显示特效差不多的情况下,deepin比win10流畅多了,在此赞一下深度团队!
哦对了,这是我人生第一台属于自己的笔记本,虽然现在不是主力机了,但是还是舍不得扔。
运行教程中的deb包,提示“依赖关系不满足:libbluetooth3:i386”是咋回事?

Reply View the author
avatar
jackie_ma
deepin
2018-06-06 19:14
#8
https://bbs.deepin.org/post/157686
start以后再status看看

start? status? 具体是什么命令?
新手小白表示不懂

Reply View the author
avatar
187******09
deepin
2018-06-06 20:22
#9
https://bbs.deepin.org/post/157686
九年的老本子了,这些年陆续把T6600(双核2.2)升到T9900(双核3.06),内存2G升到4G,抽时间再把HDD换成 ...

运行
  1. sudo apt install libbluetooth3
Copy the Code
Reply View the author
avatar
187******09
deepin
2018-06-06 20:23
#10
https://bbs.deepin.org/post/157686
start? status? 具体是什么命令?
新手小白表示不懂
  1. sudo systemctl start bluetooth
Copy the Code

以后
  1. systemctl status bluetooth
Copy the Code

输出是什么
Reply View the author
avatar
jackie_ma
deepin
2018-06-06 22:28
#11
https://bbs.deepin.org/post/157686
以后
输出是什么

输出了八段代码,内容都是一样的:

bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; ven
   Active: inactive (dead)
     Docs: man:bluetoothd(8)
Reply View the author
avatar
188******56
deepin
2018-06-06 23:27
#12
https://bbs.deepin.org/post/157686
九年的老本子了,这些年陆续把T6600(双核2.2)升到T9900(双核3.06),内存2G升到4G,抽时间再把HDD换成 ...

你是32位,要下载相应的包。
Reply View the author
avatar
jackie_ma
deepin
2018-06-07 00:29
#13
https://bbs.deepin.org/post/157686
你是32位,要下载相应的包。

下载安装了相应的包,然后仍然显示我最上边的“连接至BlueZ失败”那个白框
Reply View the author