damonkohler / pyrobot

Automatically exported from code.google.com/p/pyrobot
5 stars 2 forks source link

Unable to fine ttyUSB0 on G1G1 laptop #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install software on XO and connect as instructed and pictured
2. Using G1G1 with most recent updates
3. Run with python web_ui.py 192.168.1.100:8089
4. Get error serial.serialutil.SerialException: Could not open port: [Errno
2] No such file o r directory: '/dev/ttyUSB0'
5.  Look in /dev directory, and there is no ttyUSB0 device, but there are
others like usbdev2.1_ep00.  None of the obviously work

What is the expected output? What do you see instead?
Am expecting a ttyUSB0 file to be present in the /dev folder

What version of the product are you using? On what operating system?
The alpha release on the google code site.

Please provide any additional information below.
I have searched for ways to add the device and have rebooted.  Am not sure
if one of the usbdev files is the appropriate one.  Can change the code in
pyrobot.py, but nothing seems to work that I have tried.

Original issue reported on code.google.com by saasmath@gmail.com on 22 Mar 2008 at 9:11

GoogleCodeExporter commented 9 years ago
Problem solved:

The Radio Shack 26-183 USB to Serial cable used for the demonstration has 
changed
chip-sets.  The newer one is not recognized my Linux Fredora.  A different
USB-to-Serial cable worked and all is well.

Original comment by saasmath@gmail.com on 30 Mar 2008 at 11:15

GoogleCodeExporter commented 9 years ago

Original comment by damonkoh...@gmail.com on 12 Jul 2008 at 7:37