u3g.4 (c2025a76606b44c4d5367b7509fbc0285ae1e7f8) u3g.4 (0ea0127a4db7e850a4d7f5ed08eb7078b82c95bb)
1.\"
2.\" Copyright (c) 2008 AnyWi Technologies
3.\" All rights reserved.
4.\"
5.\" This code is derived from uark.c
6.\"
7.\" Permission to use, copy, modify, and distribute this software for any
8.\" purpose with or without fee is hereby granted, provided that the above

--- 71 unchanged lines hidden (view full) ---

80connections as well as extra ports (depending on the specific device) to
81provide other functions (additional command port, diagnostic port, SIM toolkit
82port).
83.Pp
84In some of these devices a mass storage device supported by the
85.Xr umass 4
86driver is present which contains Windows and Mac OS X drivers.
87The device starts up in disk mode (TruInstall, ZeroCD, etc.) and requires
1.\"
2.\" Copyright (c) 2008 AnyWi Technologies
3.\" All rights reserved.
4.\"
5.\" This code is derived from uark.c
6.\"
7.\" Permission to use, copy, modify, and distribute this software for any
8.\" purpose with or without fee is hereby granted, provided that the above

--- 71 unchanged lines hidden (view full) ---

80connections as well as extra ports (depending on the specific device) to
81provide other functions (additional command port, diagnostic port, SIM toolkit
82port).
83.Pp
84In some of these devices a mass storage device supported by the
85.Xr umass 4
86driver is present which contains Windows and Mac OS X drivers.
87The device starts up in disk mode (TruInstall, ZeroCD, etc.) and requires
88additional commands to switch it to modem mode.
88additional commands to switch it to modem mode. If your device is not
89switching automatically, please try to add quirks. See
90.Xr usbconfig 5
91and
92.Xr usb_quirk 4 .
89.Pp
93.Pp
90The
91.Xr u3gstub 4
92device will attach temporarily to a 3G device with a mass storage device and
93force it to switch to modem mode.
94The attach and detach of
95.Xr u3gstub
96and any driver disk device present on the 3G device is hidden, unless the
97machine was booted in verbose mode (see
98.Xr boot 8 ) .
99To temporarily unhide the device, set
100.Va debug.bootverbose
101to 1 using
102.Xr sysctl 8
103and replug the device.
104.Sh SEE ALSO
105.Xr tty 4 ,
106.Xr ucom 4 ,
94.Sh SEE ALSO
95.Xr tty 4 ,
96.Xr ucom 4 ,
107.Xr usb 4
97.XR u3g 4 ,
98.Xr usb 4 ,
99.Xr usb_quirk 4 ,
100.Xr usbconfig 5
108.Sh HISTORY
109The
110.Nm
111driver appeared in
112.Fx 7.2 ,
113is based on the
114.Xr uark 4
115driver, and written by
116.An Andrea Guzzo Aq aguzzo@anywi.com
117in September 2008.
118.Sh AUTHORS
119The
120.Nm
121driver was written by
122.An Andrea Guzzo Aq aguzzo@anywi.com
123and
124.An Nick Hibma Aq n_hibma@FreeBSD.org .
125Hardware for testing was provided by AnyWi Technologies, Leiden, NL.
101.Sh HISTORY
102The
103.Nm
104driver appeared in
105.Fx 7.2 ,
106is based on the
107.Xr uark 4
108driver, and written by
109.An Andrea Guzzo Aq aguzzo@anywi.com
110in September 2008.
111.Sh AUTHORS
112The
113.Nm
114driver was written by
115.An Andrea Guzzo Aq aguzzo@anywi.com
116and
117.An Nick Hibma Aq n_hibma@FreeBSD.org .
118Hardware for testing was provided by AnyWi Technologies, Leiden, NL.