![]() |
|
|
|
|
#1 |
|
Junior Member
Join Date: Aug 2015
Posts: 9
|
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 Kernel preparation unnecessary for this kernel. Skipping... Kernel preparation unnecessary for this kernel. Skipping... Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... Building module: cleaning build area... Building module: cleaning build area.... . make KERNELRELEASE=4.2.0-30-generic -d V=1 -C /lib/modules/4.2.0-30-generic/build M=/var/lib/dkms/i915-3.9-3.8/0.02/build...make KERNELRELEASE=4.2.0-30-generic -d V=1 -C /lib/modules/4.2.0-30-generic/build M=/var/lib/dkms/i915-3.4-3.2/0.04/build.... make KERNELRELEASE=4.2.0-30-generic -d V=1 -C /lib/modules/4.2.0-30-generic/build M=/var/lib/dkms/i915-3.15-3.13/0.01/build.....(bad exit status: 2) (bad exit status: 2) .(bad exit status: 2) Error! Bad return status for module build on kernel: 4.2.0-30-generic (x86_64) Consult /var/lib/dkms/i915-3.15-3.13/0.01/build/make.log for more information. Error! Bad return status for module build on kernel: 4.2.0-30-generic (x86_64) Consult /var/lib/dkms/i915-3.9-3.8/0.02/build/make.log for more information. Error! Bad return status for module build on kernel: 4.2.0-30-generic (x86_64) Consult /var/lib/dkms/i915-3.4-3.2/0.04/build/make.log for more information. Last edited by fightling; 03-25-2016 at 08:14 AM. |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Feb 2010
Posts: 386
|
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 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Aug 2015
Posts: 9
|
Et voilà!
file attached. can't even download my own attachment because I'm a Junior Member? m( Last edited by fightling; 03-24-2016 at 09:59 AM. |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Feb 2010
Posts: 386
|
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 directory Hope this helps, Cheers, Michal |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Mar 2016
Posts: 1
|
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)); |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|