Go Back   DisplayLink Forum > DisplayLink Graphics Technology > Linux and Open Source
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 09-22-2015, 06:16 AM   #1
sawtooth
Junior Member
 
Join Date: Sep 2015
Posts: 1
Default modprobe: ERROR: could not insert 'evdi': Invalid argument

Hello,

first of all, thanks for providing a linux driver! It allowed me at least to start working with my XPS 13 in a multiscreen setup just about when I was thinking of returning it.

I have an XPS 13 2015 and the D3100 USB3 docking station, running Ubuntu Gnome 15.04 with 3.19.0-28-generic. I could run with 2 external screens plus the onboard monitor, even though I had a relatively poor graphics performance with lots of tearing and a refresh lag. But it worked, kind of buggy, but it worked.

I then tried to install the recently released (for 15.04) Intel Graphics driver for linux, in hopes I would get a performance at least equal to my 6 year old ThinkPad x220. Since then, however, I can not start the DLM service, even though I updated to the newest displaylink-driver-1.0.138. When I run the executable, I get:

Code:
# ./displaylink-driver-1.0.138.run install
Verifying archive integrity... All good.
Uncompressing DisplayLink Linux Driver 1.0.138  100%  
DisplayLink Linux Software 1.0.138 install script called: install install
Distribution discovered: Ubuntu 15.04
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
Starting DLM systemd service
Created symlink from /etc/systemd/system/graphical.target.wants/displaylink.service to /lib/systemd/system/displaylink.service.
Job for displaylink.service failed. See "systemctl status displaylink.service" and "journalctl -xe" for details.
if you look into the proposed logs, you can clearly see that the evdi module is not loaded. For example:

Code:
# journalctl -xe

... more symbol errors like below ...

Sep 22 08:09:41 sawtoothxps kernel: evdi: Unknown symbol drm_crtc_helper_set_config (err -22)
Sep 22 08:09:41 sawtoothxps kernel: evdi: disagrees about version of symbol drm_prime_gem_destroy
Sep 22 08:09:41 sawtoothxps kernel: evdi: Unknown symbol drm_prime_gem_destroy (err -22)
Sep 22 08:09:41 sawtoothxps modprobe[29997]: modprobe: ERROR: could not insert 'evdi': Invalid argument
Sep 22 08:09:41 sawtoothxps systemd[1]: displaylink.service: control process exited, code=exited status=1
Sep 22 08:09:41 sawtoothxps systemd[1]: Failed to start DisplayLink Manager Service.
-- Subject: Unit displaylink.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit displaylink.service has failed.
-- 
-- The result is failed.
Sep 22 08:09:41 sawtoothxps systemd[1]: Unit displaylink.service entered failed state.
Sep 22 08:09:41 sawtoothxps systemd[1]: displaylink.service failed.
Any ideas how to circumvent this? Is it really the intel driver? I must say it hasn't really improved the graphics performance (though I see less tearing, but maybe it's wishful thinking) since a certain opengl geometry viewer I am using still works more smoothly on my x220.

Thanks a lot!
sawtooth is offline   Reply With Quote
Old 02-25-2016, 08:59 PM   #2
tuxrocket
Junior Member
 
Join Date: Feb 2016
Posts: 1
Default

Any luck? I'm getting the same errors.
tuxrocket is offline   Reply With Quote
Old 02-26-2016, 10:15 AM   #3
mlukaszek
Senior Member
 
mlukaszek's Avatar
 
Join Date: Feb 2010
Posts: 386
Default

Hi,

Thanks for the report. This looks like a symbol mismatch between modules:
Code:
Sep 22 08:09:41 sawtoothxps kernel: evdi: Unknown symbol drm_crtc_helper_set_config (err -22)
Sep 22 08:09:41 sawtoothxps kernel: evdi: disagrees about version of symbol drm_prime_gem_destroy
Sep 22 08:09:41 sawtoothxps kernel: evdi: Unknown symbol drm_prime_gem_destroy (err -22)
Sep 22 08:09:41 sawtoothxps modprobe[29997]: modprobe: ERROR: could not insert 'evdi': Invalid argument
Can you capture full logs using the support tool, so we know exactly what are the details of the environment?

Thanks,
Michal
mlukaszek is offline   Reply With Quote
Old 03-19-2016, 05:29 AM   #4
checksum
Junior Member
 
Join Date: Mar 2016
Posts: 3
Default

I am getting the same symbol errors trying to install driver on Ubuntu 15.10, with kernel 4.2. How to correct?
checksum is offline   Reply With Quote
Old 03-22-2016, 09:39 AM   #5
mlukaszek
Senior Member
 
mlukaszek's Avatar
 
Join Date: Feb 2010
Posts: 386
Default

As I commented in another thread: can you try rebuilding modules registered with DKMS?
Code:
dkms autoinstall
should do the trick.

Thanks,
Michal
mlukaszek is offline   Reply With Quote
Old 03-25-2016, 11:19 AM   #6
chrisvo
Junior Member
 
Join Date: Mar 2016
Posts: 9
Default

This is the same problem I'm having. The module builds fine, but insmod / modprobe fails to load it with these messages. This is on Ubuntu wily, kernel 4.2.0-34-generic, with latest intel drivers installed.
chrisvo is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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