View Single Post
Old 03-24-2016, 12:11 PM   #8
chrisvo
Junior Member
 
Join Date: Mar 2016
Posts: 9
Default

Thank you for your response. However the command does not do anything:

Code:
vo@ninja:~/Downloads/drivers$ sudo dkms status
bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
bcmwl, 6.30.223.248+bdcom, 4.2.0-34-generic, x86_64: installed
evdi, 1.0.335, 4.2.0-34-generic, x86_64: installed
i915-4.3.3-4.2.0, 2, 4.2.0-16-generic, x86_64: installed
i915-4.3.3-4.2.0, 2, 4.2.0-34-generic, x86_64: installed
vo@ninja:~/Downloads/drivers$ sudo dkms autoinstall --verbose
vo@ninja:~/Downloads/drivers$
I'll try working with the source code, thanks.

Quote:
Originally Posted by mlukaszek View Post
Have you attempted to recompile the evdi kernel module after you updated?
The command
Code:
dkms autoinstall
should rebuild all modules for the running kernel - this should include evdi.

As 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

Last edited by chrisvo; 03-24-2016 at 12:20 PM. Reason: added dkms status
chrisvo is offline   Reply With Quote