我的笔记本电脑上的蓝牙不起作用,即使笔记本电脑上的蓝牙已打开,我也无法用手机找到它。
系统盘输出:
Bus 001 Device 002: ID 8087:8001 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 0bda:5776 Realtek Semiconductor Corp.
Bus 002 Device 002: ID 0bda:b001 Realtek Semiconductor Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
消息(?)
bluetooth 391136 22 bnep,btusb,rfcomm [ 15.554813]
rtl8723be: Using firmware rtlwifi/rtl8723befw.bin [ 2.984593]
usb 2-4: Product: Bluetooth Radio [ 15.228764] Bluetooth: Core ver 2.17 [ 15.228798]
Bluetooth: HCI device and connection manager initialized [15.228804]
Bluetooth: HCI socket layer initialized [ 15.228807] Bluetooth: L2CAP-socket layer initialized [ 15.228813]
Bluetooth: SCO socket layer initialized [ 20.912079]
Bluetooth: RFCOMM TTY layer initialized [ 20.912088]
Bluetooth: RFCOMM socket layer initialized [ 20.912094]
Bluetooth: RFCOMM ver 1.11 [ 20.960137]
Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 20.960140]
Bluetooth: BNEP filters: protocol multicast [ 20.960148]
Bluetooth: BNEP socket layer initialized
答案1
sudo apt-get install git build-essential linux-headers-generic
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
cd ~
git clone -b troy https://github.com/lwfinger/rtl8723au_bt.git
cd rtl8723au_bt-troy
make
sudo make install
重启
如果更新安装了新内核,而新内核尚不支持您的设备,您的蓝牙可能会失败。当发生这种情况时
cd rtlwifi_new
make clean
make
sudo make install
cd ~/rtl8723au_bt-troy
make clean
make
sudo make install
然后重启