Go Back   DisplayLink Forum > Search Forums

Showing results 1 to 25 of 37
Search took 0.00 seconds.
Search: Posts Made By: stuguy909
Forum: Linux and Open Source 09-09-2015, 04:55 PM
Replies: 23
Views: 40,667
Posted By stuguy909
progression

I will start working on USB detection for the displaylink chipsets now. When I get that working, I will move all of my start up script switches to functions and have the USB detection start...
Forum: Linux and Open Source 09-09-2015, 04:45 PM
Replies: 23
Views: 40,667
Posted By stuguy909
eureka! I found a few syntax and coding bugs...

eureka! I found a few syntax and coding bugs that was preventing the script from properly completing. I uploaded the new displaylink script that turns on your monitors and positions them for you...
Forum: Linux and Open Source 09-09-2015, 02:07 AM
Replies: 23
Views: 40,667
Posted By stuguy909
Script Update

A new version of the script is uploaded. This will automatically detect and activate your monitors. You will currently need to edit the xposition function to suit your needs. The script will not...
Forum: Linux and Open Source 09-08-2015, 05:35 AM
Replies: 49
Views: 81,281
Posted By stuguy909
One more thought. I would like to borrow your...

One more thought. I would like to borrow your installer scripting services when I have my displaylink init.d package working. I am using init.d so the software loads on RC5. Like I stated earlier,...
Forum: Linux and Open Source 09-08-2015, 05:19 AM
Replies: 49
Views: 81,281
Posted By stuguy909
That code example does help, thank you. I have...

That code example does help, thank you. I have been on holiday this weekend, I will resume coding tomorrow. You saved me a bit of time from having to read up on the xrandr man pages. I would like...
Forum: Linux and Open Source 09-04-2015, 03:32 PM
Replies: 49
Views: 81,281
Posted By stuguy909
Process

What you see is just the beginnings of the project. I need a small library of functions that will allow me to collect data on the status of the driver, status of the USB connection, and status of...
Forum: Linux and Open Source 09-02-2015, 03:17 PM
Replies: 23
Views: 40,667
Posted By stuguy909
driver status

I am making headway:
http://stuartanderson.info/displaylink_v_alpha0.05.txt (http://stuartanderson.info/displaylink.txt)

This version has the xrandr support removed from the start-up script. The...
Forum: Linux and Open Source 09-02-2015, 02:56 PM
Replies: 49
Views: 81,281
Posted By stuguy909
automation

guerrierk, you may want to check out my Debian 8.1 install thread again. I'm making great headway on auto-detection and plug and play support.
Forum: Linux and Open Source 08-28-2015, 09:43 PM
Replies: 23
Views: 40,667
Posted By stuguy909
second part

I will keep working on getting the service to boot on run level 5. Shouldn't take long. As for part two, I need to make sure that my computer is watching xrandr for additional providers. I think I...
Forum: Linux and Open Source 08-28-2015, 09:31 PM
Replies: 23
Views: 40,667
Posted By stuguy909
rc5 and processes

Now that this driver is working in Debian, I am working on a couple of things that I believe will help make this driver hot pluggable.

1) The /lib/systemd/systemdisplaylink.service needs to be...
Forum: Linux and Open Source 08-28-2015, 03:11 PM
Replies: 23
Views: 40,667
Posted By stuguy909
I alway use root, but you will find that a lot of...

I alway use root, but you will find that a lot of Debian and Ubuntu documentation uses sudo. Just following the trend.

Edit:
You should use su - to assume the user environment of root as well. ...
Forum: Linux and Open Source 08-28-2015, 02:00 AM
Replies: 23
Views: 40,667
Posted By stuguy909
what worked for me

From a fresh Debian 8.1 install with LXDM.

Install DKMS:
sudo apt-get install dkms

follow this thread:
http://www.displaylink.org/forum/showthread.php?t=64043

After you activate your...
Forum: Linux and Open Source 08-27-2015, 10:16 PM
Replies: 49
Views: 81,281
Posted By stuguy909
Yes. Currently, this is not hot pluggable. I...

