Go Back   DisplayLink Forum > Search Forums

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: guerrierk
Forum: Linux and Open Source 10-22-2015, 02:54 PM
Replies: 49
Views: 81,317
Posted By guerrierk
Hi Marek, I don't found anything that could...

Hi Marek,

I don't found anything that could explain why your X crashes un your dmesg... The DL logs may help but I can't read them. Some people of DL team will certainly talk about it.

Could...
Forum: Linux and Open Source 09-04-2015, 06:46 PM
Replies: 49
Views: 81,317
Posted By guerrierk
Post a little useful script

Hi stuguy909,

Currently, I made a little script that I launch manually as root after connecting my device.
filename : connect_screen.sh

#!/bin/sh

if [ $(id -u) != 0 ]; then
echo "You...
Forum: Linux and Open Source 09-02-2015, 03:17 PM
Replies: 49
Views: 81,317
Posted By guerrierk
Hi stuguy909, I follow your thread but I'm...

Hi stuguy909,

I follow your thread but I'm not really agree with your process... I don't consider that automatically starting the script on rc is a solution. If the USB screen is not connected,...
Forum: Linux and Open Source 09-02-2015, 09:37 AM
Replies: 49
Views: 81,317
Posted By guerrierk
I don't know how the download system work on this...

I don't know how the download system work on this forum but you're not the first that talk about this problem... I updated my post to share a link to download the file from my Drive.

Maybe an...
Forum: Linux and Open Source 09-02-2015, 08:29 AM
Replies: 49
Views: 81,317
Posted By guerrierk
Hi runejuhl, Thanks for your patch. I have...

Hi runejuhl,

Thanks for your patch. I have updated my script and re-uploaded it. I'm still working on other features.
Forum: Linux and Open Source 08-28-2015, 08:48 AM
Replies: 23
Views: 40,690
Posted By guerrierk
I don't think that sudo is configured in fresh...

I don't think that sudo is configured in fresh install of Debian. I prefer to be root

$ su

and after that run

# apt-get install dmks linux-headers-$(uname -r)


I will try to ask...
Forum: Linux and Open Source 08-27-2015, 09:57 PM
Replies: 23
Views: 40,690
Posted By guerrierk
To help users in solving problem about the...

To help users in solving problem about the displaylink, some tests could be done :

# lsmod | grep evdi

It must return some lines with evdi module

# dmesg | grep -i display

It must not...
Forum: Linux and Open Source 08-27-2015, 09:42 PM
Replies: 49
Views: 81,317
Posted By guerrierk
About the linux headers problem, I have modified...

About the linux headers problem, I have modified the test in the script : it was a Kbuild file that was tested, but the path is different on debian and ubuntu. So I test if the package linux-headers...
Forum: Linux and Open Source 08-27-2015, 09:13 PM
Replies: 49
Views: 81,317
Posted By guerrierk
Yeah! You can now use xrandr to set the new...

Yeah! You can now use xrandr to set the new provider to your Intel (provider 0). After that, you should have your screen into screen manager.

Just a question : have you 2 displaylink connected ?
...
Forum: Linux and Open Source 08-27-2015, 08:06 PM
Replies: 49
Views: 81,317
Posted By guerrierk
The problem is not the displaylink.service but...

The problem is not the displaylink.service but the display-manager.service

In KDE it should be KDM... You can maybe run

# dpkg-reconfigure kdm


I'm not sure about the name of the package...
Forum: Linux and Open Source 08-27-2015, 07:47 PM
Replies: 49
Views: 81,317
Posted By guerrierk
Into your dmesg, there is always a problem with...

Into your dmesg, there is always a problem with the display manager service :

[ 9.553262] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit...
Forum: Linux and Open Source 08-27-2015, 07:15 PM
Replies: 49
Views: 81,317
Posted By guerrierk
While this service is not running, you will not...

While this service is not running, you will not have the new provider into xrandr...

The Displaylink Manager has been killed... The question is : why ?
Do you have log file in /var/log...
Forum: Linux and Open Source 08-27-2015, 04:50 PM
Replies: 49
Views: 81,317
Posted By guerrierk
OK. Could you post the results of : #...

OK. Could you post the results of :

# systemctl status displaylink.service
# lsmod | grep evdi
# dmesg


Thx

PS : I place my installer into drive folder :...
Forum: Linux and Open Source 08-27-2015, 04:33 PM
Replies: 49
Views: 81,317
Posted By guerrierk
Yes you must delete the...

Yes you must delete the /lib/systemd/system/displaylink.service (as root)
The tmp files are not important. You can leave them...

After that, can you use my installer and give us the results ?
...
Forum: Linux and Open Source 08-27-2015, 04:06 PM
Replies: 49
Views: 81,317
Posted By guerrierk
OK. That could explain some crash of your...

OK. That could explain some crash of your system... To uninstall correctly, you can re-execute

# ./displaylink-driver-1.0.68.run --keep --noexec

to have a good script and run

# cd...
Forum: Linux and Open Source 08-27-2015, 03:27 PM
Replies: 23
Views: 40,690
Posted By guerrierk
Thanks, Your dmesg have no problem. Your...

Thanks,

Your dmesg have no problem. Your ThinkPad USB 3.0 Dock is correctly detected...

Could you post the result of lsmod please ?
Forum: Linux and Open Source 08-27-2015, 12:35 PM
Replies: 23
Views: 40,690
Posted By guerrierk
Hi stuguy909, Could you post results for #...

Hi stuguy909,

Could you post results for
# dmesg
# lsusb

when your display is connected please.

Thx.
Forum: Linux and Open Source 08-26-2015, 10:43 PM
Replies: 49
Views: 81,317
Posted By guerrierk
Have you uninstall the previous installation...

Have you uninstall the previous installation before modify the script and re-run install ?

Does the installer has terminated correctly before thé PC crashed ?

I don't know what the message ...
Forum: Linux and Open Source 08-26-2015, 10:14 PM
Replies: 49
Views: 81,317
Posted By guerrierk
Hi stuguy909, I don't know why you can't...

Hi stuguy909,
I don't know why you can't download this file. I wil upload it to another server and post the link tomorrow.

The problem with the system init deamon is thay the installer create the...
Forum: Linux and Open Source 08-26-2015, 02:19 PM
Replies: 49
Views: 81,317
Posted By guerrierk
Smile Modified script Debian Friendly

Hi all,

I'm using Debian Jessie 8.1 with External HP EliteDisplay S140u.

I had to modify the installer to correctly use it due to bad detection of kernel headers and system init daemon.

If...
Forum: Linux and Open Source 07-31-2015, 02:23 PM
Replies: 201
Views: 450,835
Posted By guerrierk
Thumbs up Hi all, I bought HP EliteDisplay S140u and I...

Hi all,

I bought HP EliteDisplay S140u and I have to use it with Debian (3.16.0-4-amd64) on Dell Laptop n5110.

I am waiting for this new version of udl to use do.

Could we test beta version...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT. The time now is 01:04 PM.


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