You are not logged in.
Pages: 1
I'm trying to set up a Thinkpad Dock to work with my Dell XPS 15 9560. I can charge the laptop through the power delivery from the hub, but nothing else works. I've updated my Dell firmware, ran
sudo pacman -Syu, and tried both none and user device authentication settings in the BIOS. The dock light glows amber, meaning it is on and has power, but does not detect that it is connected to a computer.
When trying to use tbt:
$ tbtadm devices
Exception: boost::filesystem::directory_iterator::construct: No such file or directory: "/sys/bus/thunderbolt/devices"Output from
journalctl -fwhen I unplug the dock:
$ journalctl -f
xhci_hcd 0000:3e:00.0: xHCI host controller not responding, assume dead
Feb 15 18:40:33 finally kernel: xhci_hcd 0000:3e:00.0: HC died; cleaning up
Feb 15 18:40:33 finally kernel: xhci_hcd 0000:3e:00.0: Host halt failed, -19
Feb 15 18:40:33 finally kernel: xhci_hcd 0000:3e:00.0: Host not accessible, reset failed.Output from
journalctl -fwhen I PLUG IN the dock:
$ journalctl -f
ACPI BIOS Error (bug): Failure creating named object [\_GPE.XTBT.SPRT], AE_ALREADY_EXISTS (20190816/dswload2-326)
Feb 15 18:42:23 finally kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
Feb 15 18:42:23 finally kernel: ACPI Error: Aborting method \_GPE.XTBT due to previous error (AE_ALREADY_EXISTS) (20190816/psparse-529)
Feb 15 18:42:23 finally kernel: ACPI Error: Aborting method \_GPE.XTBT due to previous error (AE_ALREADY_EXISTS) (20190816/psparse-529)
Feb 15 18:42:23 finally kernel: ACPI Error: Aborting method \_GPE._E42 due to previous error (AE_ALREADY_EXISTS) (20190816/psparse-529)
Feb 15 18:42:23 finally kernel: ACPI Error: AE_ALREADY_EXISTS, while evaluating GPE method [_E42] (20190816/evgpe-511)$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 0451:ace1 Texas Instruments, Inc. ThinkPad Thunderbolt 3 dock Billboard controller
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0cf3:e301 Qualcomm Atheros Communications
Bus 001 Device 003: ID 1bcf:2b95 Sunplus Innovation Technology Inc. Integrated_Webcam_HD
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub$ sudo boltctl list
$$ sudo systemctl status bolt.service
● bolt.service - Thunderbolt system service
Loaded: loaded (/usr/lib/systemd/system/bolt.service; static)
Active: active (running) since Mon 2021-02-15 18:45:30 EST; 49s ago
Docs: man:boltd(8)
Main PID: 10732 (boltd)
Status: "authmode: enabled, force-power: off"
Tasks: 3 (limit: 19017)
Memory: 2.5M
CGroup: /system.slice/bolt.service
└─10732 /usr/lib/boltd
Feb 15 18:45:30 finally boltd[10732]: [d6010000-0071-domain0 ] udev: failed to determine if uid is stable: unknown NHI PCI id '0x1575'$ cat /etc/udev/rules.d/99-removable.rules
ACTION=="add", SUBSYSTEM=="thunderbolt", ATTR{authorized}=="0", ATTR{authorized}="1"I'm not a hardware expert, but I feel like there is a step I am missing on setting up a thunderbolt 3 dock. Any help/guidance is greatly appreciated. In particular, it seems that the tbt error,
No such file or directory: "/sys/bus/thunderbolt/devices"is of particular importance, but I'm not sure where to go from here.
Offline
Pages: 1