PDA

View Full Version : Build hangs on Ubuntu 18.10


fischelbyxa
02-22-2019, 04:44 PM
(Yes, I did search the forum before asking. :) )

The build hangs when installing DisplayLink on my Ubuntu 18.10. This is what it looks like:

root@min1:tmp> ./displaylink-driver-5.1.26.run
Verifying archive integrity... 100% All good.
Uncompressing DisplayLink Linux Driver 5.1.26 100%
DisplayLink Linux Software 5.1.26 install script called: install
Distribution discovered: Ubuntu 18.10
Installing
Configuring EVDI DKMS module
Registering EVDI kernel module with DKMS
Building EVDI kernel module with DKMS

If I kill this and re-try the installation, it breezes through, but won't detect my DUEX USB screen.

SLSupportToll output in attachment.

Cheers,

fischelbyxa

nmavor
03-05-2019, 10:26 PM
IE :
sudo ./displaylink-driver-5.1.26.run

fischelbyxa
03-06-2019, 12:51 AM
you need to run it using sudo
IE :
sudo ./displaylink-driver-5.1.26.run

I ran the command as root, i.e. no sudo needed. Look at the prompt!


(Yes, I'm lazy. I often to

sudo bash/csh/ash/tcsh/whatever-shell

to become root for a while. Then I don't have to do sudo before each command.)

nmavor
03-07-2019, 08:26 PM
I ran the command as root, i.e. no sudo needed. Look at the prompt!


(Yes, I'm lazy. I often to

sudo bash/csh/ash/tcsh/whatever-shell

to become root for a while. Then I don't have to do sudo before each command.)

very bad practice in Linux/Unix world FYI

fischelbyxa
03-08-2019, 09:18 AM
very bad practice in Linux/Unix world FYI

I've done it since sudo was introduced (mid 80s?) on my own Unix/Linux machines (and before that, I ran "su - root"). The only difference from running every single command with sudo, is that the commands I run aren't logged.

But this is not this thread's question.

timmeh
03-12-2019, 09:44 AM
I have the same issue with the build hanging, did you ever manage to resolve?

fischelbyxa
03-12-2019, 10:12 PM
I have the same issue with the build hanging, did you ever manage to resolve?

No, not yet. Still hoping.

caio80
04-04-2019, 01:42 AM
Same here, on KUbuntu 18.04 and 4.18.0-17-generic #18~18.04.1-Ubuntu SMP,

Fiocchi
04-04-2019, 12:29 PM
...
If I kill this and re-try the installation, it breezes through, but won't detect my DUEX USB screen.
...

I am using Lenovo Hybrid USB-C dock with two Dell monitors connected.

I had the same case, but after restarting my computer after second install I disabled "Secure Boot" from BIOS and both external monitors started working.

fischelbyxa
04-10-2019, 03:57 PM
I am using Lenovo Hybrid USB-C dock with two Dell monitors connected.

I had the same case, but after restarting my computer after second install I disabled "Secure Boot" from BIOS and both external monitors started working.

Thanks, Fiocchi!

That did it, my extra display works great now.