试图启动BT适配器/管理器(默认安装在Lubu上)--一个小窗口告诉我,它不能启动,因为没有启动Bluez。
在终端:sudo apt install bluez中,它回答说: Bluez已经是新版本(5.46-0ubuntu3),然后邀请我删除几个过时的包。
那么蓝光守护进程在哪里发射呢?
写作:systemctl status bluetooth.service ; hcitool dev
答案:
bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)命令:lspci -k | grep -A3 -i "wireless\|network\|bluetooth"答案:04:00.0 Ethernet controller: Qualcomm Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) (rev 01) Subsystem: Quanta Microsystems, Inc AR242x / AR542x Wireless Network Adapter (PCI-Express) Kernel driver in use: ath5k Kernel modules: ath5k 0f:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller oem@oem-Extensa-5220:~$
发布于 2018-04-13 11:25:42
确定蓝牙子系统的状态,您可以执行以下操作
bluez组件: sudo apt安装bluez当然,您可以确定设备的模型(例如,膝上型计算机),并在这里检查蓝牙的存在。
https://askubuntu.com/questions/1024332
复制相似问题