Ubuntu 20.04 外接显示器在短时间后断开连接

Ubuntu 20.04 外接显示器在短时间后断开连接

我在 Dell XPS 15 9570 上运行 Ubuntu 20.04。我一直很开心地使用外接显示器,几乎没有遇到什么问题,直到今天,它突然在几分钟后开始关闭外接显示器,并且只有当我拔下电缆(通过 USBC-HDMI 运行)时才会再次识别它

之前进行的一些挖掘让我怀疑系统日志中的这个错误可能与此有关:

kernel: [ 3012.555110] [drm:intel_dp_link_training_clock_recovery [i915]] *ERROR* failed to get link status

然而,我能找到的唯一信息表明该问题已在更高版本的内核中得到修复,因此这有点死路一条!

假设没有人能从这个简短的描述中猜出问题的原因,我该如何诊断问题的真正原因呢?

编辑 /var/log/syslog 中的更多内容

Nov 13 17:10:56 linlapuk007 kernel: [ 3051.774697] pcieport 0000:00:1b.0: pciehp: Slot(20): Link Down
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.774699] pcieport 0000:00:1b.0: pciehp: Slot(20): Card not present
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.774725] pcieport 0000:02:00.0: Refused to change power state, currently in D3
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.775195] pcieport 0000:03:02.0: Refused to change power state, currently in D3
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.775283] xhci_hcd 0000:3a:00.0: Refused to change power state, currently in D3
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853014] xhci_hcd 0000:3a:00.0: Refused to change power state, currently in D3
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853038] xhci_hcd 0000:3a:00.0: Controller not ready at resume -19
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853039] xhci_hcd 0000:3a:00.0: PCI post-resume error -19!
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853042] xhci_hcd 0000:3a:00.0: HC died; cleaning up
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853055] xhci_hcd 0000:3a:00.0: remove, state 4
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853058] usb usb4: USB disconnect, device number 1
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853286] xhci_hcd 0000:3a:00.0: USB bus 4 deregistered
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853293] xhci_hcd 0000:3a:00.0: remove, state 4
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853295] usb usb3: USB disconnect, device number 1
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853503] xhci_hcd 0000:3a:00.0: Host halt failed, -19
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853509] xhci_hcd 0000:3a:00.0: Host not accessible, reset failed.
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853592] xhci_hcd 0000:3a:00.0: USB bus 3 deregistered
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853809] pcieport 0000:03:01.0: Refused to change power state, currently in D3
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.853989] pcieport 0000:03:00.0: Refused to change power state, currently in D3
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.854817] pci_bus 0000:04: busn_res: [bus 04] is released
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.854896] pci_bus 0000:05: busn_res: [bus 05-39] is released
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.855085] pci_bus 0000:3a: busn_res: [bus 3a] is released
Nov 13 17:10:56 linlapuk007 kernel: [ 3051.855142] pci_bus 0000:03: busn_res: [bus 03-3a] is released

相关内容