On 2011-01-27, Pete Vickers <[email protected]> wrote: > Hi, > > My Option iCON401 (aka GI401) [1], appears to require tickling to re-appear as > a umsm instead of the initial umass. Can someone point me at the file/list to > add the IDs to, too invoke this ?
*If* it is indeed compatible with umsm(4), add the device IDs to sys/dev/usb/usbdevs, make, and add the IDs in the table in sys/dev/usb/umsm.c. Before you build kernels, first try to eject the umass device (e.g. eject cd1). If that does the trick then DEV_UMASS4 is the one to use. Otherwise you can try the various DEV_UMASS# (currently 1 through 6). > thanks > > /Pete > > > $ usbdevs -dv -f /dev/usb0 > > Controller /dev/usb0: > addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), > Intel(0x8086), rev 1.00 > uhub0 > port 1 addr 2: high speed, power 500 mA, config 1, Globetrotter HSUPA > Modem(0x7401), Option N.V.(0x0af0), rev 0.00, iSerialNumber Serial Number > umass0 > > > > Under Mac OS.X it creates 4 serial lines: > > mbp:~ pete$ ls- l /dev/tty.GI* > crw-rw-rw- 1 root wheel 11, 8 Jan 26 22:35 /dev/tty.GI401 App > crw-rw-rw- 1 root wheel 11, 10 Jan 26 22:35 /dev/tty.GI401 Control > crw-rw-rw- 1 root wheel 11, 6 Jan 26 22:35 /dev/tty.GI401 Diag > crw-rw-rw- 1 root wheel 11, 12 Jan 26 22:35 /dev/tty.GI401 Modem > > > [1] http://www.option.com/en/products/products/usb-modems/icon401

