在这里和几乎所有的互联网上,已经有了一项伟大的研究,我无法在Debian 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肉桂中的任何地方找到“蓝牙设置”。
到底如何在Debian 10上配置蓝牙?
据我所见,同样的问题发生在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.感谢你的帮助!
对不起。我还不会说英语
发布于 2020-01-20 02:51:16
在这里找到解决方案:bbs.archlinux.org
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/ar3ksudo journalctl -b | grep Bluetooth中
jan 19 21:25:04 linux-desktop kernel: Bluetooth: Patch file not found ar3k/AthrBT_0x31010100.dfu现在:

和:

https://unix.stackexchange.com/questions/562833
复制相似问题