我的 ASUS UX305 在 ubuntu 16.04 上启动非常慢,显然是由于蓝牙。以下是 dmesg 输出:
[ 8.784060] Bluetooth: hci0 command 0xfc8e tx timeout [ 8.784060] Bluetooth: hci0 command 0xfc8e tx timeout [ 8.784115] Bluetooth: hci0 sending frame failed (-19) [ 10.788137] Bluetooth: hci0 command 0xfc11 tx timeout [ 16.780341] Bluetooth: hci0 exiting Intel manufacturer mode failed (-110) [ 96.823524] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
它启动速度非常快,在 Windows 上启动仍然很快。
我尝试关闭蓝牙,但没有成功
谁知道问题可能出在哪里?
谢谢
答案1
好的,我的问题解决了,这是由于分区损坏导致操作系统无法安装,并等待了 1.5 分钟才启动。从那时起蓝牙似乎启动正常,但我不知道为什么。
答案2
在 Ubuntu 16.04 上使用 Gparted 调整分区大小以适应 Windows 10 的双启动后,我遇到了同样的问题(启动缓慢并且 dmesg 的输出由于某种原因指向蓝牙)。
在配置双启动的过程中,交换分区被删除并重新创建,但 UUID 变量一直/etc/fstab
指向已删除的分区。修复此问题后,启动时间恢复正常。
我找到了答案这里。