[Kernel/Drive] 蓝牙鼠标连接不上
Tofloor
poster avatar
atghaiyang
deepin
2021-06-04 21:15
Author

蓝牙鼠标连接不上,蓝牙能搜到鼠标连接不上。应该是驱动问题。

Reply Favorite View the author
All Replies
deepin-mq
deepin
2021-06-04 22:57
#1

蓝牙鼠标品牌、型号

Reply View the author
windmill_knight
deepin
2021-06-05 23:20
#2

可能是bluez的问题,我的UOS 20也是连不上罗技的蓝牙鼠标,后来我把自带的bluez删了,安装了ubuntu官网的bluez包就能用了

$ dpkg -l | grep bluez

ii  bluez                                         5.55-0ubuntu1                               amd64        Bluetooth tools and daemons

ii  bluez-firmware                                1.2-4                                       all          Firmware for Bluetooth devices

ii  bluez-obexd                                   5.50.6-1+security                           amd64        bluez obex daemon

注意bluez-5.55依赖libreadline8,libreadline8这个包新版本和老版本可以共存,直接安装即可

Reply View the author
pgxppp
deepin
2021-06-06 19:03
#3
It has been deleted!
pgxppp
deepin
2021-06-06 19:46
#4
windmill_knight

可能是bluez的问题,我的UOS 20也是连不上罗技的蓝牙鼠标,后来我把自带的bluez删了,安装了ubuntu官网的bluez包就能用了

$ dpkg -l | grep bluez

ii  bluez                                         5.55-0ubuntu1                               amd64        Bluetooth tools and daemons

ii  bluez-firmware                                1.2-4                                       all          Firmware for Bluetooth devices

ii  bluez-obexd                                   5.50.6-1+security                           amd64        bluez obex daemon

注意bluez-5.55依赖libreadline8,libreadline8这个包新版本和老版本可以共存,直接安装即可

主要是bluez-obexd  

Reply View the author