ubuntu16.04蓝牙问题
-
- 帖子: 7
- 注册时间: 2016-09-18 16:08
- 系统: ubuntu
ubuntu16.04蓝牙问题
装了win10和ubuntu16.04lts双系统,win10上面能正常使用蓝牙,但是ubuntu里面显示检测不到蓝牙适配器。
- vickycq
- 帖子: 4507
- 注册时间: 2011-03-20 13:12
- 系统: Debian
- 来自: 山东省寿光县
- 联系:
Re: ubuntu16.04蓝牙问题
执行以下指令将结果全部复制贴上来
代码: 全选
uname -a
lspci -knn | grep -iA2 net
sudo lshw -numeric -C net
dmesg | grep -i blue
sudo hciconfig -a
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
欢迎所有 Debian GNU/Linux 用户
-
- 帖子: 7
- 注册时间: 2016-09-18 16:08
- 系统: ubuntu
Re: ubuntu16.04蓝牙问题
vickycq 写了:执行以下指令将结果全部复制贴上来代码: 全选
uname -a lspci -knn | grep -iA2 net sudo lshw -numeric -C net dmesg | grep -i blue sudo hciconfig -a
代码: 全选
Linux GC-Linux 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
代码: 全选
08:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
DeviceName: Ralink WLAN Ralink RT3290LE Roma 802.11bgn 1x1Wi-Fi + BT4.0 com
Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
--
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 08)
DeviceName: Realtek PCIe FE Family Controller
Subsystem: Hewlett-Packard Company RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [103c:2162]
Kernel driver in use: r8169
Kernel modules: r8169
代码: 全选
*-network DISABLED
description: Wireless interface
product: RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
vendor: Ralink corp. [1814]
physical id: 0
bus info: pci@0000:08:00.0
logical name: wlo1
version: 00
serial: 48:5a:b6:1e:bd:87
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rt2800pci driverversion=4.4.0-38-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:18 memory:c2610000-c261ffff
*-network
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10EC:8136]
vendor: Realtek Semiconductor Co., Ltd. [10EC]
physical id: 0
bus info: pci@0000:09:00.0
logical name: eno1
version: 08
serial: a0:d3:c1:65:b2:76
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-2_0.0.1 04/23/13 ip=192.168.1.212 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:43 ioport:4000(size=256) memory:c2504000-c2504fff memory:c2500000-c2503fff
- vickycq
- 帖子: 4507
- 注册时间: 2011-03-20 13:12
- 系统: Debian
- 来自: 山东省寿光县
- 联系:
Re: ubuntu16.04蓝牙问题
尝试使用此驱动 https://github.com/f1u77y/rtbthgkao 写了:08:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
可能无法稳定工作
其它网友的经验 参考 https://bugs.launchpad.net/bluetooth/+bug/1189721
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
欢迎所有 Debian GNU/Linux 用户