Bluetoothとファームウェアを含む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出力にこのメッセージが2回表示されます。これはどういう意味ですか?
Bluetooth: hci0: extension section signature mismatch
Bluetoothはブロックされません:
# 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とBluetoothのサポートが含まれています。私の場合は、Bluetooth接続のためにWi-Fiを無効にする必要がありました。しかし、Bluetoothドライバを使用しています。 http://github.com/lwfinger/rtl8723au_bt.git。