Cobra Forum

Linux => New to Ubuntu => Topic started by: mahesh on Oct 02, 2023, 02:22 AM

Title: uninstalling displaylink driver
Post by: mahesh on Oct 02, 2023, 02:22 AM
Followed the instructions here:

https://support.displaylink.com/know...rticles/684649

Everything went ok & the hardware started working.

Changing to a different style of hardware now & need to uninstall the above driver.

Unfortunately, where they say ''8. For uninstallation procedure see here.", the link seems to be missing.

I had a brief look in Muon and Synaptic to see if I could uninstall it from there somehow but nothing obvious to a relative newcomer to linux like me.

Any suggestions gratefully received.

EDIT

ahh.. think I might have found it.. https://support.displaylink.com/know...buntu-software

Below is the response I got in terminal. Everything seems to have gone as it should?

    Code:
me@me-pc:~$ sudo displaylink-installer uninstall
[sudo] password for me:
DisplayLink Linux Software 5.4.1-55.174 install script called: uninstall
Distribution discovered: Ubuntu 21.04

Uninstalling

[ Removing EVDI from kernel tree, DKMS, and removing sources. ]
dkms remove evdi/1.9.1 --all

-------- Uninstall Beginning --------
Module:  evdi
Version: 1.9.1
Kernel:  5.11.0-34-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

evdi.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.11.0-34-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.

-------- Uninstall Beginning --------
Module:  evdi
Version: 1.9.1
Kernel:  5.11.0-39-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

evdi.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.11.0-39-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.

------------------------------
Deleting module version: 1.9.1
completely from the DKMS tree.
------------------------------
Done.
rm -f -rf /usr/src/evdi-1.9.1
Stopping displaylink-driver systemd service
[ Removing suspend-resume hooks ]
[ Removing udev rule ]
[ Removing Core folder ]

Uninstallation steps complete.
Please note that the evdi kernel module is still in the memory.
A reboot is required to fully complete the uninstallation process.
me@me-pc:~$