Results 1 to 3 of 3

Thread: usb-serial port

  1. #1
    Join Date
    May 2007
    Beans
    14

    usb-serial port

    Ubuntu 12.04 seems to have a problem with /dev/ttyUSB0
    I have 10.04 and 12.04 running on the same computer (Dell Inspiron 560)
    In 10.04 the port works perfectly. In 12.04 the port /dev/ttyUSB0 is installed (prolific 2303) but can't be opened.
    Anyone with similar problem? Any solutions?

  2. #2
    Join Date
    Oct 2009
    Location
    A world without windows
    Beans
    Hidden!

    Re: usb-serial port

    wondering if this a permissions problem

    can check with
    Code:
    ls -al /dev/ttyUSB0
    to give user permissions try as root

    Code:
    sudo chmod 666 /dev/ttyUSB0
    or
    Code:
    sudo su
    chmod 666 /dev/ttyUSB0
    then check with "ls -al /dev/ttyUSB0"
    Two tin cans are better than an iphone

    http://www.ehow.co.uk/how_2067160_ma...hone.html?cr=1

  3. #3
    Join Date
    May 2007
    Beans
    14

    Re: usb-serial port

    Nail on the head! Permission problem. Everything working fine now. Thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •