请教debian8 xfce怎么使用蓝牙?

请教,安装完系统后找不到蓝牙选项,应该怎么办?

需要装一个Blueman。

执行以下指令将结果全部复制贴上来

lspci -knn | grep -iA2 net
sudo hciconfig -a
sudo lshw -C net
dmesg | grep -i blue

[quote=“vickycq”]执行以下指令将结果全部复制贴上来

lspci -knn | grep -iA2 net
sudo hciconfig -a
sudo lshw -C net
dmesg | grep -i blue
[/code][/quote]


[code]# lspci -knn | grep -iA2 net
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 07)
	Subsystem: Hewlett-Packard Company Device [103c:2337]
	Kernel driver in use: r8169
--
0a:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
	Subsystem: Hewlett-Packard Company Device [103c:2231]
	Kernel driver in use: rtl8723be

hciconfig -a hci0: Type: BR/EDR Bus: USB BD Address: C4:8E:8F:78:0B:1A ACL MTU: 820:8 SCO MTU: 255:16 DOWN RX bytes:564 acl:0 sco:0 events:29 errors:0 TX bytes:358 acl:0 sco:0 commands:29 errors:0 Features: 0xff 0xff 0xff 0xfe 0xdb 0xff 0x7b 0x87 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: RSWITCH HOLD SNIFF PARK Link mode: SLAVE ACCEPT

lshw -C net *-network description: Ethernet interface product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:08:00.0 logical name: eth0 version: 07 serial: 5c:b9:01:b3:5a:cd size: 100Mbit/s capacity: 100Mbit/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.31.247 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s resources: irq:59 ioport:5000(size=256) memory:c6200000-c6200fff memory:c6000000-c6003fff *-network description: Wireless interface product: RTL8723BE PCIe Wireless Network Adapter vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:0a:00.0 logical name: wlan0 version: 00 serial: c4:8e:8f:78:0b:19 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=rtl8723be driverversion=3.16.0-4-amd64 firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn resources: irq:16 ioport:3000(size=256) memory:c6100000-c6103fff

dmesg | grep -i blue 1.399322] usb 1-4: Product: Bluetooth Radio 9.719284] Bluetooth: Core ver 2.19 9.719302] Bluetooth: HCI device and connection manager initialized 9.719308] Bluetooth: HCI socket layer initialized 9.719310] Bluetooth: L2CAP socket layer initialized 9.719321] Bluetooth: SCO socket layer initialized 17.372846] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 17.372850] Bluetooth: BNEP filters: protocol multicast 17.372859] Bluetooth: BNEP socket layer initialized

[quote=“xccmixer”]
0a:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723][/quote]

使用内核自带驱动 rtl8723be 蓝牙无法工作。
可选的蓝牙驱动:
github.com/lwfinger/rtl8723au_bt.git
github.com/troy-tan/driver_store/tree/master/bluetooth/8723BE

参考 github.com/lwfinger/rtlwifi_new/issues/18