DA200 适配器之前出现过问题,即 HDMI/DVI 端口在 Linux 上无法工作(请参阅这里)。然而,4.5 内核更新应该可以解决这个问题。
但是现在,适配器上的 USB 端口停止工作,因此我无法连接鼠标/键盘。在 上lsusb
,适配器显示为以下之一:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
不确定是哪一个,也不确定为什么它会添加 2 个这样的总线设备(不管它们是什么)。
它的 HDMI 和以太网端口似乎可以工作。我正在运行内核4.18.16-041816-generic
。我认为它是在我尝试使用新键盘/鼠标(使用适配器上的 USB 插槽)时启动的。它是否可能试图安装一个现在正在干扰其工作的驱动程序?
我想知道是否有人知道我该如何开始排除故障。例如,有没有办法检查插入某些东西时适配器上的哪些端口被“识别”?或者它知道哪些设备已插入?
根据 @chilli555 的建议,我运行tail -f /var/log/syslog
,等待几秒钟,然后进入设备 - 使用屏幕的 HDMI、鼠标的 USB-3(不工作)和连接到设备的以太网电缆。顺便说一句,我现在注意到以太网电缆也无法使用。我得到了以下长输出(抱歉):
Dec 26 18:40:08 telesto kernel: [14294.945349] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
Dec 26 18:40:08 telesto kernel: [14294.945365] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Dec 26 18:40:08 telesto kernel: [14294.945380] pcieport 0000:00:1c.4: device [8086:9d14] error status/mask=00000001/00002000
Dec 26 18:40:08 telesto kernel: [14294.945390] pcieport 0000:00:1c.4: [ 0] Receiver Error (First)
Dec 26 18:40:08 telesto kernel: [14295.021503] pcieport 0000:03:00.0: Refused to change power state, currently in D3
Dec 26 18:40:08 telesto kernel: [14295.023988] pci_bus 0000:04: busn_res: [bus 04] is released
Dec 26 18:40:08 telesto kernel: [14295.024122] pci_bus 0000:05: busn_res: [bus 05-37] is released
Dec 26 18:40:08 telesto kernel: [14295.024222] pci_bus 0000:38: busn_res: [bus 38] is released
Dec 26 18:40:08 telesto kernel: [14295.026080] pci_bus 0000:39: busn_res: [bus 39-6c] is released
Dec 26 18:40:08 telesto kernel: [14295.026266] pci_bus 0000:03: busn_res: [bus 03-6c] is released
插入设备后:
Dec 26 18:40:15 telesto /usr/lib/gdm3/gdm-x-session[1608]: (II) modeset(0): EDID vendor "CMN", prod id 4967
Dec 26 18:40:15 telesto /usr/lib/gdm3/gdm-x-session[1608]: (II) modeset(0): Printing DDC gathered Modelines:
Dec 26 18:40:15 telesto /usr/lib/gdm3/gdm-x-session[1608]: (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1966 1996 2080 1080 1082 1086 1112 +hsync -vsync (66.7 kHz eP)
Dec 26 18:40:15 telesto /usr/lib/gdm3/gdm-x-session[1608]: (II) modeset(0): Modeline "1920x1080"x0.0 92.52 1920 1966 1996 2080 1080 1082 1086 1112 +hsync -vsync (44.5 kHz e)
Dec 26 18:40:15 telesto /usr/lib/gdm3/gdm-x-session[1608]: (--) modeset(0): HDMI max TMDS frequency 225000KHz
Dec 26 18:40:15 telesto /usr/lib/gdm3/gdm-x-session[1608]: (II) modeset(0): Allocate new frame buffer 4480x1080 stride
Dec 26 18:40:15 telesto kernel: [14302.364091] pci 0000:02:00.0: [8086:15d3] type 01 class 0x060400
Dec 26 18:40:15 telesto kernel: [14302.364188] pci 0000:02:00.0: enabling Extended Tags
Dec 26 18:40:15 telesto kernel: [14302.364326] pci 0000:02:00.0: supports D1 D2
Dec 26 18:40:15 telesto kernel: [14302.364330] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 26 18:40:15 telesto kernel: [14302.365087] pci 0000:03:00.0: [8086:15d3] type 01 class 0x060400
Dec 26 18:40:15 telesto kernel: [14302.365184] pci 0000:03:00.0: enabling Extended Tags
Dec 26 18:40:15 telesto kernel: [14302.365321] pci 0000:03:00.0: supports D1 D2
Dec 26 18:40:15 telesto kernel: [14302.365326] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 26 18:40:15 telesto kernel: [14302.365545] pci 0000:03:01.0: [8086:15d3] type 01 class 0x060400
Dec 26 18:40:15 telesto kernel: [14302.365640] pci 0000:03:01.0: enabling Extended Tags
Dec 26 18:40:15 telesto kernel: [14302.365789] pci 0000:03:01.0: supports D1 D2
Dec 26 18:40:15 telesto kernel: [14302.365795] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 26 18:40:15 telesto kernel: [14302.366062] pci 0000:03:02.0: [8086:15d3] type 01 class 0x060400
Dec 26 18:40:15 telesto kernel: [14302.366164] pci 0000:03:02.0: enabling Extended Tags
Dec 26 18:40:15 telesto kernel: [14302.366315] pci 0000:03:02.0: supports D1 D2
Dec 26 18:40:15 telesto kernel: [14302.366320] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 26 18:40:15 telesto kernel: [14302.366615] pci 0000:03:04.0: [8086:15d3] type 01 class 0x060400
Dec 26 18:40:15 telesto kernel: [14302.366719] pci 0000:03:04.0: enabling Extended Tags
Dec 26 18:40:15 telesto kernel: [14302.366877] pci 0000:03:04.0: supports D1 D2
Dec 26 18:40:15 telesto kernel: [14302.366883] pci 0000:03:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 26 18:40:15 telesto kernel: [14302.367373] pci 0000:02:00.0: PCI bridge to [bus 03-6c]
Dec 26 18:40:15 telesto kernel: [14302.367394] pci 0000:02:00.0: bridge window [mem 0xac000000-0xda0fffff]
Dec 26 18:40:15 telesto kernel: [14302.367408] pci 0000:02:00.0: bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
Dec 26 18:40:15 telesto kernel: [14302.367637] pci 0000:03:00.0: PCI bridge to [bus 04]
Dec 26 18:40:15 telesto kernel: [14302.367657] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
Dec 26 18:40:15 telesto kernel: [14302.367862] pci 0000:03:01.0: PCI bridge to [bus 05-37]
Dec 26 18:40:15 telesto kernel: [14302.367881] pci 0000:03:01.0: bridge window [mem 0xac000000-0xc3efffff]
Dec 26 18:40:15 telesto kernel: [14302.367896] pci 0000:03:01.0: bridge window [mem 0x60000000-0x7fffffff 64bit pref]
Dec 26 18:40:15 telesto kernel: [14302.368162] pci 0000:38:00.0: [8086:15d4] type 00 class 0x0c0330
Dec 26 18:40:15 telesto kernel: [14302.368222] pci 0000:38:00.0: reg 0x10: [mem 0xc3f00000-0xc3f0ffff]
Dec 26 18:40:15 telesto kernel: [14302.368346] pci 0000:38:00.0: enabling Extended Tags
Dec 26 18:40:15 telesto kernel: [14302.368533] pci 0000:38:00.0: supports D1 D2
Dec 26 18:40:15 telesto kernel: [14302.368540] pci 0000:38:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 26 18:40:15 telesto kernel: [14302.368955] pci 0000:03:02.0: PCI bridge to [bus 38]
Dec 26 18:40:15 telesto kernel: [14302.368975] pci 0000:03:02.0: bridge window [mem 0xc3f00000-0xc3ffffff]
Dec 26 18:40:15 telesto kernel: [14302.369187] pci 0000:03:04.0: PCI bridge to [bus 39-6c]
Dec 26 18:40:15 telesto kernel: [14302.369206] pci 0000:03:04.0: bridge window [mem 0xc4000000-0xd9ffffff]
Dec 26 18:40:15 telesto kernel: [14302.369221] pci 0000:03:04.0: bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
Dec 26 18:40:15 telesto kernel: [14302.369278] pci_bus 0000:03: Allocating resources
Dec 26 18:40:15 telesto kernel: [14302.369346] pci 0000:03:01.0: bridge window [io 0x1000-0x0fff] to [bus 05-37] add_size 1000
Dec 26 18:40:15 telesto kernel: [14302.369368] pci 0000:03:02.0: bridge window [io 0x1000-0x0fff] to [bus 38] add_size 1000
Dec 26 18:40:15 telesto kernel: [14302.369377] pci 0000:03:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 38] add_size 200000 add_align 100000
Dec 26 18:40:15 telesto kernel: [14302.369397] pci 0000:03:04.0: bridge window [io 0x1000-0x0fff] to [bus 39-6c] add_size 1000
Dec 26 18:40:15 telesto kernel: [14302.369419] pci 0000:02:00.0: bridge window [io 0x1000-0x0fff] to [bus 03-6c] add_size 3000
Dec 26 18:40:15 telesto kernel: [14302.369431] pci 0000:02:00.0: BAR 13: no space for [io size 0x3000]
Dec 26 18:40:15 telesto kernel: [14302.369437] pci 0000:02:00.0: BAR 13: failed to assign [io size 0x3000]
Dec 26 18:40:15 telesto kernel: [14302.369444] pci 0000:02:00.0: BAR 13: no space for [io size 0x3000]
Dec 26 18:40:15 telesto kernel: [14302.369450] pci 0000:02:00.0: BAR 13: failed to assign [io size 0x3000]
Dec 26 18:40:15 telesto kernel: [14302.369469] pci 0000:03:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Dec 26 18:40:15 telesto kernel: [14302.369475] pci 0000:03:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Dec 26 18:40:15 telesto kernel: [14302.369481] pci 0000:03:01.0: BAR 13: no space for [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369486] pci 0000:03:01.0: BAR 13: failed to assign [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369492] pci 0000:03:02.0: BAR 13: no space for [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369497] pci 0000:03:02.0: BAR 13: failed to assign [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369503] pci 0000:03:04.0: BAR 13: no space for [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369508] pci 0000:03:04.0: BAR 13: failed to assign [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369517] pci 0000:03:04.0: BAR 13: no space for [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369522] pci 0000:03:04.0: BAR 13: failed to assign [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369532] pci 0000:03:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Dec 26 18:40:15 telesto kernel: [14302.369537] pci 0000:03:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Dec 26 18:40:15 telesto kernel: [14302.369543] pci 0000:03:02.0: BAR 13: no space for [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369549] pci 0000:03:02.0: BAR 13: failed to assign [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369559] pci 0000:03:01.0: BAR 13: no space for [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369564] pci 0000:03:01.0: BAR 13: failed to assign [io size 0x1000]
Dec 26 18:40:15 telesto kernel: [14302.369571] pci 0000:03:00.0: PCI bridge to [bus 04]
Dec 26 18:40:15 telesto kernel: [14302.369584] pci 0000:03:00.0: bridge window [mem 0xda000000-0xda0fffff]
Dec 26 18:40:15 telesto kernel: [14302.369602] pci 0000:03:01.0: PCI bridge to [bus 05-37]
Dec 26 18:40:15 telesto kernel: [14302.369614] pci 0000:03:01.0: bridge window [mem 0xac000000-0xc3efffff]
Dec 26 18:40:15 telesto kernel: [14302.369624] pci 0000:03:01.0: bridge window [mem 0x60000000-0x7fffffff 64bit pref]
Dec 26 18:40:15 telesto kernel: [14302.369639] pci 0000:03:02.0: PCI bridge to [bus 38]
Dec 26 18:40:15 telesto kernel: [14302.369650] pci 0000:03:02.0: bridge window [mem 0xc3f00000-0xc3ffffff]
Dec 26 18:40:15 telesto kernel: [14302.369668] pci 0000:03:04.0: PCI bridge to [bus 39-6c]
Dec 26 18:40:15 telesto kernel: [14302.369680] pci 0000:03:04.0: bridge window [mem 0xc4000000-0xd9ffffff]
Dec 26 18:40:15 telesto kernel: [14302.369690] pci 0000:03:04.0: bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
Dec 26 18:40:15 telesto kernel: [14302.369703] pci 0000:02:00.0: PCI bridge to [bus 03-6c]
Dec 26 18:40:15 telesto kernel: [14302.369715] pci 0000:02:00.0: bridge window [mem 0xac000000-0xda0fffff]
Dec 26 18:40:15 telesto kernel: [14302.369724] pci 0000:02:00.0: bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
Dec 26 18:40:15 telesto kernel: [14302.380080] xhci_hcd 0000:38:00.0: xHCI Host Controller
Dec 26 18:40:15 telesto kernel: [14302.380102] xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 3
Dec 26 18:40:15 telesto kernel: [14302.381314] xhci_hcd 0000:38:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Dec 26 18:40:15 telesto kernel: [14302.381811] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
Dec 26 18:40:15 telesto kernel: [14302.381818] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 26 18:40:15 telesto kernel: [14302.381824] usb usb3: Product: xHCI Host Controller
Dec 26 18:40:15 telesto kernel: [14302.381830] usb usb3: Manufacturer: Linux 4.18.16-041816-generic xhci-hcd
Dec 26 18:40:15 telesto kernel: [14302.381835] usb usb3: SerialNumber: 0000:38:00.0
Dec 26 18:40:15 telesto kernel: [14302.383505] hub 3-0:1.0: USB hub found
Dec 26 18:40:15 telesto kernel: [14302.383534] hub 3-0:1.0: 2 ports detected
Dec 26 18:40:15 telesto kernel: [14302.385652] xhci_hcd 0000:38:00.0: xHCI Host Controller
Dec 26 18:40:15 telesto kernel: [14302.385667] xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 4
Dec 26 18:40:15 telesto kernel: [14302.385679] xhci_hcd 0000:38:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Dec 26 18:40:15 telesto kernel: [14302.385794] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
Dec 26 18:40:15 telesto kernel: [14302.385800] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 26 18:40:15 telesto kernel: [14302.385806] usb usb4: Product: xHCI Host Controller
Dec 26 18:40:15 telesto kernel: [14302.385811] usb usb4: Manufacturer: Linux 4.18.16-041816-generic xhci-hcd
Dec 26 18:40:15 telesto kernel: [14302.385816] usb usb4: SerialNumber: 0000:38:00.0
Dec 26 18:40:15 telesto kernel: [14302.388391] hub 4-0:1.0: USB hub found
Dec 26 18:40:15 telesto kernel: [14302.388420] hub 4-0:1.0: 2 ports detected
Dec 26 18:40:15 telesto upowerd[1169]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:38:00.0/usb4/4-0:1.0
Dec 26 18:40:15 telesto upowerd[1169]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:38:00.0/usb4
Dec 26 18:40:15 telesto upowerd[1169]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:38:00.0/usb3/3-0:1.0
Dec 26 18:40:15 telesto upowerd[1169]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/0000:03:02.0/0000:38:00.0/usb3
Dec 26 18:40:17 telesto /usr/lib/gdm3/gdm-x-session[1608]: (II) modeset(0): EDID vendor "CMN", prod id 4967
Dec 26 18:40:17 telesto /usr/lib/gdm3/gdm-x-session[1608]: (II) modeset(0): Printing DDC gathered Modelines:
Dec 26 18:40:17 telesto /usr/lib/gdm3/gdm-x-session[1608]: (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1966 1996 2080 1080 1082 1086 1112 +hsync -vsync (66.7 kHz eP)
Dec 26 18:40:17 telesto /usr/lib/gdm3/gdm-x-session[1608]: (II) modeset(0): Modeline "1920x1080"x0.0 92.52 1920 1966 1996 2080 1080 1082 1086 1112 +hsync -vsync (44.5 kHz e)
Dec 26 18:40:17 telesto /usr/lib/gdm3/gdm-x-session[1608]: (--) modeset(0): HDMI max TMDS frequency 225000KHz
更新:
当我已经安装好适配器并插入以太网电缆时, 上没有任何新注册tail -f /var/log/syslog
。另一方面,当我插入 HDMI 电缆时,会有很多活动。我注意到 中的这条消息tail -f /var/log/syslog
是随机出现的(不是在插入某些东西之后):
Dec 27 12:04:45 telesto kernel: [31045.087212] usb usb4-port1: Cannot enable. Maybe the USB cable is bad?
当我仅将 USB 电缆插入适配器端口时,我得到没有新的输出/var/log/syslog
。