内蔵Bluetoothが機能しない理由をどのようにデバッグしますか?

内蔵Bluetoothが機能しない理由をどのようにデバッグしますか?

私のコンピュータを介してBluetoothデバイスを見たいです。 Bluetooth 4.0をサポートするAsus x79 Deluxeがあります。 Linuxで実行できればいいと思います。

次のパッケージをインストールしました。

  • bluez-utils
  • libopenobex1

インストールbluemanして「Bluetoothをオンにする」をクリックしました。その後、デバイスをクリックするとデバイスが表示されません。 「アダプタ」をクリックすると、空のポップアップウィンドウが表示されます。

問題は何ですか?どうすればさらに調査/解決できますか?

私のシステム

$ uname -a
Linux pc09 3.13.0-36-generic #63-Ubuntu SMP Wed Sep 3 21:30:07 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/issue
Linux Mint 17 Qiana \n \l

$ lspci | grep -i blu
$ lsusb | grep -i blu
$ lshw | grep -i blu
$ lsmod | grep -i blu
bluetooth             391136  10 bnep,rfcomm
$ hciconfig --all


$ dmesg | grep -i blue
[    3.746659] Bluetooth: Core ver 2.17
[    3.746667] Bluetooth: HCI device and connection manager initialized
[    3.746672] Bluetooth: HCI socket layer initialized
[    3.746673] Bluetooth: L2CAP socket layer initialized
[    3.746675] Bluetooth: SCO socket layer initialized
[    3.796894] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.796898] Bluetooth: BNEP filters: protocol multicast
[    3.796904] Bluetooth: BNEP socket layer initialized
[    3.797018] Bluetooth: RFCOMM TTY layer initialized
[    3.797021] Bluetooth: RFCOMM socket layer initialized
[    3.797024] Bluetooth: RFCOMM ver 1.11

$ sudo hcitool scan
Device is not available: No such device

$ rfkill list
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

よくわかりませんが、WLANチップセットBCM4352もBluetoothを担当する部分だと思います。

ベストアンサー1

BCM4352は現在、Linuxカーネルのb43ドライバは以下をサポートしていません。。 Dell または Broadcom 独自のドライバーをお試しください。この回答以前のバージョンのUbuntuでも同じ問題があります。

bluemanUbuntu 14用の.debパッケージを提供している場合は、デバイスを表示して使用できます。

メモ:Wi-Fi機能にも影響を与える可能性があります。

おすすめ記事