Install modem on USB

I'm trying to install a usb converter to serial hardware. I want use a modem, but I obtain de next message in /var/adm/message:

Nov 7 18:42:41 solaris10 usba: [ID 912658 kern.info] USB 1.10 device (usb403,6001) oper

ating at full speed (USB 1.x) on USB 1.10 root hub: device@2, usb_mid4 at bus address 2

Nov 7 18:42:41 solaris10 usba: [ID 349649 kern.info]FTDI usb serial converter FTCUI3

AP

Nov 7 18:42:41 solaris10 genunix: [ID 936769 kern.info] usb_mid4 is /pci@0,0/pci1043,80

a6@1d/device@2

Nov 7 18:42:41 solaris10 genunix: [ID 408114 kern.info] /pci@0,0/pci1043,80a6@1d/device

@2 (usb_mid4) online

Nov 7 18:42:41 solaris10 usba: [ID 723738 kern.info] /pci@0,0/pci1043,80a6@1d/device@2

(usb_mid4): no driver found for interface 0 (nodename: 'interface') of FTDI usb serial c

onverter FTCUI3AP

I'm load next modules:

80 f9000000 1d39c-1 usba (USBA: USB Architecture 2.0 1.59)

91 f909c0001b94 271 usb_mid (USB Multi Interface Driver 1.38)

217 feb856f4 12398 341 usbser_edge (USB Digi Edgeport driver 1.5)

218 fe9962183274-1 usbser (USB generic serial module 1.14)

219 f91c3000364c 371 usbsksp (USB keyspan usb2serial driver 1)

220 f91c5b341fb0 561 usbsprl (USB Prolific PL2303 driver 1.1)

[1312 byte] By [eqwrwe] at [2007-11-26 11:18:48]
# 1

Hello.

This means that Solaris does not come with a driver for this device.

If you have the "ugen" driver (for Solaris 9 you must upgrade the USB drivers; I do not know how Solaris 10 does this) you may make the drive "usb403,6001" be handled by "ugen".

"ugen" is a driver that allows quite simple access to USB devices from C programs as far as

- You are familiar with USB control requests

- The device does not use "isochronous" transfers

You may try to write a C program which uses /dev/pts to simulate a COM port which transfers all the data to the USB device. I wrote a similar program for a Cypress converter.

Martin

Martin_Rosenau at 2007-7-7 3:34:07 > top of Java-index,General,Sun Networking Services and Protocols...