蓝牙不能正常使用,而且设置里面也没有蓝牙选项
Tofloor
poster avatar
MicroSir
deepin
2020-05-07 16:40
Author
如题,设置里没有蓝牙选项,安装了蓝牙管理器,打开又显示Bluez守护进程没进行,请各位大神帮忙
Reply Favorite View the author
All Replies
1 / 2
To page
avatar
MicroSir
deepin
2020-05-07 16:42
#1
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411 PCI Express Card Reader (rev 01)
03:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0a)
04:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n
Reply View the author
avatar
liwl
deepin
2020-05-07 17:07
#2
我是直接关闭蓝牙的。
你先看看sudo systemctl status bluetooth是否有状态
Reply View the author
avatar
MicroSir
deepin
2020-05-10 16:53
#3
https://bbs.deepin.org/post/193746
我是直接关闭蓝牙的。
你先看看sudo systemctl status bluetooth是否有状态

● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset:
   Active: inactive (dead)
Condition: start condition failed at Sat 2020-05-09 23:26:45 CST; 9h ago
           └─ ConditionPathIsDirectory=/sys/class/bluetooth was not met
     Docs: man:bluetoothd(8)

5月 09 07:45:03 microcheung-PC systemd[1]: Condition check resulted in Bluetooth s
5月 09 07:46:27 microcheung-PC systemd[1]: Condition check resulted in Bluetooth s
5月 09 07:46:52 microcheung-PC systemd[1]: Condition check resulted in Bluetooth s
5月 09 11:15:28 microcheung-PC systemd[1]: Condition check resulted in Bluetooth s
5月 09 12:05:21 microcheung-PC systemd[1]: Condition check resulted in Bluetooth s
5月 09 16:44:39 microcheung-PC systemd[1]: Condition check resulted in Bluetooth s
5月 09 16:54:22 microcheung-PC systemd[1]: Condition check resulted in Bluetooth s
5月 09 23:26:45 microcheung-PC systemd[1]: Condition check resulted in Bluetooth s
lines 1-15/15 (END)...skipping...
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
Condition: start condition failed at Sat 2020-05-09 23:26:45 CST; 9h ago
           └─ ConditionPathIsDirectory=/sys/class/bluetooth was not met
     Docs: man:bluetoothd(8)

5月 09 07:45:03 microcheung-PC systemd[1]: Condition check resulted in Bluetooth service being skipped.
5月 09 07:46:27 microcheung-PC systemd[1]: Condition check resulted in Bluetooth service being skipped.
5月 09 07:46:52 microcheung-PC systemd[1]: Condition check resulted in Bluetooth service being skipped.
5月 09 11:15:28 microcheung-PC systemd[1]: Condition check resulted in Bluetooth service being skipped.
5月 09 12:05:21 microcheung-PC systemd[1]: Condition check resulted in Bluetooth service being skipped.
5月 09 16:44:39 microcheung-PC systemd[1]: Condition check resulted in Bluetooth service being skipped.
5月 09 16:54:22 microcheung-PC systemd[1]: Condition check resulted in Bluetooth service being skipped.
5月 09 23:26:45 microcheung-PC systemd[1]: Condition check resulted in Bluetooth service being skipped.
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
Reply View the author
avatar
liwl
deepin
2020-05-10 16:55
#4
https://bbs.deepin.org/post/193746
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; ...

你这蓝牙服务未启动

1. 首先你得有蓝牙模块。笔记本应该自带,台式机我就不知道了。没有的话,就买一个。并且BIOS里面不能禁用蓝牙。
2. sudo systemclt start bluetooth; sudo systemctl enable bluetooth
Reply View the author
avatar
MicroSir
deepin
2020-05-10 17:10
#5
https://bbs.deepin.org/post/193746
你这蓝牙服务未启动

1. 首先你得有蓝牙模块。笔记本应该自带,台式机我就不知道了。没有的话,就买一个 ...

microcheung@microcheung-PC:~$ sudo systemclt start bluetooth
sudo: systemclt:找不到命令
microcheung@microcheung-PC:~$ sudo systemctl enable bluetooth
Synchronizing state of bluetooth.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable bluetooth
microcheung@microcheung-PC:~$

Reply View the author
avatar
xmeng
deepin
2020-05-10 17:46
#6
https://bbs.deepin.org/post/193746
microcheung@microcheung-PC:~$ sudo systemclt start bluetooth
sudo: systemclt:找不到命令
microcheu ...

是不是驱动问题,升级内核试试。而且命令应该是 systemclt不是systemctl,应该是他写错了。说下你的网卡型号。
Reply View the author
avatar
MicroSir
deepin
2020-05-10 18:10
#7
https://bbs.deepin.org/post/193746
是不是驱动问题,升级内核试试。而且命令应该是 systemclt不是systemctl,应该是他写错了。说下你的网卡 ...

我直接复制的 liwl给的命令
Reply View the author
avatar
MicroSir
deepin
2020-05-10 18:14
#8
https://bbs.deepin.org/post/193746
是不是驱动问题,升级内核试试。而且命令应该是 systemclt不是systemctl,应该是他写错了。说下你的网卡 ...

