View | Details | Raw Unified | Return to bug 241090
Collapse All | Expand All

(-)en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml (-3 / +11 lines)
Lines 2307-2315 Link Here
2307
    <para>Before attaching a device, load the appropriate driver
2307
    <para>Before attaching a device, load the appropriate driver
2308
      into the kernel:</para>
2308
      into the kernel:</para>
2309
2309
2310
    <screen>&prompt.root; <userinput>kldload if_urndis
2310
    <screen>&prompt.root; <userinput>kldload if_urndis</userinput>
2311
&prompt.root; kldload if_cdce
2311
&prompt.root; <userinput>kldload if_cdce</userinput>
2312
&prompt.root; kldload if_ipheth</userinput></screen>
2312
&prompt.root; <userinput>kldload if_ipheth</userinput></screen>
2313
2313
2314
    <para>Once the device is attached
2314
    <para>Once the device is attached
2315
      <literal>ue</literal><replaceable>0</replaceable> will be
2315
      <literal>ue</literal><replaceable>0</replaceable> will be
Lines 2316-2321 Link Here
2316
      available for use like a normal network device.  Be sure that
2316
      available for use like a normal network device.  Be sure that
2317
      the <quote>USB tethering</quote> option is enabled on the
2317
      the <quote>USB tethering</quote> option is enabled on the
2318
      device.</para>
2318
      device.</para>
2319
2320
    <para>To make this change permanent and load the driver as a
2321
      module at boot time, place the appropriate line of the following
2322
      in <filename>/boot/loader.conf</filename>:</para>
2323
2324
    <screen><userinput>if_urndis_load="YES"
2325
if_cdce_load="YES"
2326
if_ipheth_load="YES"</userinput></screen>
2319
  </sect1>
2327
  </sect1>
2320
2328
2321
  <sect1 xml:id="network-bluetooth">
2329
  <sect1 xml:id="network-bluetooth">

Return to bug 241090