我已经安装了 Ubuntu 20.04,但蓝牙对我不起作用。但是如果我从 USB 启动它,它可以在实时会话中工作。有人可以帮我吗?
systemctl | grep -i blue
输出:
sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d14-1\x2d14:1.0-bluetooth-hci0.device loaded active plugged /sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/bluetooth/hci0
sys-subsystem-bluetooth-devices-hci0.device loaded active plugged /sys/subsystem/bluetooth/devices/hci0
bluetooth.service loaded active running Bluetooth service
bluetooth.target loaded active active Bluetooth
Run Code Online (Sandbox Code Playgroud)
dmesg | grep -i blue
输出:
[ 2.309059] Bluetooth: Core ver 2.22
[ 2.309071] Bluetooth: HCI device and connection manager initialized
[ 2.309073] Bluetooth: HCI socket layer initialized
[ 2.309074] Bluetooth: L2CAP socket layer initialized
[ 2.309076] Bluetooth: SCO socket layer initialized
[ 3.413708] Bluetooth: BNEP (Ethernet Emulation) …
Run Code Online (Sandbox Code Playgroud) 我不知道如何,但不知何故意外启用了 USB 设备的自动关机功能。现在,即使我的 USB 鼠标闲置 2-3 秒,它也会熄灭。这真的很烦人。
这发生在我安装powertop
和powernap
. 可能跟这两个应用有关吧。
如何禁用此“功能”?
这与无线鼠标在电池供电时暂时冻结(睡眠)中讨论的问题有关。
总结:鼠标在使用电池时会冻结,因为它会在一段时间后自动暂停并且需要更多时间来唤醒。
在PowerTOP 中禁用鼠标接收器的 USB 自动挂起是一种临时解决方案,但它不会在重新启动后继续存在。
如何仅对一台特定设备永久禁用 USB 自动挂起?
不涉及安装额外包的解决方案是首选(毕竟,我想禁用某些东西),但这不是必需的。删除 PowerTOP(这似乎是某些人的解决方案)不是我想要的 - 我喜欢 PowerTOP ...
安装laptop-mode-tools
以完全禁用 USB 自动挂起也不是我想要的,因此是新问题。
另外:这会影响我笔记本的电池吗?用于鼠标的罗技统一接收器始终保持连接状态,因此如果这可以防止所有设备发生自动挂起,那可能会很糟糕。
我有一个 HP pavillion g6,运行 Xubuntu 14.04 64 位。我有 3 个 USB 端口。出于某种原因,其中 2 个今天早上停止了工作。
我已经xserver-xorg-input-all
安装了,按照这里的说明没有用。我的笔记本电脑已更新并升级到最新版本。lsusb
产出
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0a5c:21e3 Broadcom Corp. HP Portable Valentine
Bus 001 Device 005: ID 2188:0ae1
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
Run Code Online (Sandbox Code Playgroud)
我试过 Manjaro live cd,所有端口都在工作。不是有 USB 端口的错误日志,所以我可以看到发生了什么? …
我的有线鼠标、无线鼠标、有线键盘(全部通过 USB)每隔一段时间就会冻结几秒钟。发生这种情况时,日志中不会显示任何内容,并且笔记本电脑触摸板和键盘在 USB 设备被冻结时仍然可以正常工作。
我怎样才能解决这个问题?
Dell Latitude E7470,Ubuntu 17.04,内核 4.9.45-040945(我无法使用更高版本)。