Go Back   DisplayLink Forum > DisplayLink Graphics Technology > Linux and Open Source
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 02-25-2017, 10:40 PM   #1
Maverick
Junior Member
 
Join Date: Feb 2017
Posts: 10
Default sudo ./DLSupportTool Does NOT work

How can I report Ubuntu issues to DisplayLink?

If you believe you have found an issue that is not covered by a knowledge base article, you can help DisplayLink find the problem by providing the right information.

DisplayLink provides a support tool that can check for common issues and gathers up system information, useful to DisplayLink in diagnosing problems

Yeh right ... except it doesn't work

command not found

Mind you ... I am still a Linux infant who is still crawling ... so maybe I am missing something

Last edited by Maverick; 02-25-2017 at 10:58 PM.
Maverick is offline   Reply With Quote
Old 02-27-2017, 07:07 AM   #2
mlukaszek
Senior Member
 
mlukaszek's Avatar
 
Join Date: Feb 2010
Posts: 386
Default

Has the file been made executable (with chmod +x ...) after it was unzipped?

Cheers,
Michal
mlukaszek is offline   Reply With Quote
Old 02-27-2017, 11:48 AM   #3
Maverick
Junior Member
 
Join Date: Feb 2017
Posts: 10
Default

Quote:
Originally Posted by mlukaszek View Post
Has the file been made executable (with chmod +x ...) after it was unzipped?

Cheers,
Michal
As I suspected . . . I don't really know what I am doing

I'll have another look at it
Maverick is offline   Reply With Quote
Old 02-27-2017, 11:47 PM   #4
Maverick
Junior Member
 
Join Date: Feb 2017
Posts: 10
Default

It's probably so easy once you have done it a couple of times

I have unzipped the package and have DisplayLink Linux Support Tool 1.2.17

How do I connect your chmod and DisplayLink Linux Support Tool 1.2.17 in the Terminal

This is what I have had for my efforts

chmod + DisplayLink Linux Support Tool 1.2.17

chmod: cannot access 'DisplayLink': No such file or directory
chmod: cannot access 'Linux': No such file or directory
chmod: cannot access 'Support': No such file or directory
chmod: cannot access 'Tool': No such file or directory
chmod: cannot access '1.2.17': No such file or directory

Should I be doing it in the root (su) ?

Even tried including the x

Appreciate your help

Last edited by Maverick; 02-27-2017 at 11:56 PM.
Maverick is offline   Reply With Quote
Old 02-28-2017, 01:50 PM   #5
y014
Junior Member
 
Join Date: Jan 2017
Posts: 2
Default

chmod +x "path to executable DLSupportTool "

chmod +x /home/username/evdi/DLSupportTool

cd /home/username/evdi/

sudo ./DLSupportTool
y014 is offline   Reply With Quote
Old 02-28-2017, 08:45 PM   #6
Maverick
Junior Member
 
Join Date: Feb 2017
Posts: 10
Default Sorry

Sorry this is so painfull for those of who are in the know

I honestly thought the last entry was the answer to my prayers - what could be easier - enter my package number then ENTER

No such bleeding luck

chmod +x /Desktop/DisplayLink Linux Support Tool 1.2.17
chmod: cannot access '/Desktop/DisplayLink': No such file or directory
chmod: cannot access 'Linux': No such file or directory
chmod: cannot access 'Support': No such file or directory
chmod: cannot access 'Tool': No such file or directory
chmod: cannot access '1.2.17': No such file or directory

What am I missing ?

DisplayLink Linux Support Tool 1.2.17 is defintely the name of my unzipped package sitting on my Desktop

You must think I am **** stupid

Last edited by Maverick; 02-28-2017 at 08:48 PM.
Maverick is offline   Reply With Quote
Old 02-28-2017, 11:13 PM   #7
AvatarKava
Junior Member
 
Join Date: Aug 2015
Posts: 3
Default

Quote:
Originally Posted by Maverick View Post
DisplayLink Linux Support Tool 1.2.17 is defintely the name of my unzipped package sitting on my Desktop
Not sure if you're coming from Windows or another platform, but in the interest of trying to connect a few 'why' dots for you:

Code:
chmod +x /Desktop/DisplayLink Linux Support Tool 1.2.17
Two issues here:
  1. /Desktop would be the equivalent of saying C:\Desktop - which won't work. You should be using /home/maverick/Desktop or something equivalent (whatever your username is). Alternatively you can use ~/Desktop as a shortcut (~ is an alias for your home directory).
  2. If a file or folder name has spaces, you need to do something so the OS knows it's a space in the name and not just another parameter for the command you're giving it. You can either escape the spaces with a backslash or wrap the whole path in quotes.

This is a really good primer for learning about the command line, if you want to get a bit more comfortable: http://linuxcommand.org/

TL;DR = try something like this:
Code:
chmod +x ~/Desktop/DisplayLink\ Linux\ Support\ Tool\ 1.2.17

Last edited by AvatarKava; 02-28-2017 at 11:15 PM.
AvatarKava is offline   Reply With Quote
Old 03-01-2017, 12:24 PM   #8
Maverick
Junior Member
 
Join Date: Feb 2017
Posts: 10
Default

Thank you for your efforts AvatarKava - appreciated

Code:
chmod +x ~/Desktop/DisplayLink\ Linux\ Support\ Tool\ 1.2.17
Unfortunately didn't work

So I am busily trying to read your suggested book for self help

As I said previously . . . it's probably so **** easy ONCE you know how

C'est la vie

Last edited by Maverick; 03-02-2017 at 08:55 PM. Reason: paragraph removed
Maverick is offline   Reply With Quote
Old 03-01-2017, 12:57 PM   #9
Maverick
Junior Member
 
Join Date: Feb 2017
Posts: 10
Default Please Teacher :rolleyes:

Deleted by author

Last edited by Maverick; 03-02-2017 at 08:53 PM.
Maverick is offline   Reply With Quote
Old 03-01-2017, 01:28 PM   #10
Maverick
Junior Member
 
Join Date: Feb 2017
Posts: 10
Default Hang on a minute

Deleted by author

Last edited by Maverick; 03-02-2017 at 08:54 PM.
Maverick is offline   Reply With Quote
Reply

Tags
support tool


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 10:21 PM.


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