我一直在有问题的笔记本电脑上运行Windows 8,并且蓝牙没有问题。但是,在安装Ubuntu 18.10之后-如果转到设置->蓝牙-您会收到“找不到蓝牙”
/etc/init.d/bluetooth start successfull no complains
ps -e|grep blue //shows bluetoothd running
lspci -nnk | grep -iA2 net; lsusb; hciconfig -a; dmesg | egrep -i 'blue|firm'
Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1
Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
Kernel driver in use: rt2800pci
[ 4409.894028] Bluetooth: Core ver 2.22
[ 4409.894064] Bluetooth: HCI device and connection manager initialized
[ 4409.894070] Bluetooth: HCI socket layer initialized
[ 4409.894073] Bluetooth: L2CAP socket layer initialized
[ 4409.894082] Bluetooth: SCO socket layer initialized
[ 4717.903128] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4717.903131] Bluetooth: BNEP filters: protocol multicast
[ 4717.903139] Bluetooth: BNEP socket layer initialized
上面显示了rt2800pci作为模块
lsmod|grep rt
rt2800pci 16384 0
下一步:
rfkill list all
返回:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
因此,蓝牙已与工作正常的无线网卡集成在一起。 蓝牙守护进程运行良好。 该模块已列出。
为什么您认为Ubuntu无法识别蓝牙,并向我提供“找不到蓝牙”信息?
答案 0 :(得分:0)
在我进行更新后,然后在关闭蓝牙后,当我重新打开蓝牙时,它就停止了处理该消息的工作。
解决方案是重新启动计算机。