设备:
Acer Aspire V5-471G V1.22 Aspire V5-471G Laptop
操作系统:
Deepin 20 Beta Linux 5.3.0-3-amd64 (Debian 8.3.0-6) #1 SMP deepin 5.3.15-6apricot (2020-04-13)
处理器:
Intel(R) Core(TM) i5-3337U @ 1.80GHz x 4
主板:
Acer Aspire V5-471G ( Incorporated [ALI] HM77 Express Chipset LPC Controller)
内存:
5.7GB (Kingston DDR3 1067 MT/s / Samsung DDR3 1067 MT/s)
存储设备:
Seagate ST500LT012-9WS14 (465GB )
显示适配器:
NVIDIA GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (NVIDIA Corporation) / Intel 3rd Gen Core processor Graphics Controller (Intel Corporation)
显示设备:
N140BGE-L42 LCD Monitor (14.0 英寸 (309x174 mm))
网络适配器:
Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller / Broadcom Inc. and subsidiaries BCM43228 802.11a/b/g/n
音频适配器:
Intel 7 Series/C216 Chipset Family High Definition Audio Controller / HDA Digital PCBeep / HDA Intel PCH Headphone / HDA Intel PCH HDMI/DP,pcm=3
其他PCI设备:
RTL8411 PCI Express Card Reader
电源:
交流电源 / 电池 SANYO AL12A32
键盘:
usb 0x248a "Maxxter" usb 0x8514 "Wireless Receiver" / 0x0001 0x0001 "AT Translated Set 2 keyboard"
鼠标:
ETPS/2 Elantech Touchpad / Telink Wireless Receiver Mouse
Reply View the author
avatar
liwl
deepin
2020-05-10 22:14
#9
https://bbs.deepin.org/post/193746
microcheung@microcheung-PC:~$ sudo systemclt start bluetooth
sudo: systemclt:找不到命令
microcheu ...

systemctl,我命令打错了
Reply View the author
avatar
xmeng
deepin
2020-05-11 00:13
#10
https://github.com/charlesvg/wifiscan
只找到一个无线网的,蓝牙的不清楚。。。
Reply View the author
avatar
MicroSir
deepin
2020-05-11 23:49
#11
https://bbs.deepin.org/post/193746
https://github.com/charlesvg/wifiscan
只找到一个无线网的,蓝牙的不清楚。。。

谢谢了 我试试
Reply View the author
avatar
MicroSir
deepin
2020-05-12 00:02
#12
https://bbs.deepin.org/post/193746
https://github.com/charlesvg/wifiscan
只找到一个无线网的,蓝牙的不清楚。。。

不会用github上面的东西
Reply View the author
avatar
xmeng
deepin
2020-05-12 03:07
#13
https://bbs.deepin.org/post/193746
不会用github上面的东西

翻译成中文啊!他说的意思是运行setup.sh .
你可以试试 sudo bash ./steup.sh
Reply View the author
avatar
MicroSir
deepin
2020-05-12 19:47
#14
https://bbs.deepin.org/post/193746
设备:
Acer Aspire V5-471G V1.22 Aspire V5-471G Laptop
操作系统:

我把内核升级到5.6了都不行
Reply View the author
avatar
msan
deepin
2020-05-13 00:27
#15
更新硬件驱动:linux-firmware
可以从这里下载Ubuntu的硬件驱动最新版:http://ftp.sjtu.edu.cn/ubuntu/pool/
main/l/linux-firmware/
例如当前最新版:http://ftp.sjtu.edu.cn/ubuntu/pool/main/l/linux-firmware/
linux-firmware_1.186_all.deb
下载安装,重启。
如果问题仍然无法解决,请尝试升级内核。
Reply View the author
avatar
MicroSir
deepin
2020-05-13 00:36
#16
https://bbs.deepin.org/post/193746
更新硬件驱动:linux-firmware
可以从这里下载Ubuntu的硬件驱动最新版:http://ftp.sjtu.edu.cn/ubuntu/poo ...

我试试吧 现在内核已经升级到5.6了
Reply View the author
avatar
MicroSir
deepin
2020-05-13 00:40
#17
https://bbs.deepin.org/post/193746
我试试吧 现在内核已经升级到5.6了

内核是最新的 驱动也是最新的 还是不行啊
Reply View the author
avatar
mcaoser
deepin
2020-05-13 00:48
#18
楼上liwl兄弟的命令输错了,他后面又提到过,不知楼主有没有按他的方法再试一下,如果试过了,也更新了驱动和内核,还是不行的话,那只说明不支持你的蓝牙了
Reply View the author
avatar
MicroSir
deepin
2020-05-13 01:21
#19
https://bbs.deepin.org/post/193746
楼上liwl兄弟的命令输错了,他后面又提到过,不知楼主有没有按他的方法再试一下,如果试过了,也更新了驱动 ...

蓝牙现在是弄出来了就是不能搜索   重启后就就又不行了 笔记本肯定是支持蓝牙的啊  以前win10就可以用 现在就是单独的deepin系统了
Reply View the author
avatar
enterxj
deepin
2020-05-13 01:43
#20
我之前也出现过这个问题,双系统win10和deepin15.11,一直到好的不知道什么时候蓝牙就没了,设置里也看不到蓝牙选项了,进win里蓝牙正常,上面的办法我也都试过了,最后重装deepin差不多有半年了吧,蓝牙一直正常,没有换任何驱动和内核
Reply View the author
1 / 2
To page