Addition to section 31.4. USB Tethering of the handbook
PR: 241090 Submitted by: pauamma@gundo.com Patch by: pauamma@gundo.com Approved by: bcr@(mentor) Differential Revision: https://reviews.freebsd.org/D23613
This commit is contained in:
parent
796f9dabbf
commit
09460a94ca
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53894
1 changed files with 11 additions and 3 deletions
|
@ -2307,15 +2307,23 @@ freebsdap 00:11:95:c3:0d:ac 1 54M 22:1 100 EPS</screen>
|
|||
<para>Before attaching a device, load the appropriate driver
|
||||
into the kernel:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>kldload if_urndis
|
||||
&prompt.root; kldload if_cdce
|
||||
&prompt.root; kldload if_ipheth</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>kldload if_urndis</userinput>
|
||||
&prompt.root; <userinput>kldload if_cdce</userinput>
|
||||
&prompt.root; <userinput>kldload if_ipheth</userinput></screen>
|
||||
|
||||
<para>Once the device is attached
|
||||
<literal>ue</literal><replaceable>0</replaceable> will be
|
||||
available for use like a normal network device. Be sure that
|
||||
the <quote>USB tethering</quote> option is enabled on the
|
||||
device.</para>
|
||||
|
||||
<para>To make this change permanent and load the driver as a
|
||||
module at boot time, place the appropriate line of the following
|
||||
in <filename>/boot/loader.conf</filename>:</para>
|
||||
|
||||
<screen><userinput>if_urndis_load="YES"
|
||||
if_cdce_load="YES"
|
||||
if_ipheth_load="YES"</userinput></screen>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="network-bluetooth">
|
||||
|
|
Loading…
Reference in a new issue