Menu

Error on Ubuntu 13.10

2014-01-11
2014-01-11
  • Luís de Sousa

    Luís de Sousa - 2014-01-11

    Hi. I just checked out and compiled frant on Ubuntu 13.10. I have the 310XT and ANT USB key connected. When I run frant I get this error:

    $ ./frant -p
    Error opening serial port '/dev/ttyUSB0'

    Any ideas? Thanks.

     
    • prcoder

      prcoder - 2014-01-11

      On 11 января 2014 22:27:27 you wrote:

      Hi. I just checked out and compiled frant on Ubuntu 13.10. I have the 310XT
      and ANT USB key connected. When I run frant I get this error:

      $ ./frant -p
      Error opening serial port '/dev/ttyUSB0'

      Any ideas? Thanks.

      Dou you have /dev/ttyUSB0 after inserting ANT stick ?
      May be you have ANT Stick v2 ?
      What tell command 'lsusb' ?

      --
      WBR,
      Oleg Khudyakov (prcoder@gmail.com)

      Отпечаток ключа = 8AAB 8841 965D 1066 76E7 8C04 F614 C304 BF83 D391

       
    • prcoder

      prcoder - 2014-01-11

      On 11 января 2014 22:27:27 you wrote:

      Hi. I just checked out and compiled frant on Ubuntu 13.10. I have the 310XT
      and ANT USB key connected. When I run frant I get this error:

      $ ./frant -p
      Error opening serial port '/dev/ttyUSB0'

      Any ideas? Thanks.

      This is old-style device with external cp210x converter converter:
      ID 0fcf:1004 Dynastream Innovations, Inc. ANT2USB

      And this is new style device with internal ANT2USB converter:
      ID 0fcf:1008 Dynastream Innovations, Inc. Mini stick Suunto

      If you have 0fcf:1008, but can't see "Dynastream Innovations, Inc. Mini stick
      Suunto" description, than you have probably old kernel. If so, than update it.
      I use kernel 3.12.6-300, and this new-style device works for me.

      In any case you must have /dev/ttyUSB0 after inserting stick.
      And you must have right to it.

      $ls -al /dev/ttyUSB*
      crw-rw---- 1 root dialout 188, 0 янв 10 21:43 /dev/ttyUSB0

      If you don't anve right, add yourself to group 'dialout' or something like
      that in Ubuntu. I use Fedora release 20 (Heisenbug).

      --
      WBR,
      Oleg Khudyakov (prcoder@gmail.com)

      Отпечаток ключа = 8AAB 8841 965D 1066 76E7 8C04 F614 C304 BF83 D391

       
  • prcoder

    prcoder - 2014-01-11

    Probably you have new style stick, but old linux kernel.

    What you can see when use 'lsusb' command ?

    This is old-style device with external cp210x converter converter:
    ID 0fcf:1004 Dynastream Innovations, Inc. ANT2USB

    And this is new style device with internal ANT2USB converter:
    ID 0fcf:1008 Dynastream Innovations, Inc. Mini stick Suunto

    If you have 0fcf:1008, but can't see "Dynastream Innovations, Inc. Mini stick
    Suunto" description, than you have probably old kernel. If so, than update it.
    I use kernel 3.12.6-300, and this new-style device works for me.

    In any case you must have /dev/ttyUSB0 after inserting stick.
    And you must have right to it.

    $ls -al /dev/ttyUSB*
    crw-rw---- 1 root dialout 188, 0 янв 10 21:43 /dev/ttyUSB0

    If you don't anve right, add yourself to group 'dialout' or something like
    that in Ubuntu. I use Fedora release 20 (Heisenbug).

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.