On Mon, Jan 16, 2006 at 10:52:12PM -0500, Bob Dodds wrote:
> How do I have udev or pl2303 make /dev/ttyUSB0 for a Nokia
> ca42 cable with a Nokia 6101 phone on it?
> 
> kernel 2.6.15 with mm3 patch
> 
> /usr/src/kernel-source-2.6.15/drivers/usb/serial/pl2303.h
> 
> Prolific PL2303 Driver
> 
>  This driver support any device that has the PL2303 chip from Prolific
>  in it.  This includes a number of single port USB to serial
>  converters and USB GPS devices.  Devices from Aten (the UC-232) and
>  IO-Data work with this driver.
> 
> #define CA_42_CA42_VENDOR_ID    0x10b5
> #define CA_42_CA42_PRODUCT_ID   0xac70
> 
> dpkg --list '*udev*'
> 
> ii  udev                     0.080-1                  /dev/ management 
> daemon
> 
> modprobe pl2303
> 
> lsmod
> 
> Module                  Size  Used by
> pl2303                 16580  0
> usbserial              23332  1 pl2303
> cdc_acm                10692  0
> usb_storage            63520  0
> libusual                5840  1 usb_storage
> ehci_hcd               27852  0
> ohci_hcd               16988  0
> usbcore                97184  8 
> pl2303,usbserial,cdc_acm,usb_storage,libusual,ehci_hcd,ohci_hcd
> 
> cat /proc/devices
> 
> Character devices:
> 
> 166 ttyACM
> 188 ttyUSB
> 
> /dev/ttyACM0 exists
> /dev/ttyUSB0 does not exist
> 
> dmesg
> 
> drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
> usbcore: registered new driver pl2303
> drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver
> usb 2-1: USB disconnect, address 4
> usb 2-1: new full speed USB device using ohci_hcd and address 5
> usb 2-1: configuration #1 chosen from 1 choice
> 
> idProduct, idVendor
> cat /sys/bus/usb/devices/*/2-1/*id[PV]*
> 0802
> 0421
> 
> grep CA_42 /usr/src/kernel-source-2.6.15/drivers/usb/serial/pl2303.h
> #define CA_42_CA42_VENDOR_ID    0x10b5
> #define CA_42_CA42_PRODUCT_ID   0xac70

I don't understand, what is the id of the device that you have?

thanks,

greg k-h


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to