<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Bob and all,<br>
    <br>
    I solved my problem, but it was a long way (I must say, I'm a Linux
    beginner).<br>
    The device ttyUSB0 grants permissions "native" only to root and the
    group dialout (type in : "ls -l /dev/ttyUSB0").<br>
    One solution ist to join the dialout groups.<br>
    Type in : "sudo adduser <username> dialout".<br>
    Caution : this modification needs a rebout to be effective. The
    command "groups" will then shows you belongs to the diualout group..<br>
    <br>
    Thanks to all and first to Bob !<br>
    <br>
    Luc/F6HJO/HB9ABB<br>
    <br>
    <div class="moz-cite-prefix">Le 15/10/2014 03:29, Bob Wilson, N6TV a
      écrit :<br>
    </div>
    <blockquote
cite="mid:CAOmNKGK2J8cSj2i3Gsjmc4m7SJazmRPpSTMRFYfvHaRDGNxJcA@mail.gmail.com"
      type="cite">
      <div dir="ltr">I see now that you tried to create this link in
        dosdevices, so assuming that using :dev instead of /dev was just
        an email typo, maybe there's one more step.
        <div><br>
        </div>
        <div>Edit ~/.wine/win.ini and add these lines</div>
        <div><br>
        </div>
        <div>
          <div><font face="courier new, monospace">[serialports]</font></div>
          <div><font face="courier new, monospace">Com9=/dev/ttyUSB0</font></div>
        </div>
        <div><br>
        </div>
        <div>See <a moz-do-not-send="true"
            href="http://www.witch.westfalen.de/Wine-HOWTO.txt">http://www.witch.westfalen.de/Wine-HOWTO.txt</a>
          and search the for "serial port'.  It also says you have to
          put the serial port and the userid in the dialout group?</div>
        <div><br>
        </div>
        <div class="gmail_extra">
          <div>73,
            <div>Bob, N6TV</div>
          </div>
          <br>
          <div class="gmail_quote">On Tue, Oct 14, 2014 at 6:16 PM, Bob
            Wilson, N6TV <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:n6tv@arrl.net" target="_blank">n6tv@arrl.net</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div dir="ltr">Isn't the command:
                <div><br>
                </div>
                <blockquote style="margin:0px 0px 0px
                  40px;border:none;padding:0px">
                  <div><font face="courier new, monospace">ln -s
                      /dev/ttyUSB0 com9</font></div>
                </blockquote>
                <div>
                  <div><br>
                  </div>
                  <div>instead of:</div>
                  <div><br>
                  </div>
                </div>
                <blockquote style="margin:0px 0px 0px
                  40px;border:none;padding:0px">
                  <div>
                    <div><font face="courier new, monospace">ln -s
                        :dev/ttyUSB0 com9</font></div>
                  </div>
                </blockquote>
                <div>
                  <div>
                    <div><br>
                    </div>
                    <div>
                      <div class="gmail_extra">
                        <div>as listed below?</div>
                        <div><br>
                        </div>
                        <div>I also think you need to do this command <i>after</i> changing
                          to the <b>dosdevices</b> directory, to place
                          the link in the right place.</div>
                        <div><br>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                <blockquote style="margin:0 0 0
                  40px;border:none;padding:0px">
                  <div>
                    <div>
                      <div>
                        <div class="gmail_extra">
                          <div><span style="font-family:'courier
                              new',monospace">cd ~/.wine/dosdevices </span></div>
                        </div>
                      </div>
                    </div>
                  </div>
                </blockquote>
                <div>
                  <div>
                    <div>
                      <div class="gmail_extra">
                        <div><br>
                        </div>
                        <div>(Source:  <a moz-do-not-send="true"
href="https://www.winehq.org/docs/wineusr-guide/misc-things-to-configure"
                            target="_blank">https://www.winehq.org/docs/wineusr-guide/misc-things-to-configure</a>
                          )<br>
                        </div>
                        <div><br>
                        </div>
                        <div>73,
                          <div>Bob, N6TV</div>
                        </div>
                        <div>
                          <div class="h5">
                            <br>
                            <div class="gmail_quote">On Tue, Oct 14,
                              2014 at 3:27 PM, Luc Favre <span
                                dir="ltr"><<a moz-do-not-send="true"
                                  href="mailto:luc-favre@orange.fr"
                                  target="_blank">luc-favre@orange.fr</a>></span>
                              wrote:<br>
                              <blockquote class="gmail_quote"
                                style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                                <div text="#000000" bgcolor="#FFFFFF">
                                  Hi All and Jussi,<br>
                                  <br>
                                  I need some help !<br>
                                  Unter Kubuntu 14.01 I've installed
                                  wine then Wintest. Wintest works fine
                                  but I'm unable to get the usb port
                                  working to cat the transceiver.<br>
                                  I use a FTDI FI 232 USB-RS232-cable
                                  'supplied by Elecraft. It's work fine
                                  under WXP.<br>
                                  On the Terminal, I typed "dmesg grep
                                  tty" to enable the device : OK.<br>
                                  Then I've created a symbolic link
                                  between ttyUSB0 and com9 (9 because my
                                  computer has an true serial port :
                                  com1)<br>
                                  "ln -s :dev/ttyUSB0 com9" in the
                                  dosdevices directory. So long
                                  eveything OK.<br>
                                  In Wintest interface windows, all com
                                  ports (1 to 9) are on, but no one ist
                                  working.<br>
                                  Do you have an idea ?<br>
                                  I want to migrate from WXP to linux,
                                  but wintest is a "show stopper" for me
                                  !<br>
                                  73<br>
                                  Luc/F6HJO/HB9ABB<br>
                                  <br>
                                  <div>Le 16/09/2014 23:52, Jussi
                                    Eloranta a écrit :<br>
                                  </div>
                                  <blockquote type="cite">
                                    <div>On 09/16/2014 02:48 PM, Luc
                                      Favre wrote:<br>
                                    </div>
                                    <blockquote type="cite"> Thanks Bob.
                                      It's just what I need.<br>
                                      I consider to migrate my
                                      applications to Ubuntu. So I'll
                                      tell you and the list the issues
                                      and success I'll have.<br>
                                    </blockquote>
                                    I have been using win-test on linux
                                    for quite some time now. I have only
                                    operated CW contests so far (with
                                    DTR keying)<br>
                                    and everything seems to work OK. I
                                    am using Fedora 20 rather than
                                    ubuntu but this should not matter. <br>
                                    Also, I haven't tried anything fancy
                                    like recording through sound card
                                    etc. but will get there eventually.<br>
                                    <br>
                                    Jussi Eloranta (AA6KJ)<br>
                                    <br>
                                    <br>
                                    <br>
                                    <fieldset></fieldset>
                                    <br>
                                    <pre>_______________________________________________
Support mailing list
<a moz-do-not-send="true" href="mailto:support@win-test.com" target="_blank">support@win-test.com</a>
<a moz-do-not-send="true" href="http://lists.f5mzn.org/cgi-bin/mailman/listinfo/support" target="_blank">http://lists.f5mzn.org/cgi-bin/mailman/listinfo/support</a>
</pre>
                                  </blockquote>
                                  <br>
                                </div>
                                <br>
_______________________________________________<br>
                                Support mailing list<br>
                                <a moz-do-not-send="true"
                                  href="mailto:support@win-test.com"
                                  target="_blank">support@win-test.com</a><br>
                                <a moz-do-not-send="true"
                                  href="http://lists.f5mzn.org/cgi-bin/mailman/listinfo/support"
                                  target="_blank">http://lists.f5mzn.org/cgi-bin/mailman/listinfo/support</a><br>
                                <br>
                              </blockquote>
                            </div>
                            <br>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>