View Single Post
Old 05-04-2016, 10:51 PM   #2
ray
Junior Member
 
Join Date: May 2016
Posts: 1
Default XPS 13 installation

I don't know where to post it, so i post here i think it can help.

I have a DELL XPS 13 (XPS131605_5133) and i'm using a TARGUS ACP70USZ, after installing
Ubuntu 16.04 it is not working, but i think it is almost.

The instalation on terminal shows:

Code:
Verifying archive integrity... All good.
Uncompressing DisplayLink Linux Driver 1.0.335  100%  
DisplayLink Linux Software 1.0.335 install script called: install
Distribution discovered: Ubuntu 16.04 LTS
WARNING: Kernel version 4.4.0-21-generic is not supported. Highest supported version is 3.19.
Installing
Configuring EVDI DKMS module
Registering EVDI kernel module with DKMS
Building EVDI kernel module with DKMS
Installing EVDI kernel module to kernel tree
EVDI kernel module built successfully
Installing x64/DisplayLinkManager
Installing libraries
Installing firmware packages
Installing license file
Adding udev rule for DisplayLink DL-3xxx/5xxx devices
So i think everything goes fine, except for the module loading and program to
run.

I manually run:
Code:
sudo modprobe evdi
sudo /usr/lib/displaylink/DisplayLinkManager /etc/default/displaylink
The module seems to load ok:
Code:
lsmod | grep -i evdi
evdi                   36864  0
drm_kms_helper        139264  2 evdi,i915_bpo
drm                   360448  6 evdi,i915_bpo,drm_kms_helper
But still, it doesn't work.

Thanks.
ray is offline