![]() |
Ubuntu 15.10 + Dell XPS 13 + Dell D3100 Dock
On a fresh Ubuntu 15.10 with Intel drivers, I cannot install the displaylink driver:
Code:
vo@ninja:~/Downloads/drivers$ sudo ./displaylink-driver-1.0.335.run Is anyone else experiencing problems with this? :confused: Note: I had it working earlier with fresh Ubuntu 15.10 before installing the Intel driver, but it was eating up 100% CPU consistently which was unacceptable so I installed the Intel driver and apparently it upgrades drm and that's why we're experiencing this error. Is there a source code version of the driver available so I can fix the issue myself? Or is it forever proprietary? :mad: |
Have you attempted to recompile the evdi kernel module after you updated?
The command Code:
dkms autoinstallAs far as the source code is concerned, evdi is an open-source project and you can access it in DisplayLink's GitHub. DisplayLink Ubuntu drivers currently use master branch for releases. Thanks, Michal |
I have the same problem on a ThinkPad Carbon X1 with ubuntu wily.
since the last kernel update my DisplayLink dock isn't working proper at all. No graphics (xrandr doesn't show the linked displays and also eth over the link breaks down every minute). I tried what you suggested without success: Code:
$ sudo dkms autoinstall |
What's in /var/lib/dkms/i915-3.4-3.2/0.04/build/make.log then? Note that it's the i915 module that has problems with recompiling...
Cheers, Michal |
1 Attachment(s)
Et voilà!
file attached. can't even download my own attachment because I'm a Junior Member? m( |
Code:
/var/lib/dkms/i915-3.4-3.2/0.04/build/include/drm/drmP.h:77:17: fatal error: drm.h: No such file or directoryHope this helps, Cheers, Michal |
I also had to modify driver source as follows:
evdi_modeset.c:148 Code:
drm_dev_set_unique(dev, dev_name(dev->dev));Code:
status = drm_encoder_init(dev, encoder, &evdi_enc_funcs, DRM_MODE_ENCODER_TMDS, dev_name(dev->dev)); |
Thank you for your response. However the command does not do anything:
Code:
vo@ninja:~/Downloads/drivers$ sudo dkms statusQuote:
|
Manually building and installing the evdi driver (through dkms) does not fix the problem; it builds and installs successfully but the module won't load:
Code:
root@ninja:/usr/src/evdi-1.0.335devel# modprobe evdi |
Are you sure modprobe is actually loading the version you've built? I bet you still have the previous version installed in the kernel module tree. Verbose switch for modprobe should tell you that.
It should be possible to insmod the module you built. If that works, remove the module from /lib/modules/..., copy your rebuilt version over, and run depmod -a to regenerate dependency info - that should heal modprobe. The longer way for fixing dkms should be: Code:
export EVDI="evdi/1.0.335"Michal |
Quote:
|
Uninstalling the Intel driver fixed the problem. It appears there is an incompatibility between the version of libdrm used in the latest Intel driver and the version that is used by the displaylink driver.
|
Quote:
|
Quote:
http://askubuntu.com/questions/34339...-center-driver |
Hey there, I might have bumped into the same issue
I have a Lenovo Thinkvision and Ubuntu 15.10 with 4.20 kernel when I try to install the supplied driver via script I get similar errors, I do have Intel drivers installed but would prefer not to uninstall them... I checked and have libdrm-dev and libdrm2 v2.4.65-3 installed is there any other way to solve this? |
I uninstalled the Intel drivers using Synaptic package manager
basically I looked for packages marked by intel and with source 01.org - I switched them all to use Ubuntu/Wily own packages -- this operation was successfull and I've downgraded to Ubuntu bundled drivers but still, I would get the same error as chrisvo even after this after installing and trying to start the displaylink manager - same error perhaps I missed something -- any clues? thanks! |
I've finally managed to clean my Intel Graphics for Linux drivers following instructions at
http://theclonker.de/archive/89 (in my case I changed the origin of packages to wily, since I use 15.10) then installing again the Displaylink driver, it was successful however this solution wasn't optimal.. I noticed a decrease in battery performance and a bug in Google Chrome that forced me to disable the hardware acceleration there - this was fixed by installing the Intel drivers... |
Quote:
Also with the DisplayLink driver I've noticed high CPU usage even when I am not connected to the docking station, where I've had to manually kill DisplayLinkManager. |
drm symbols not found
Ehlo,
I've encountered a very similar issue, while setting my Ubuntu 16.10 up. Some debugging showed that I had no linux-image-extra-*-generic kernel installed/ loaded. Therefore the drm.ko Kernel module was not present and could not be loaded. This can be checked easily by running 'modinfo drm', if the program complains about 'no module found' you should check 'dpkg --list | grep linux-image-extra' to see if you have a kernel that comes with drm. Once installed and rebooted the journalctl errors went away. Thanks, Michel/Tofu |
| All times are GMT. The time now is 07:59 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.