PDA

View Full Version : First Ubuntu beta driver and 4.x+ kernels


mlukaszek
08-05-2015, 11:25 AM
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 --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:

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