DELL、bluetoothctl、電源投入、基本コントローラは使用できません

DELL、bluetoothctl、電源投入、基本コントローラは使用できません

私はDebianを使ってみましたが、Bluetoothが機能しないことがわかりました。インストールしましたが、bluez応答が表示されます。bluemanbluetoothctlNo default controller available

bluetoothctl
[bluetooth]# agent on
Agent registered
[bluetooth]# default-agent
Default agent request successful
[bluetooth]# power on
No default controller available 

私のハードウェア状態の詳細は次のとおりです。

sudo lsusb; uname -a; lsmod | grep bluetooth; dmesg | grep -i firmware
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 064e:812c Suyin Corp. 
Bus 001 Device 004: ID 0cf3:0036 Atheros Communications, Inc. 
Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Linux localhost 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux
bluetooth             374429  10 bnep,ath3k,btusb,rfcomm
6lowpan_iphc           16588  1 bluetooth
rfkill                 18867  6 cfg80211,bluetooth,dell_laptop
crc16                  12343  2 ext4,bluetooth
[    0.131092] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    9.828699] usb 1-1.4: firmware: failed to load ar3k/AthrBT_0x31010000.dfu (-2)
[    9.828772] usb 1-1.4: Direct firmware load failed with error -2
[   19.146915] r8169 0000:09:00.0: firmware: failed to load rtl_nic/rtl8105e-1.fw (-2)
[   19.147006] r8169 0000:09:00.0: Direct firmware load failed with error -2
[   19.148582] r8169 0000:09:00.0 eth0: unable to load firmware patch rtl_nic/rtl8105e-1.fw (-12)

ご協力ありがとうございます。ありがとう

ベストアンサー1

Acerノートパソコンでも同じ問題が発生しました。私がしたことは出力をgrepするだけでしたdmesg

最も有益な内容は次のとおりです。

usb 3-1.1: firmware: failed to load ar3k/AthrBT_0x11020000.dfu (-2)

インターネットで私を見つけてくださいこのQ&Aこれは私の問題を解決しました。

簡単に言うと:

sudo apt-get install firmware-atheros
bluetooth-sendto ## (and escape to close the window)

最初のパッケージは私が見逃したパッケージをインストールし、2番目のパッケージはBluetoothデバイスを見つけるためにシステムを操作しました。再起動するとbluetoothctlコントローラが利用可能であることを示す通知が表示され、残りはほとんどのドキュメントページに記載されているとおりに行われました。

おすすめ記事