Yes. Currently, this is not hot pluggable. I had hell testing this. I had to use xrandr to set my laptop screen to provider 0 0 before I reconnected the DisplayLink docking station. Then I had to...
Forum: Linux and Open Source 08-27-2015, 09:21 PM
Replies: 49
Views: 81,281
Posted By stuguy909
Thanks

Thank you for the help. I do, however, want to identify the changes in your script in the Debian driver install that makes this process work in the Debian 8.1 driver install thread. I worked...
Forum: Linux and Open Source 08-27-2015, 09:04 PM
Replies: 49
Views: 81,281
Posted By stuguy909
Drum Roll.......

Drum Roll.............

Had to start the displaymanager.service manually.


# systemctl start displaylink.service
# systemctl status displaylink.service
● displaylink.service - DisplayLink...
Forum: Linux and Open Source 08-27-2015, 08:56 PM
Replies: 49
Views: 81,281
Posted By stuguy909
fresh PC

completely reloaded Debian with lxdm instead of kdm this time. Fresh system, absolutely nothing installed other than base packages, GUI, and SSH. downloaded you scripts. unzipped. installed:

...
Forum: Linux and Open Source 08-27-2015, 07:57 PM
Replies: 49
Views: 81,281
Posted By stuguy909
I did delete the service file as root. I...

I did delete the service file as root. I completely uninstalled and rebooted and reinstalled many times. The result is always:


# systemctl status displaylink.service
● displaylink.service -...
Forum: Linux and Open Source 08-27-2015, 07:18 PM
Replies: 49
Views: 81,281
Posted By stuguy909
some stats

http://stuartanderson.info/dmesg.txt
http://stuartanderson.info/lsmod.txt
http://stuartanderson.info/lsusb.txt
http://stuartanderson.info/dmesggrepusb.txt


#lsmod | grep udl
#
Forum: Linux and Open Source 08-27-2015, 07:05 PM
Replies: 49
Views: 81,281
Posted By stuguy909
failed

I resolved my desktop issue, there wasn't one. It was still in default build. So uninstalled the displaylink stuff, verified, rebooted. I downloaded your installer from the google drive, followed...
Forum: Linux and Open Source 08-27-2015, 05:00 PM
Replies: 49
Views: 81,281
Posted By stuguy909
KDE, I deleted it thinking it was displaylink...

KDE, I deleted it thinking it was displaylink stuff. damn. I will reinstall my KDE.
Forum: Linux and Open Source 08-27-2015, 04:55 PM
Replies: 23
Views: 40,667
Posted By stuguy909
lsmod

new dmesg: http://stuartanderson.info/dmesg.txt


# lsmod
Module Size Used by
evdi 32278 0
pci_stub 12429 1
vboxpci 23078 ...
Forum: Linux and Open Source 08-27-2015, 04:48 PM
Replies: 49
Views: 81,281
Posted By stuguy909
systemctl -a

This may have something to do with it.


# systemctl -a
display-manager.service not-found inactive dead display-manager.service
displaylink.service loaded activating...
Forum: Linux and Open Source 08-27-2015, 04:42 PM
Replies: 49
Views: 81,281
Posted By stuguy909
I still can't download your installer. It states...

I still can't download your installer. It states I do not have sufficient permissions. However, I was able to remodify the SYSTEMINITDAEMON=unknown entry on the refreshed --keep --noexec of the...
Forum: Linux and Open Source 08-27-2015, 04:29 PM
Replies: 49
Views: 81,281
Posted By stuguy909
some left overs

I uninstalled as you said, I still have some left overs:


/lib/systemd/system/displaylink.service
/var/tmp/kdecache-sanderson/favicons/displaylink.org.png...
Forum: Linux and Open Source 08-27-2015, 03:58 PM
Replies: 49
Views: 81,281
Posted By stuguy909
re-install

I uninstalled, rebooted, and reinstalled. I seem to be getting errors now with the modified script.


displaylink-driver-1.0.68# ./displaylink-installer.sh install
DisplayLink Linux Software...
Showing results 1 to 25 of 37

 
Forum Jump

All times are GMT. The time now is 06:24 PM.


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