首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >惠普15-r212nl Ubuntu 14.04蓝牙找不到设备

惠普15-r212nl Ubuntu 14.04蓝牙找不到设备
EN

Ask Ubuntu用户
提问于 2015-04-22 10:32:28
回答 1查看 567关注 0票数 0

在我的笔记本上蓝牙不工作,我找不到它与我的手机,即使蓝牙在笔记本上是打开。

lsusb产出:

代码语言:javascript
复制
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 

dmesg (?)

代码语言:javascript
复制
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
EN

回答 1

Ask Ubuntu用户

发布于 2015-04-25 12:28:32

代码语言:javascript
复制
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

重新启动

如果更新安装了新内核,如果新内核还不支持您的设备,则蓝牙可能会失败。当这种情况发生时

代码语言:javascript
复制
cd rtlwifi_new
make clean
make
sudo make install
cd ~/rtl8723au_bt-troy
make clean
make
sudo make install

然后重新启动

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/612399

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档