You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to install the DisplayLink driver on Ubuntu 24.10 with Kernel 6.11 after initially getting compilation errors with the Kernel module.
First, uninstall the driver before doing the system upgrade (using ./displaylink-debian.sh and then selecting the uninstall option).
After the upgrade to Ubuntu 24.10, downloaded and install the Open Source part from here https://github.com/DisplayLink/evdi
git clone [email protected]:DisplayLink/evdi.git
cd evdi/module
sudo ./dkms_install.sh
Afterwards, you should be able to run ./displaylink-debian.sh as usual.
Maybe this could be added to common-issues.md or even as part of the script itself?
The text was updated successfully, but these errors were encountered:
Not an issue, but maybe this will help somebody.
I was able to install the DisplayLink driver on Ubuntu 24.10 with Kernel 6.11 after initially getting compilation errors with the Kernel module.
First, uninstall the driver before doing the system upgrade (using
./displaylink-debian.sh
and then selecting the uninstall option).After the upgrade to Ubuntu 24.10, downloaded and install the Open Source part from here https://github.com/DisplayLink/evdi
Afterwards, you should be able to run
./displaylink-debian.sh
as usual.Maybe this could be added to common-issues.md or even as part of the script itself?
The text was updated successfully, but these errors were encountered: