我正在使用 Debian,带有蓝牙的 Realtek RTL8723BE Wificard 和固件 https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/tree/rtl_bt。
但如果我跑
hcitool dev
我明白了
Devices:
So there is no device found.
但固件已正确加载:
$ dmesg | grep hci
Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
Bluetooth: hci0: rom_version status=0 version=1
Bluetooth: hci0: extension section signature mismatch
我收到这条消息在 demsg 的输出中出现了两次,这意味着什么
Bluetooth: hci0: extension section signature mismatch
蓝牙不会被阻止:
# rfkill list
[...]
2: hci0: Bluetooth
blocked: no
blocked: no
3: ideapad_bluetooth: Bluetooth
blocked: no
Hard blocked: no
我怎样才能让它发挥作用?
答案1
我正在使用 Debian Jessie (8.3),并且我还有 Realtek RTL8723BE 设备。 Realtek RTL8723BE 设备包括 WiFi 和蓝牙支持。就我而言,必须停用 wifi 才能进行蓝牙连接。但是,我使用的是蓝牙驱动程序 http://github.com/lwfinger/rtl8723au_bt.git。