Go Back   DisplayLink Forum > DisplayLink Graphics Technology > Linux and Open Source

Reply
 
Thread Tools Search this Thread Display Modes
Old 05-19-2016, 06:52 AM   #1
ned83
Junior Member
 
Join Date: May 2016
Posts: 7
Default

so I only need to do this?

Code:
sudo apt-get install linux-headers-$(uname -r)
and then try again to install the driver?
ned83 is offline   Reply With Quote
Old 05-19-2016, 07:54 AM   #2
mlukaszek
Senior Member
 
mlukaszek's Avatar
 
Join Date: Feb 2010
Posts: 386
Default

OK, I read this more carefully. I think you have the right headers installed already, but your compiler is a bit outdated:
Code:
make[1]: Entering directory `/usr/src/linux-headers-4.4.0-040400rc6-generic'
Makefile:660: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
You probably need a newer gcc.
See similar problem for VirtualBox kernel modules - they also use DKMS.
https://forums.virtualbox.org/viewtopic.php?f=7&t=74238

Cheers,
Michal
mlukaszek is offline   Reply With Quote
Old 05-19-2016, 08:04 AM   #3
ned83
Junior Member
 
Join Date: May 2016
Posts: 7
Default

I have the right headers, indeed (kernel 4.6.0-040600-generic )

I have also the most recent GCC -> 4.9

If I try

Code:
sudo apt-get install gcc-4.9
I get

Code:
gcc-4.9-base is already the newest version.
Looks like in the error log it's using gcc 4.8, I might need to update the alternatives, let me try that.

do I maybe need gcc 5?
ned83 is offline   Reply With Quote
Old 05-19-2016, 08:22 AM   #4
ned83
Junior Member
 
Join Date: May 2016
Posts: 7
Default

I've managed!

I'm running Ubuntu 14.04, kernel 4.6 (just released a few days ago).

You need to be using gcc4.9. Even if you have it, it's not used by default.

Follow these steps

http://askubuntu.com/questions/46665...u-14-04#581497

and then just execute

Code:
sudo ./displaylink-driver-1.1.62.run
driver downloaded from here -> http://www.displaylink.com/downloads/ubuntu

The DE100 dongle works now
ned83 is offline   Reply With Quote
Old 05-19-2016, 08:58 AM   #5
ned83
Junior Member
 
Join Date: May 2016
Posts: 7
Default

now, since I've done all these thing the system has became laggy, not responsive as it was before..

windows are dragging, gets to a point that I have to restart the machine.

Can it be something to do with the gcc ?

It also kicks me out of my session and makes me log in back in. Like if it's a reboot. Damn it!

Last edited by ned83; 05-19-2016 at 09:03 AM.
ned83 is offline   Reply With Quote
Old 05-19-2016, 09:01 AM   #6
mlukaszek
Senior Member
 
mlukaszek's Avatar
 
Join Date: Feb 2010
Posts: 386
Default

Can you grab the support logs? I wonder if you can be seeing this.

Cheers,
Michal
mlukaszek is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 05:12 PM.


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