Ubuntu 14.04 蓝牙鼠标随着时间的推移而滞后

4xy*_*4xy 4 mouse bluetooth 14.04

我有

$ cat /proc/version
Linux version 3.13.0-62-generic (buildd@lgw01-59) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #102-Ubuntu SMP Tue Aug 11 14:29:36 UTC 2015
Run Code Online (Sandbox Code Playgroud)

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:    14.04
Codename:   trusty
Run Code Online (Sandbox Code Playgroud)

而且我的蓝牙鼠标有时也开始滞后。这种恶化可能需要大约一天的时间,之后它就会停止滞后并正常工作。看起来像慢性病。

它位于 HP-Envy 6-1154er 上。

我在网上发现了类似的问题,但没有得到解答。真是烦人的事情。

有任何想法吗?

更新

$ lspci -nnk | grep -iA2 net; lsusb
01:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0a)
Subsystem: Hewlett-Packard Company Device [103c:1896]
Kernel driver in use: r8169
02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2230 [8086:0887] (rev c4)
Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN [8086:4062]
Kernel driver in use: iwlwifi
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 8087:07da Intel Corp. 
Bus 001 Device 003: ID 064e:c336 Suyin Corp. 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 1a2c:0e24 China Resource Semico Co., Ltd 
Bus 003 Device 003: ID 152d:2329 JMicron Technology Corp. / JMicron USA Technology Corp. JM20329 SATA Bridge
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Run Code Online (Sandbox Code Playgroud)

Pil*_*ot6 7

在终端运行

sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi bt_coex_active=0"
Run Code Online (Sandbox Code Playgroud)

并重新启动。

蓝牙共存技术iwlwifi不好,让事情变得更糟。