DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   Linux and Open Source (https://displaylink.org/forum/forumdisplay.php?f=29)
-   -   First Ubuntu beta driver and 4.x+ kernels (https://displaylink.org/forum/showthread.php?t=63978)

mlukaszek 08-05-2015 11:25 AM

First Ubuntu beta driver and 4.x+ kernels
 
Hi,

Since we have concentrated on supporting Ubuntu 14.04 LTS which does not include 4.x by default, the logic detecting the version in installer script will currently not deal with 4.x+ kernels correctly, and will present a misleading error message claiming the kernel version is too old.

A workaround is to extract the installer with
Code:

--keep --noexec
switches and edit displaylink-installer.sh script in an editor of choice.
Remove or change the kernel version check - look for a block starting with a comment "Required kernel version".

Then, after saving the file, you can start the modified installer manually by running:
Code:

chmod +x displaylink-installer.sh
sudo ./displaylink-installer.sh install

Please note that we have not tested compatibility with newer kernel versions, and changes in DRM they include. It is possible that evdi kernel module would need modifications to work properly. Contributions to evdi are welcome.

Thanks,
Michal


All times are GMT. The time now is 01:52 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.