Hi

Thanks very much for the help. Your suggestion did work. The following line
modprobe usbserial vendor=0x0403 product=0xd738
did get us node in /dev when the device is plugged in, and dmesg gave us the following;


Apr 21 14:09:44 nors kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic
Apr 21 14:09:44 nors kernel: usbcore: registered new driver usbserial_generic
Apr 21 14:09:44 nors kernel: usbcore: registered new driver usbserial
Apr 21 14:09:44 nors kernel: drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0


and then...

Apr 21 14:09:48 nors kernel: usb 1-1: new full speed USB device using uhci_hcd and address 7
Apr 21 14:09:49 nors kernel: usbserial_generic 1-1:1.0: Generic converter detected
Apr 21 14:09:49 nors kernel: usb 1-1: Generic converter now attached to ttyUSB0
Apr 21 14:09:49 nors udev[9376]: creating device node '/dev/ttyUSB0'
Apr 21 14:09:50 nors 05-pam_console.dev[9396]: Restoring console permissions for /dev/ttyUSB0
Apr 21 14:13:12 nors kernel: ftdi_sio: Unknown parameter `vendor'
Apr 21 14:13:12 nors kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI SIO
Apr 21 14:13:12 nors kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI 8U232AM Compatible
Apr 21 14:13:12 nors kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI FT232BM Compatible
Apr 21 14:13:12 nors kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI FT2232C Compatible
Apr 21 14:13:12 nors kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for USB-UIRT Infrared Tranceiver
Apr 21 14:13:12 nors kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for Home-Electronics TIRA-1 IR Transceiver
Apr 21 14:13:12 nors kernel: usbcore: registered new driver ftdi_sio
Apr 21 14:13:12 nors kernel: drivers/usb/serial/ftdi_sio.c: v1.4.1:USB FTDI Serial Converters Driver


but unfortunately we ran into other problems. We still cannot communicate through the device, but that is most likely because our assumption that it was a straightforward usb->serial converter is not valid.

Thanks for the help!

Esben



-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to