svn commit: r45373 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Gavin Atkinson <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: gavin
Date: Thu Jul 24 21:29:29 2014
New Revision: 45373
URL: http://svnweb.freebsd.org/changeset/doc/45373
Log:
Mention the if_ipheth module in the tethering section.
Modified:
head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Jul 24 20:53:11 2014 (r45372)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Jul 24 21:29:29 2014 (r45373)
@@ -2247,14 +2247,16 @@ freebsdap 00:11:95:c3:0d:ac 1
<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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"