全新安装的戴尔 xps 上无法通过 rfkill 列表检测到蓝牙

全新安装的戴尔 xps 上无法通过 rfkill 列表检测到蓝牙

当我拉起蓝牙时,切换按钮被禁用。

description: Wireless interface
   product: BCM43602 802.11ac Wireless LAN SoC
   vendor: Broadcom Inc. and subsidiaries
   physical id: 0
   bus info: pci@0000:02:00.0
   logical name: wlp2s0
   version: 01
   serial: 44:1c:a8:e2:e6:75
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
   configuration: broadcast=yes driver=brcmfmac driverversion=7.35.177.61 firmware=01-ea662a8c ip=10.0.0.79 latency=0 multicast=yes wireless=IEEE 802.11
   resources: irq:137 memory:dd800000-dd807fff memory:dd400000-dd7fffff

[sudo] password for me: 

● bluetooth.service - 蓝牙服务 已加载:已加载(/lib/systemd/system/bluetooth.service;已启用;供应商预设 活动:未活动(已停止) 文档:man:bluetoothd(8)

答案1

从:打开或关闭蓝牙

您可以打开蓝牙以连接到其他蓝牙设备,也可以关闭蓝牙以节省电量。要打开蓝牙:

  • 打开活动概述并开始输入Bluetooth

  • 单击蓝牙打开面板。

  • 将顶部的开关设置为ON

许多笔记本电脑都有硬件开关或组合键来打开和关闭蓝牙。寻找计算机上的开关或键盘上的按键。键盘按键通常借助按键来访问Fn


从这个答案中:

你可以试试:

sudo apt-get purge bcmwl-kernel-source
sudo apt update
sudo update-pciids
sudo apt install firmware-b43-installer
sudo reboot #note that this will restart your computer
sudo iwconfig wlp2s0 txpower 10dBm

相关内容