| Guzzidiag on linux won't connect- com port greyed out | |
|
|
Author | Message |
---|
wayne68 Tanabuso
Posts : 64 Join date : 2014-08-28
| Subject: Guzzidiag on linux won't connect- com port greyed out Thu May 04, 2017 5:53 am | |
| Hi all, i recently ditched horrible slow vista on my ancient laptop for linux, making my fossilised dell perform like it's on crack. Trouble is i can't get guzzidiag to connect anymore, the com port is blank and greyed out. Any help will be much appreciated. Thanks. | |
|
| |
beetle GRiSO Capo
Posts : 10200 Join date : 2013-09-30
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Thu May 04, 2017 2:54 pm | |
| First thing to do is open a terminal window. Ways to do this vary by which type of desktop you have, but you can usually right-click on the desktop and the menu will have a Terminal or Open-In-Terminal selection. Alternatively, type CTRL-ALT-T and a terminal will open. You will get something that looks like this: [You must be registered and logged in to see this image.]Plug in the GuzziDiag cable to a USB port. In the terminal, type: sudo usermod -a -G dialout [enter]You will be asked for your password. Enter your password and hit [enter]. Then, type: ls -al /dev/ttyUSB0You should get something like this: [You must be registered and logged in to see this image.]That should do it. You should now be able to connect. --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ..[You must be registered and logged in to see this image.].In GRiSO we trust! . | |
|
| |
Oz1200Guzzi Don Abbondio
Posts : 6086 Join date : 2014-03-13 Age : 69
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Thu May 04, 2017 3:13 pm | |
| Awesome Mark - Oh Linux Guru | |
|
| |
wayne68 Tanabuso
Posts : 64 Join date : 2014-08-28
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Thu May 04, 2017 3:38 pm | |
| Hi beetle, still greyed out sadly. I'll do a fresh install tomorrow and try again, i've been messing about in the terminal previously and fear i cocked something up trying to get it to work. Thanks for your reply, much appreciated. | |
|
| |
beetle GRiSO Capo
Posts : 10200 Join date : 2013-09-30
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Thu May 04, 2017 4:19 pm | |
| Don't reload. Try this: With the cable plugged in and powered, check that you have this device: /dev/tts/USB0If so, In a terminal, run this command: sudo chmod 666 /dev/tts/USB0Create a symlink: sudo ln -s /dev/tts/USB0 /dev/ttyUSB0You might also try running GuzziDiag as root. --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ..[You must be registered and logged in to see this image.].In GRiSO we trust! . | |
|
| |
wayne68 Tanabuso
Posts : 64 Join date : 2014-08-28
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Thu May 04, 2017 10:56 pm | |
| It comes up with 'bash: /dev/tts/USB0: No such file or directory'. So looks like something's missing. I'll do a search and see what i need. | |
|
| |
Oz1200Guzzi Don Abbondio
Posts : 6086 Join date : 2014-03-13 Age : 69
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Thu May 04, 2017 10:58 pm | |
| Try replacing the zero in the USB string with other numbers. Sometimes there is an apparent conflict between real and virtual USBs. Then again, I may be talking shyte... | |
|
| |
beetle GRiSO Capo
Posts : 10200 Join date : 2013-09-30
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Fri May 05, 2017 1:25 am | |
| Does /dev/ttyUSB0 exist when the cable is plugged in and powered? --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ..[You must be registered and logged in to see this image.].In GRiSO we trust! . | |
|
| |
wayne68 Tanabuso
Posts : 64 Join date : 2014-08-28
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Fri May 05, 2017 1:57 am | |
| No, I'm presuming that line should be entered in the terminal, same as the rest? It's really bugging me now, still, there's scan m5x i can fall back on for tps reset. I won't give up on this though... Thanks again. | |
|
| |
beetle GRiSO Capo
Posts : 10200 Join date : 2013-09-30
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Fri May 05, 2017 2:08 am | |
| In a terminal, what is the output of: ls -al /dev/*USB*(With the cable plugged in and powered). --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ..[You must be registered and logged in to see this image.].In GRiSO we trust! . | |
|
| |
wayne68 Tanabuso
Posts : 64 Join date : 2014-08-28
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Fri May 05, 2017 2:33 am | |
| 'no such file or directory' aaaarrrghh I'm off for a spin to clear my head | |
|
| |
beetle GRiSO Capo
Posts : 10200 Join date : 2013-09-30
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Fri May 05, 2017 3:50 am | |
| Oops. Try: sudo ls -al /dev/*USB* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ..[You must be registered and logged in to see this image.].In GRiSO we trust! . | |
|
| |
wayne68 Tanabuso
Posts : 64 Join date : 2014-08-28
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Fri May 05, 2017 5:10 am | |
| Something appeared! 'crw-rw---- 1 root dialout 188, 0 may 5 13.05 /dev/ttyUSB0'
And as superuser (lol !) 'lrwxrwxrwx 1 root 13 may 5 13.46 /dev/ttyUSB0 -> /dev/tts/USB0'
Last edited by wayne68 on Fri May 05, 2017 5:56 am; edited 1 time in total | |
|
| |
beetle GRiSO Capo
Posts : 10200 Join date : 2013-09-30
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Fri May 05, 2017 5:34 am | |
| Did you do: sudo usermod -a -G dialout $USER...where $USER is your username? --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ..[You must be registered and logged in to see this image.].In GRiSO we trust! . | |
|
| |
wayne68 Tanabuso
Posts : 64 Join date : 2014-08-28
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Fri May 05, 2017 6:02 am | |
|
Last edited by wayne68 on Fri May 05, 2017 9:14 am; edited 1 time in total (Reason for editing : Useless post) | |
|
| |
wayne68 Tanabuso
Posts : 64 Join date : 2014-08-28
| |
| |
wayne68 Tanabuso
Posts : 64 Join date : 2014-08-28
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Fri May 05, 2017 9:28 am | |
| So in the end i just did
sudo usermod -a -G dialout $USER
ls -al /dev/ttyUSB0.
Just adding my name did it. Thanks again Mark, you saved what's left of my sanity | |
|
| |
beetle GRiSO Capo
Posts : 10200 Join date : 2013-09-30
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Fri May 05, 2017 3:12 pm | |
| --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ..[You must be registered and logged in to see this image.].In GRiSO we trust! . | |
|
| |
Paggers GRiSO Capo
Posts : 45 Join date : 2018-08-05
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Sat Aug 11, 2018 4:34 pm | |
| Same problem, tried all of the above, rebooted but cant get a connection. Its fine from a laptop running windoze 10, but I would prefer to use a old laptop that has linux on it out in the garage. Any more ideas besides chucking the laptop in a skip? | |
|
| |
beetle GRiSO Capo
Posts : 10200 Join date : 2013-09-30
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Sat Aug 11, 2018 6:36 pm | |
| No skippy. Linux good.
What happens when you run GuzziDiag as root? Or, if you have a swot version if Linux that doesn't allow you superpowers, run it with sudo?
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ..[You must be registered and logged in to see this image.].In GRiSO we trust! . | |
|
| |
Paggers GRiSO Capo
Posts : 45 Join date : 2018-08-05
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Sun Aug 12, 2018 3:15 am | |
| Thanks Beetle, one laptop saved from the skip. Ran it with sudo, works fine. Its a long time since I played with Linux, got to get the rapidly diminishing little grey cells working again. | |
|
| |
beetle GRiSO Capo
Posts : 10200 Join date : 2013-09-30
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out Sun Aug 12, 2018 4:38 am | |
| --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ..[You must be registered and logged in to see this image.].In GRiSO we trust! . | |
|
| |
Sponsored content
| Subject: Re: Guzzidiag on linux won't connect- com port greyed out | |
| |
|
| |
| Guzzidiag on linux won't connect- com port greyed out | |
|