Bluetooth - Blueman 애플릿은 Debian 10 Cinnamon에서 실행되지 않습니다.

Bluetooth - Blueman 애플릿은 Debian 10 Cinnamon에서 실행되지 않습니다.

여기와 인터넷 거의 모든 곳에서 이미 훌륭한 연구가 있지만 데비안 10에서는 블루투스를 구성할 수 없습니다.

"장치"를 클릭하면 비활성 창이 나타납니다:

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

상품을 찾을 수 없습니다.”블루투스 설정"Debian 10 Cinnamon의 어느 곳에서나

Debian 10에서 Bluetooth를 정확히 어떻게 구성합니까?

내가 아는 한 우분투에서도 같은 문제가 발생합니다

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

여기에서 해결책을 찾으세요:아치리눅스 포럼

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

관련 정보