我买了一个蓝牙适配器,说它与 Linux 兼容。蓝牙符文显示在工具栏中我通过符文打开蓝牙设备窗口,它显示了我想要连接的设备。当我告诉它作为串行设备连接时,气泡会永远来回弹跳。
使用 Ubuntu 20.04 LTS。
子集
Bus 002 Device 003: ID 19ff:0239 Dynex BCM20702A0
Run Code Online (Sandbox Code Playgroud)
我更新了所有更新,现在我在登录时看到一个窗口,显示有关蓝牙托盘的“系统错误”。我去系统日志查找更多详细信息。
日志显示:未找到固件补丁文件。
[ 12.340873] Bluetooth: Core ver 2.22
[ 12.340901] Bluetooth: HCI device and connection manager initialized
[ 12.340906] Bluetooth: HCI socket layer initialized
[ 12.340907] Bluetooth: L2CAP socket layer initialized
[ 12.340912] Bluetooth: SCO socket layer initialized
[ 12.672664] usbcore: registered new interface driver btusb
[ 12.799986] Bluetooth: hci0: BCM: chip id 73
[ 12.810958] Bluetooth: hci0: BCM: features 0x07
[ 12.850090] …Run Code Online (Sandbox Code Playgroud) 昨天我在我的 HP 笔记本电脑型号 15-dy2xxx 上安装了 Ubuntu 22.04.1 LTS。之前,我使用 Windows 10、Ubuntu 16.04 和 Ubuntu 20.04 来三次启动各种依赖于操作系统的软件,但这次我选择了“擦除磁盘并安装 Ubuntu”选项以保持一切干净。我按照官方教程,使用 ubuntu.com 上的 ISO 文件安装了它,方法是在 Windows 上使用 Rufus 创建可启动 USB:https: //ubuntu.com/tutorials/install-ubuntu-desktop和https://ubuntu.com/教程/在 Windows 上创建 USB 棒。安装和设置进行得相对顺利。
\n但今天我第一次尝试使用蓝牙,在设置的蓝牙部分我看到的只是消息“未找到蓝牙 - 插入适配器以使用蓝牙”。无法点击启用蓝牙的开关。我在 Ubuntu 20.04 上使用蓝牙效果很好,自从重新安装新的 Ubuntu 版本后我才遇到了问题。
\n我在网上找到的很多答案都是针对旧版本的 Ubuntu,这似乎没有帮助,因为我之前的安装没有出现任何问题。
\n我得到的最接近的解决方案如下。当我运行这些状态命令时,我得到以下输出:
\n$ dmesg | grep -i blue\n$ sudo systemctl status bluetooth.service\n\xe2\x97\x8b bluetooth.service - Bluetooth service\n Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)\n Active: inactive (dead)\n Docs: man:bluetoothd(8)\n\nAug 31 19:39:03 zach-HP-Laptop-15-dy2xxx systemd[1]: Condition …Run Code Online (Sandbox Code Playgroud) 我在 Acer Aspire ES1-512 上安装了 Ubuntu 22.04,每次启动前都会收到此消息。由于此错误,我的蓝牙无法工作。
我尝试过如何在东芝卫星 c55-896 笔记本电脑中找到内置蓝牙适配器,但出现以下错误:
dpkg: error: cannot access archive 'linux-firmware*.deb': No such file or directory
Run Code Online (Sandbox Code Playgroud)