Author Topic: Usb To Serial Converter Don't Work  (Read 2742 times)

LukeLuke

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • http://
Usb To Serial Converter Don't Work
« on: August 29, 2006, 08:00:45 am »
Hello, i was try my USB  to Serial converter.

The Z see it right and load the right module, it say that is attached in ttyUSB0, but in /dev thereisn't this mount point.

Code: [Select]

usb 1-2: new full speed USB device using pxa27x-ohci and address 2
usb 1-2: configuration #1 chosen from 1 choice
usbcore: registered new driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbcore: registered new driver usbserial_generic
drivers/usb/serial/usb-serial.c: USB Serial Driver core
drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
pl2303 1-2:1.0: pl2303 converter detected
usb 1-2: pl2303 converter now attached to ttyUSB0
usbcore: registered new driver pl2303
drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver

What can i do ?

THANKS

Bye

karlto

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
    • http://
Usb To Serial Converter Don't Work
« Reply #1 on: August 29, 2006, 03:52:40 pm »
I'm only shooting in the dark here, but I have a /dev/usb/ directory - maybe in there?
SL6000-L, RC12

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
Usb To Serial Converter Don't Work
« Reply #2 on: August 29, 2006, 05:47:24 pm »
Are u using beta4? I have same problem the udev dont creating the device node... and I dont do a solutions... dont have time at moment to do... sry...

This loads the drivers for usb->serial but dont create the device node for it...
« Last Edit: August 29, 2006, 05:48:35 pm by anunakin »
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

LukeLuke

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • http://
Usb To Serial Converter Don't Work
« Reply #3 on: August 30, 2006, 06:47:01 am »
Quote
Are u using beta4? I have same problem the udev dont creating the device node... and I dont do a solutions... dont have time at moment to do... sry...

This loads the drivers for usb->serial but dont create the device node for it...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140126\"][{POST_SNAPBACK}][/a][/div]
yes i use beta4

LukeLuke

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • http://
Usb To Serial Converter Don't Work
« Reply #4 on: August 30, 2006, 06:51:28 am »
Quote
I'm only shooting in the dark here, but I have a /dev/usb/ directory - maybe in there?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140115\"][{POST_SNAPBACK}][/a][/div]

i don't have this directory!

THANKS

Bye

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
Usb To Serial Converter Don't Work
« Reply #5 on: August 30, 2006, 08:42:34 am »
maybe you will find my post in this thread helpful. I'm using beta1, things may change in beta4. But I guess you can always make the node of ttyUSB0

https://www.oesf.org/forums/index.php?showtopic=17851&st=15
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
Usb To Serial Converter Don't Work
« Reply #6 on: August 31, 2006, 08:51:48 am »
Quote
maybe you will find my post in this thread helpful. I'm using beta1, things may change in beta4. But I guess you can always make the node of ttyUSB0

https://www.oesf.org/forums/index.php?showtopic=17851&st=15
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140169\"][{POST_SNAPBACK}][/a][/div]

We dont have /dev/usb/ in beta 4;
Beta 1 uses hotplug and beta 4 use udev
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

LukeLuke

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • http://
Usb To Serial Converter Don't Work
« Reply #7 on: August 31, 2006, 09:04:24 am »
Quote
maybe you will find my post in this thread helpful. I'm using beta1, things may change in beta4. But I guess you can always make the node of ttyUSB0

https://www.oesf.org/forums/index.php?showtopic=17851&st=15
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140169\"][{POST_SNAPBACK}][/a][/div]

OKKKKKKK!!!!!

I make : mknod -m 660 ttyUSB0 c 188 0

and now when i use minicom /dev/ttyUSB0 it's work!

THANKS

Bye