diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
| commit | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch) | |
| tree | adf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man4/uhso.4 4.html | |
| parent | a9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff) | |
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man4/uhso.4 4.html')
| -rw-r--r-- | static/netbsd/man4/uhso.4 4.html | 169 |
1 files changed, 169 insertions, 0 deletions
diff --git a/static/netbsd/man4/uhso.4 4.html b/static/netbsd/man4/uhso.4 4.html new file mode 100644 index 00000000..3e757317 --- /dev/null +++ b/static/netbsd/man4/uhso.4 4.html @@ -0,0 +1,169 @@ +<table class="head"> + <tr> + <td class="head-ltitle">UHSO(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">UHSO(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">uhso</code> — <span class="Nd">Option N.V. + Wireless WAN modem driver</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">uhso* at uhub? port ?</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> +<p class="Pp">The <code class="Nm">uhso</code> driver supports at least the + following adapters:</p> +<p class="Pp"></p> +<div class="Bd-indent"> +<dl class="Bl-tag Bl-compact"> + <dt>GlobeSurfer HSUPA</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeSurfer iCON 7.2</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter Express 40x</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter Express HSUPA</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter HSUPA</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter HSUPA Modem</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter Max HSDPA</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter Module 382</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter iCON 225</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter iCON 321</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter iCON 322</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter iCON 401</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter iCON 505</dt> + <dd style="width: auto;"> </dd> + <dt>GlobeTrotter iCON EDGE</dt> + <dd style="width: auto;"> </dd> +</dl> +</div> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The Option N.V. modems appear at first as a + <a class="Xr">umass(4)</a> device containing the Windows and MacOS drivers + and, upon receipt of a SCSI "REZERO UNIT" command, will detach + from the USB bus and reattach as a Wireless WAN modem. Unless disabled by + clearing the <a class="Xr">sysctl(8)</a> variable + <code class="Dv">hw.uhso.autoswitch</code>, the driver will handle that + automatically.</p> +<p class="Pp">The modems provide a number of IO channels spread over several USB + interfaces which are mapped by function to a standard port number in each + driver instance. The defined channels are:</p> +<table class="Bl-column Bd-indent"> + <tr id="Channel"> + <td><a class="permalink" href="#Channel"><b class="Sy">Channel + Name</b></a></td> + <td><a class="permalink" href="#Port"><b class="Sy" id="Port">Port</b></a></td> + </tr> + <tr> + <td>Control</td> + <td>0</td> + </tr> + <tr> + <td>Diagnostic</td> + <td>1</td> + </tr> + <tr> + <td>Diagnostic 2</td> + <td>2</td> + </tr> + <tr> + <td>Application</td> + <td>3</td> + </tr> + <tr> + <td>Application 2</td> + <td>4</td> + </tr> + <tr> + <td>GPS</td> + <td>5</td> + </tr> + <tr> + <td>GPS Control</td> + <td>6</td> + </tr> + <tr> + <td>PC Smartcard</td> + <td>7</td> + </tr> + <tr> + <td>Modem</td> + <td>8</td> + </tr> + <tr> + <td>MSD</td> + <td>9</td> + </tr> + <tr> + <td>Voice</td> + <td>10</td> + </tr> + <tr> + <td>Network</td> + <td>11</td> + </tr> +</table> +<p class="Pp">Apart from the Network port, which is attached as a network + interface, the ports are attached as <a class="Xr">tty(4)</a> devices using + the port number as the minor device number. In order to connect using + <a class="Xr">pppd(8)</a>, the Modem tty should be used (eg + /dev/ttyHS0.08).</p> +<p class="Pp">The Network port provides a direct IPv4 interface, but before this + can be used the modem needs to be placed in connected mode and network + settings subsequently retrieved using the proprietary "_OWANCALL" + and "_OWANDATA" AT commands on the Control port.</p> +<p class="Pp">Note that the Modem and Network ports should not be enabled at the + same time for USB performance reasons.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> +<dl class="Bl-tag Bl-compact"> + <dt><span class="Pa">/dev/ttyHS?.??</span></dt> + <dd style="width: auto;"> </dd> + <dt><span class="Pa">/dev/dtyHS?.??</span></dt> + <dd style="width: auto;"> </dd> + <dt><span class="Pa">/dev/ctyHS?.??</span></dt> + <dd style="width: auto;"> </dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">intro(4)</a>, <a class="Xr">netintro(4)</a>, + <a class="Xr">tty(4)</a>, <a class="Xr">uhub(4)</a>, + <a class="Xr">usb(4)</a>, <a class="Xr">ifconfig(8)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">This driver originated as the <code class="Nm">hso</code> module + for <span class="Ux">FreeBSD</span> written by <span class="An">Frederik + Lindberg</span>. It was rewritten for <span class="Ux">NetBSD</span>, and to + provide more complete device support with information extracted from the + <code class="Nm">hso</code> driver for Linux provided by Option N.V.</p> +<p class="Pp">The rewrite and this manual page by <span class="An">Iain + Hibbert</span>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">July 19, 2014</td> + <td class="foot-os">NetBSD 10.1</td> + </tr> +</table> |
