我在使用 Ubuntu 16.04 的 Dell XPS 13 上的 wifi 连接出现问题,并在此处提出了一个问题。在诊断过程中,我在 /var/log/syslog 中发现了以下错误:
Jan 17 09:49:56 roald-XPS-13-9360 kernel: [ 6206.032565] [drm:intel_pipe_update_end [i915_bpo]] *ERROR* Atomic update failure on pipe A (start=198476 end=198477) time 162 us, min 894, max 899, scanline start 892, end 901
Run Code Online (Sandbox Code Playgroud)
我试图用谷歌搜索它,但我没有找到解决方案。有任何想法吗?
我有一个双启动(在不安全模式下)DELL XPS 13 9360 和 Windows 10 和 Ubuntu 16.04。我在 Ubuntu 中通过 WiFi 断开了互联网连接。它说我仍然有 WiFi 连接,但是当我尝试加载网页时它不起作用。重新连接 WiFi 后,它再次工作。
我在 Windows 下没有发现任何问题,但我也不经常使用它。
我收到以下错误消息:
$ dmesg | grep ath10k
[ 4.205120] ath10k_pci 0000:3a:00.0: enabling device (0000 -> 0002)
[ 4.208595] ath10k_pci 0000:3a:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
[ 4.451852] ath10k_pci 0000:3a:00.0: Direct firmware load for ath10k/cal-pci-0000:3a:00.0.bin failed with error -2
[ 4.452298] ath10k_pci 0000:3a:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
[ 4.452302] ath10k_pci 0000:3a:00.0: could …Run Code Online (Sandbox Code Playgroud)