Re: [PLUG] How do I talk to it

2018-06-11 Thread Larry Brigman
from a wine/dos prompt -> dir g:? On Sun, Jun 10, 2018 at 9:28 PM Chuck Hast wrote: > Yes that is what g: is aimed at. But for some reason the program does not > see > it. > > On Sun, Jun 10, 2018 at 11:20 PM, Larry Brigman > wrote: > > > More likely to sdb. > > > > On Sun, Jun 10, 2018 at

Re: [PLUG] How do I talk to it

2018-06-10 Thread Chuck Hast
Yes that is what g: is aimed at. But for some reason the program does not see it. On Sun, Jun 10, 2018 at 11:20 PM, Larry Brigman wrote: > More likely to sdb. > > On Sun, Jun 10, 2018 at 9:01 PM Chuck Hast wrote: > > > On closer inspection I see that both of these are removed when the device >

Re: [PLUG] How do I talk to it

2018-06-10 Thread Larry Brigman
More likely to sdb. On Sun, Jun 10, 2018 at 9:01 PM Chuck Hast wrote: > On closer inspection I see that both of these are removed when the device > is > disconnected: > Jun 9 23:18:50 kp4djt-t420 kernel: [ 1136.185219] sd 9:0:0:0: Attached > scsi generic sg2 type 0 > Jun 9 23:18:50

Re: [PLUG] How do I talk to it

2018-06-10 Thread Chuck Hast
Well, I looked at the listed dosdevices turns out g: is linked to sdb. BUT it complains that it cannot find the correct device driver. The program in question has no info on what it is aimed at. FYI it is the programming tool for a radio ConnectSystems CS800D. I wonder if it is a permissions

Re: [PLUG] How do I talk to it

2018-06-10 Thread Chuck Hast
Chee, I missed that one... Well now to give it a try, but I am getting too sleepy, so better wait until tomorrow. On Sun, Jun 10, 2018 at 9:08 PM, Russell Senior wrote: > dmesg says /dev/sdb > > df or mount will only show it if it has been mounted. > > On Sun, Jun 10, 2018 at 6:20 PM, Chuck

Re: [PLUG] How do I talk to it

2018-06-10 Thread Russell Senior
dmesg says /dev/sdb df or mount will only show it if it has been mounted. On Sun, Jun 10, 2018 at 6:20 PM, Chuck Hast wrote: > That was the second option after looking in /dev. I figured it would show > up in > one of those places but no joy. > Here is what I see from the df command > >

Re: [PLUG] How do I talk to it

2018-06-10 Thread Chuck Hast
That was the second option after looking in /dev. I figured it would show up in one of those places but no joy. Here is what I see from the df command Pre-USB connection: kp4djt@kp4djt-t420:/dev$ df Filesystem 1K-blocks Used Available Use% Mounted on udev 3952548 0

Re: [PLUG] How do I talk to it

2018-06-10 Thread Ken Stephens
The it will be a drive letter in dosdevices. Do a df and see where it is mounted. In a Fedora Distribution, it should be mounted in /run/media//. Link that to a drive letter in dosdevices. Ken On Sun, Jun 10, 2018 at 11:18 AM Chuck Hast wrote: > Ken, > The first thing I did was look in /dev

Re: [PLUG] How do I talk to it

2018-06-10 Thread Chuck Hast
Ken, The first thing I did was look in /dev to see if it was there but no joy. I see the device appear on my desktop as a ST MicroSD Flash, but I cannot find where to setup a link to the thing. On Sun, Jun 10, 2018 at 11:02 AM, Ken Stephens wrote: > Chuck, > > You need to add a link to it in