blob: 5d501b5d4ade6e26304d35e102c3abd61321d3fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
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>
|