![]() |
|
|
|
|
#1 |
|
Junior Member
Join Date: May 2016
Posts: 7
|
so I only need to do this?
Code:
sudo apt-get install linux-headers-$(uname -r) |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Feb 2010
Posts: 386
|
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 See similar problem for VirtualBox kernel modules - they also use DKMS. https://forums.virtualbox.org/viewtopic.php?f=7&t=74238 Cheers, Michal |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: May 2016
Posts: 7
|
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 Code:
gcc-4.9-base is already the newest version. do I maybe need gcc 5? |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: May 2016
Posts: 7
|
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 The DE100 dongle works now
|
|
|
|
|
|
#5 |
|
Junior Member
Join Date: May 2016
Posts: 7
|
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. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|