Mention the if_ipheth module in the tethering section.
This commit is contained in:
parent
ec10f31864
commit
0ec44ade3b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45373
1 changed files with 4 additions and 2 deletions
|
@ -2247,14 +2247,16 @@ freebsdap 00:11:95:c3:0d:ac 1 54M 22:1 100 EPS</screen>
|
|||
|
||||
<para>Many cellphones provide the option to share their data
|
||||
connection over USB (often called "tethering"). This feature
|
||||
uses the <acronym>RNDIS</acronym> or <acronym>CDC</acronym>
|
||||
uses either the <acronym>RNDIS</acronym>, <acronym>CDC</acronym>
|
||||
or a custom <trademark class="registered">iPhone</trademark>
|
||||
protocol.</para>
|
||||
|
||||
<para>Before attaching a device, load the appropriate driver
|
||||
into the kernel:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>kldload if_urndis
|
||||
&prompt.root; kldload cdce</userinput></screen>
|
||||
&prompt.root; kldload cdce
|
||||
&prompt.root; kldload ipheth</userinput></screen>
|
||||
|
||||
<para>Once the device is attached
|
||||
<literal>ue</literal><replaceable>0</replaceable> will be
|
||||
|
|
Loading…
Reference in a new issue