I recently upgraded from Ubuntu 20.04 LTS
to Ubuntu 21.10
and now, as the title suggests, my external monitors are no longer detected when connected via the hybrid USB-A cable from the ThinkPad dock mentioned in the title.
I've had external monitor issues in the past, so the first thing I tried was reinstalling DisplayLink drivers: https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu
At first the drivers wouldn't install in the default startup with Wayland (something about EVDI 1.9.1 package or library not found), but I switched to Xorg and then the drivers seemed to install successfully (albeit with a non-fatal error) and prompted a reboot:
sudo ./displaylink-driver-5.4.1-55.174.run
Verifying archive integrity... 100% All good.
Uncompressing DisplayLink Linux Driver 5.4.1-55.174 100%
DisplayLink Linux Software 5.4.1-55.174 install script called:
Distribution discovered: Ubuntu 21.10
Installing
[ Installing EVDI ]
[[ Installing EVDI DKMS module ]]
Error! DKMS tree already contains: evdi-1.9.1
You cannot add the same module/version combo more than once.
EVDI DKMS module already installed.
[[ Installing module configuration files ]]
[[ Installing EVDI library ]]
cc -I../module -std=gnu99 -fPIC -D_FILE_OFFSET_BITS=64 -c -o evdi_lib.o evdi_lib.c
cc evdi_lib.o -shared -Wl,-soname,libevdi.so.0 -o libevdi.so.1.9.1 -lc -lgcc
cp libevdi.so.1.9.1 libevdi.so
[ Installing x64-ubuntu-1604/DisplayLinkManager ]
[ Installing libraries ]
[ Installing firmware packages ]
[ Installing licence file ]
[ Adding udev rule for DisplayLink DL-3xxx/4xxx/5xxx/6xxx devices ]
[ Adding upstart and powermanager sctripts ]
Please read the FAQ
http://support.displaylink.com/knowledgebase/topics/103927-troubleshooting-ubuntu
Installation complete!
Please reboot your computer if intending to use Xorg.
Another thing that might be useful to know is the output of
xrandr --listmonitors
which was:
Monitors: 1
0: +*eDP-1 1920/276x1080/155+0+0 eDP-1
If I connect one of my monitors directly to my laptop via the HDMI cable, it works fine.
Really not sure what else to do here. Hoping I won't have to reinstall 20.04 to get my external monitors working via the dock again.
Any help is much appreciated!