Howto make HP thunderbolt docking station work

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Locked
mjskier

Howto make HP thunderbolt docking station work

Post by mjskier »

I had issues with an HP thunderbolt docking station on an HP Zbook studio G5.
Even though the thunderbold module was loaded, USB mouse and network interface didn't work.

It turns out that by default thunderbolt devices are not enabled.
To get it to work I

Code: Select all

sudo apt-get install bolt
That gives you the boltctl command. Without argument it shows you the status of the thunderbolt device. Notice the status: connected

Code: Select all

$ boltctl
 ● HP Thunderbolt Dock G2
   ├─ type:          peripheral
   ├─ name:          Thunderbolt Dock G2
   ├─ vendor:        HP
   ├─ uuid:          00323a4c-0560-f000-ffff-ffffffffffff
   ├─ status:        connected
   │  ├─ domain:     domain0
   │  └─ authflags:  none
   ├─ connected:     Sat 17 Aug 2019 04:08:29 AM UTC
   └─ stored:        no
Enable the device using the uuid:

Code: Select all

sudo boltctl enroll --policy auto 00323a4c-0560-f000-ffff-ffffffffffff
The docking station is now enabled and my wireless USB mouse (with the dongle plugged in the dock) now works.

Code: Select all

HP Thunderbolt Dock G2
   ├─ type:          peripheral
   ├─ name:          Thunderbolt Dock G2
   ├─ vendor:        HP
   ├─ uuid:          00323a4c-0560-f000-ffff-ffffffffffff
   ├─ dbus path:     /org/freedesktop/bolt/devices/00323a4c_0560_f000_ffff_ffffffffffff
   ├─ status:        authorized
   │  ├─ domain:     domain0
   │  ├─ parent:     c7010000-0050-541e-03fe-a416aac34122
   │  ├─ syspath:    /sys/devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:00.0/0000:07:00.0/domain0/0-0/0-1
   │  └─ authflags:  none
   ├─ authorized:    Sat 17 Aug 2019 04:32:16 AM UTC
   ├─ connected:     Sat 17 Aug 2019 04:08:29 AM UTC
   └─ stored:        Sat 17 Aug 2019 04:32:16 AM UTC
      ├─ policy:     auto
      └─ key:        no

Last edited by xenopeek on Sat Aug 17, 2019 9:18 am, edited 1 time in total.
Reason: split from 2 year old topic and moved here
Zumbruk
Level 1
Level 1
Posts: 9
Joined: Thu Jan 10, 2019 6:56 am

Re: Howto make HP thunderbolt docking station work

Post by Zumbruk »

That's brilliant, thanks! I used exactly the same process to get the Thunderbolt gigabit ethernet adaptor working on my Macbook Air, running Linux Mint 20.1
JoeRacette
Level 1
Level 1
Posts: 4
Joined: Sun Dec 27, 2015 5:55 pm

Re: Howto make HP thunderbolt docking station work

Post by JoeRacette »

This also worked for my Plugable TBT3-UDC3 - I was worried I'd need to wait for drivers, etc since this is relatively new HW.
Should be automatic in Ubuntu/Mint as it is in W10. :D
miroag
Level 1
Level 1
Posts: 1
Joined: Mon Apr 11, 2022 11:54 am

Re: Howto make HP thunderbolt docking station work

Post by miroag »

Works like a charm for my Lenovo ThinkPad Thunderbolt 3 Dock. Thanks!
User avatar
cybershifter
Level 1
Level 1
Posts: 15
Joined: Sat Nov 27, 2021 10:25 am

Re: Howto make HP thunderbolt docking station work

Post by cybershifter »

Greetings! I was able to enable my HP Thunderbolt dock successfully. It says it is connected, and it previously worked. Now suddenly, it doesn't see the displays hooked to the dock. I'm on a Dell XPS 13, and I'm not exactly sure what's going on. This machine and dock are fairly new to me, and I'm not quite sure what to look for. The dock is connected and authorized (like I said, it has worked before). Does anyone have any ideas at where I can look?
-- nil volentibus arduum --
User avatar
SMG
Level 25
Level 25
Posts: 31971
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Howto make HP thunderbolt docking station work

Post by SMG »

cybershifter wrote: Wed May 18, 2022 11:49 pm Greetings! I was able to enable my HP Thunderbolt dock successfully. It says it is connected, and it previously worked. Now suddenly, it doesn't see the displays hooked to the dock. I'm on a Dell XPS 13, and I'm not exactly sure what's going on. This machine and dock are fairly new to me, and I'm not quite sure what to look for. The dock is connected and authorized (like I said, it has worked before). Does anyone have any ideas at where I can look?
Please do not add new questions to existing topics. You have already created a topic in the Graphics Cards & Monitors section of the forum for what seems to be the same problem. Posting multiple topics on the same issue is not permitted.

Locking this old topic from 2019.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Locked

Return to “Tutorials”