Fedora 34 Lenovo ThinkPad Docking Station USB not working
Solution 1:
I don't know what the underlying problem is but here is the solution:
The boltctl tool controls the thunderbolt device manager. The problem is resolved by forgetting and then re-authenticating and re-enrolling the Docking Station.
- List all thunderbolt devices
boltctl list
-
Identify the devices uuid
-
If already connected, forget the device
boltctl forget [uuid]
- Re-authenticate device
boltctl authorize [uuid]
- Re-enroll device
boltctl enroll [uuid]
... and voilà, it should work now.