Bluetooth - BluemanアプレットはDebian 10 Cinnamonでは動作しません。

Bluetooth - BluemanアプレットはDebian 10 Cinnamonでは動作しません。

こことインターネットほとんどどこでもすでに素晴らしい研究がありますが、Debian 10ではBluetoothを設定することはできません。

「デバイス」をクリックすると、非アクティブウィンドウが表示されます。

https://i.stack.imgur.com/5iAAk.png

新しいデバイスを設定しようとすると、次のメッセージが表示されます。

https://i.stack.imgur.com/h3otj.png

私はブラジルから来ました:)

数日間この問題を解決しようとしましたが、何も得られませんでした。

$ sudo service bluetooth status

出力:

● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor     preset: enabled)
Active: active (running) since Sat 2020-01-18 22:52:51 -03; 19min ago
Docs: man:bluetoothd(8)
Main PID: 9398 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
Memory: 1.1M
CGroup: /system.slice/bluetooth.service
          └─9398 /usr/lib/bluetooth/bluetoothd

jan 18 22:52:51 desktop-linux systemd[1]: Starting Bluetooth service...
jan 18 22:52:51 desktop-linux bluetoothd[9398]: Bluetooth daemon 5.50
jan 18 22:52:51 desktop-linux systemd[1]: Started Bluetooth service.
jan 18 22:52:51 desktop-linux bluetoothd[9398]: Starting SDP server
jan 18 22:52:51 desktop-linux bluetoothd[9398]: Bluetooth management interface 1.14 initialized

商品が見つかりません。」Bluetooth設定「Debian 10 Cinnamonのどこでも

Debian 10でBluetoothを正確に設定するにはどうすればよいですか?

私が知っている限り、Ubuntuでも同じ問題が発生します

sudo rfkill list

出力:

0: phy0: Wireless LAN
       Soft blocked: no
       Hard blocked: no

そして:

 lsmod | grep bluetooth

出力:

bluetooth             647168  12 btrtl,btintel,btbcm,bnep,ath3k,btusb
ecdh_generic           24576  1 bluetooth
rfkill                 28672  5 bluetooth,cfg80211
crc16                  16384  2 bluetooth,ext4

そして:

sudo journalctl -b | grep Bluetooth

出力:

jan 19 21:25:04 linux-desktop kernel: Bluetooth: Core ver 2.22
jan 19 21:25:04 linux-desktop kernel: Bluetooth: HCI device and connection    manager initialized
jan 19 21:25:04 linux-desktop kernel: Bluetooth: HCI socket layer initialized
jan 19 21:25:04 linux-desktop kernel: Bluetooth: L2CAP socket layer initialized
jan 19 21:25:04 linux-desktop kernel: Bluetooth: SCO socket layer initialized
jan 19 21:25:04 linux-desktop kernel: Bluetooth: Patch file not found ar3k/AthrBT_0x31010100.dfu
jan 19 21:25:04 linux-desktop kernel: Bluetooth: Loading patch file failed
jan 19 21:25:15 linux-desktop systemd[1]: Starting Bluetooth service...
jan 19 21:25:15 linux-desktop bluetoothd[1449]: Bluetooth daemon 5.50
jan 19 21:25:15 linux-desktop systemd[1]: Started Bluetooth service.
jan 19 21:25:15 linux-desktop kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
jan 19 21:25:15 linux-desktop kernel: Bluetooth: BNEP filters: protocol multicast
jan 19 21:25:15 linux-desktop kernel: Bluetooth: BNEP socket layer initialized
jan 19 21:25:15 linux-desktop bluetoothd[1449]: Bluetooth management interface 1.14 initialized
jan 19 21:25:16 linux-desktop systemd[1127]: Starting Bluetooth OBEX service...
jan 19 21:25:16 linux-desktop systemd[1127]: Started Bluetooth OBEX service.

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

申し訳ありません。私はまだ英語が話せません。

ベストアンサー1

ここで解決策を見つけてください:アーチLinuxフォーラム

wget http://download.windowsupdate.com/d/msdownload/update/driver/drvs/2014/01/20623393_919a4673931aa789f0b1c3eeafb360b36097894a.cab

そして:

sudo apt-get update

そして:

sudo apt-get install cabextract

そして:

sudo cabextract 20623393_919a4673931aa789f0b1c3eeafb360b36097894a.cab -F *.dfu -d /lib/firmware/ar3k

エラーはここにありますsudo journalctl -b | grep Bluetooth:

jan 19 21:25:04 linux-desktop kernel: Bluetooth: Patch file not found ar3k/AthrBT_0x31010100.dfu

今:

https://i.stack.imgur.com/tO6Dl.png

そして:

https://i.stack.imgur.com/bZR3O.png

おすすめ記事