* On 2022 07 Aug 13:03 -0500, Ed wrote:
> Is this the correct way to start it ?
>
> ./winkeydaemon -n -d /dev/ttyUSB0
>
> This is what I get
>
> bash: ./winkeydaemon: No such file or directory
>
> The directory it is in is in my path.
Hi Ed,
Then the ./ is not required. In essence, the ./ te
On Mon, 8 Aug 2022 03:43:16 -0500
Nate Bargmann wrote:
> Hi Ed,
>
> Then the ./ is not required. In essence, the ./ tells the shell to
> run the command that is found in the current directory and to look
> nowhere else.
> Hope that helps.
>
> 73, Nate
I put the winkey daemon in /home/ed/
How did you install that? With your distro's package manager or some
other way? If some other way, what was it?
If you have the file tool installed
(https://manpages.debian.org/stretch/file/file.1.en.html), what does
'file /home/ed/bin/winkeydaemon' say?
Best regards,
Drew
n7da
On Mon, Aug 8,
* On 2022 08 Aug 09:08 -0500, Ed wrote:
> On Mon, 8 Aug 2022 03:43:16 -0500
> Nate Bargmann wrote:
>
>
> > Hi Ed,
> >
> > Then the ./ is not required. In essence, the ./ tells the shell to
> > run the command that is found in the current directory and to look
> > nowhere else.
>
> > Hope t
On Mon, 8 Aug 2022 10:39:37 -0500
Nate Bargmann wrote:
> >
> > I put the winkey daemon in /home/ed/bin, this is the output:
> >
> > /home/ed/bin/winkeydaemon: line 8: syntax error near unexpected
> > token `newline' /home/ed/bin/winkeydaemon: line 8: ` > html>'
>
> Looks like you tried to s
I got the file packaged and made it executable.Not that hard to
copy/paste.
But:
stty: /dev/ttyUSB0: No such file or directory
Died at /home/ed/bin/winkeydaemon line 242.
I found no /dev/ttyUSB0 which is hard to believe.
Ed W3NR
So, what hardware device are you trying to use? A USB serial adapter?
Something else? (Non-USB serial ports won't have USB in the device
filename.)
Regardless, should show up in dmesg during boot time.
On Mon, Aug 8, 2022 at 7:33 PM Ed wrote:
>
> I got the file packaged and made it executable