diff options
Diffstat (limited to 'static/freebsd/man4/rtwnfw.4 3.html')
| -rw-r--r-- | static/freebsd/man4/rtwnfw.4 3.html | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/static/freebsd/man4/rtwnfw.4 3.html b/static/freebsd/man4/rtwnfw.4 3.html new file mode 100644 index 00000000..75e752eb --- /dev/null +++ b/static/freebsd/man4/rtwnfw.4 3.html @@ -0,0 +1,87 @@ +<table class="head"> + <tr> + <td class="head-ltitle">RTWNFW(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">RTWNFW(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">rtwnfw</code> — <span class="Nd">Firmware + Module for Realtek Wireless driver</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 module into the kernel, place the following line + in your kernel configuration file:</p> +<div class="Bd Pp Bd-indent"><code class="Cd">device rtwnfw</code></div> +<p class="Pp">This will include all firmware images inside the kernel. If you + want to pick only the firmware image for your network adapter choose one of + the following:</p> +<div class="Bd Pp Bd-indent"><code class="Cd">device rtwn-rtl8188eefw</code> +<br/> +<code class="Cd">device rtwn-rtl8188eufw</code> +<br/> +<code class="Cd">device rtwn-rtl8192cfwE_B</code> +<br/> +<code class="Cd">device rtwn-rtl8192cfwE</code> +<br/> +<code class="Cd">device rtwn-rtl8192cfwT</code> +<br/> +<code class="Cd">device rtwn-rtl8192cfwU</code> +<br/> +<code class="Cd">device rtwn-rtl8192eufw</code> +<br/> +<code class="Cd">device rtwn-rtl8812aufw</code> +<br/> +<code class="Cd">device rtwn-rtl8821aufw</code></div> +<p class="Pp">Alternatively, to load all firmware images 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>rtwn-rtl8188eefw_load="YES" +rtwn-rtl8188eufw_load="YES" +rtwn-rtl8192cfwE_B_load="YES" +rtwn-rtl8192cfwE_load="YES" +rtwn-rtl8192cfwT_load="YES" +rtwn-rtl8192cfwU_load="YES" +rtwn-rtl8192eufw_load="YES" +rtwn-rtl8812aufw_load="YES" +rtwn-rtl8821aufw_load="YES"</pre> +</div> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">rtwn-rtl8192cfwE and rtl8192cfwE_B modules provide access to + firmware sets for the Realtek RTL8188CE chip based PCIe adapters. + rtwn-rtl8188ee module provides access to firmware sets for the Realtek + RTL8188EE chip based PCIe adapters. Other modules provide access to firmware + sets for the Realtek RTL8188CUS, RTL8188CE-VAU, RTL8188EUS, RTL8188RU, + RTL8192CU, RTL8192EU, RTL8812AU and RTL8821AU chip based USB WiFi adapters. + They may be statically linked into the kernel, or loaded as a modules.</p> +<p class="Pp">For the loaded firmware to be enabled for use the license at + <span class="Pa">/usr/share/doc/legal/realtek.LICENSE</span> must be agreed + to by adding the following line to <a class="Xr">loader.conf(5)</a>:</p> +<p class="Pp"></p> +<div class="Bd + Bd-indent"><code class="Li">legal.realtek.license_ack=1</code></div> +</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">/usr/share/doc/legal/realtek.LICENSE</span></dt> + <dd><code class="Nm">rtwnfw</code> firmware license</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">rtwn(4)</a>, <a class="Xr">firmware(9)</a></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">January 3, 2019</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
