diff options
Diffstat (limited to 'static/freebsd/man4/urio.4 4.html')
| -rw-r--r-- | static/freebsd/man4/urio.4 4.html | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/static/freebsd/man4/urio.4 4.html b/static/freebsd/man4/urio.4 4.html new file mode 100644 index 00000000..5d501b5d --- /dev/null +++ b/static/freebsd/man4/urio.4 4.html @@ -0,0 +1,101 @@ +<table class="head"> + <tr> + <td class="head-ltitle">URIO(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">URIO(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">urio</code> — <span class="Nd">USB driver + for the Rio MP3 players</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp">To compile this driver into the kernel, place the following line + in your kernel configuration file:</p> +<div class="Bd Pp Bd-indent"><code class="Cd">device urio</code></div> +<p class="Pp">Alternatively, to load the driver as a module at boot time, place + the following line in <a class="Xr">loader.conf(5)</a>:</p> +<div class="Bd Pp Bd-indent Li"> +<pre>urio_load="YES"</pre> +</div> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">urio</code> driver provides support for Rio + MP3 players from Diamond MultiMedia which attaches to the USB port. The + <code class="Nm">urio</code> device must be configured in the kernel, along + with <a class="permalink" href="#usb"><i class="Em" id="usb">usb</i></a> and + one of the + <a class="permalink" href="#uhci"><i class="Em" id="uhci">uhci</i></a> or + <a class="permalink" href="#ohci"><i class="Em" id="ohci">ohci</i></a> + controllers.</p> +<p class="Pp">Subsequently, the <span class="Pa">/dev/urio0</span> device can be + used by the Rio userland applications.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> +<p class="Pp">The following devices are supported by the + <code class="Nm">urio</code> driver:</p> +<p class="Pp"></p> +<ul class="Bl-bullet Bl-compact"> + <li>Diamond MultiMedia Rio 500</li> + <li>Diamond MultiMedia Rio 600</li> + <li>Diamond MultiMedia Rio 800</li> +</ul> +</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/urio0</span></dt> + <dd>blocking device node</dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1> +<p class="Pp">The following line in the kernel configuration file adds the + <code class="Nm">urio</code> driver to the kernel:</p> +<div class="Bd Bd-indent"><code class="Li">device urio</code></div> +<p class="Pp">To download a song over the USB connection into the Rio using the + <a class="Xr">rio_add_song(1)</a> utility (see the + <a class="Sx" href="#SEE_ALSO">SEE ALSO</a> section):</p> +<div class="Bd Bd-indent"><code class="Li">rio_add_song + /usr/local/MP3/TracyChapman/02-Fast-Car.mp3</code></div> +</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">ohci(4)</a>, <a class="Xr">uhci(4)</a>, + <a class="Xr">usb(4)</a></p> +<p class="Pp"><cite class="Rs"><span class="RsT">The Rio 500 SourceForge Project + Web Page</span>, + <a class="RsU" href="http://rio500.sourceforge.net/">http://rio500.sourceforge.net/</a>.</cite></p> +<p class="Pp">The Rio500 tools from SourceForge are the actual userland tools + used to download, format or rename songs on players. When compiling these + tools, the following pre-build configuration command will ensure that + <span class="Pa">rio_usb.h</span> is available in the include path and that + the device used is <span class="Pa">/dev/urio0</span>:</p> +<div class="Bd Pp Bd-indent Li"> +<pre>CFLAGS="-I/usr/include/dev/usb" ./configure \ + --with-devicepath='/dev' --with-deviceentry='urio0'</pre> +</div> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">The <code class="Nm">urio</code> driver was written by + <span class="An">Iwasa Kazmi</span> + <<a class="Mt" href="mailto:kzmi@ca2.so-net.ne.jp">kzmi@ca2.so-net.ne.jp</a>> + for <span class="Ux">FreeBSD</span>.</p> +<p class="Pp">This manual page was written by <span class="An">Dirk-Willem van + Gulik</span> + <<a class="Mt" href="mailto:dirkx@webweaving.org">dirkx@webweaving.org</a>>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">November 22, 2006</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
