我有一台带有 Microsoft Bluetooth Mouse 3600 的 Samsung NP300E5L-KF1BR 笔记本电脑。它目前运行的是 Ubuntu Xenial。我也在 Ubuntu 上安装了 TLP。
自从我在这台笔记本电脑上安装了 Ubuntu 之后,鼠标就变得很怪异。在系统启动/系统唤醒时,鼠标需要一段时间才能与笔记本电脑配合使用,有时会断开连接,只有重新启动后才能使用。
昨天,设备突然断开连接并取消配对,然后尝试再次配对。它不再显示在 GUI 或 上的蓝牙配对列表中bluetoothctl
。鼠标与我的手机配合良好,手机与笔记本电脑也配对良好,因此鼠标和笔记本电脑之间一定出了问题。
答案1
我的 ThinkPad 蓝牙鼠标也遇到了类似的问题。它会与其他设备配对,并暂时与我的笔记本电脑配对,但最终会取消配对。解决方案如下:
编辑/创建文件/etc/bluetooth/input.conf
并应用以下更改:
# Configuration file for the input service
# This section contains options which are not specific to any
# particular interface
[General]
# Set idle timeout (in minutes) before the connection will
# be disconnect (defaults to 0 for no timeout)
IdleTimeout=0
#Enable HID protocol handling in userspace input profile
#Defaults to false(hidp handled in hidp kernel module)
UserspaceHID=true