svn commit: r45698 - in head/en_US.ISO8859-1/books/handbook: . advanced-networking

Gavin Atkinson gavin at FreeBSD.org
Mon Sep 29 18:04:36 UTC 2014


Author: gavin
Date: Mon Sep 29 18:04:35 2014
New Revision: 45698
URL: http://svnweb.freebsd.org/changeset/doc/45698

Log:
  Pad out the section on tethering, and clarify which device is likely to
  be needed for iPhones/iPads, Android devices, and older devices.
  
  Change the "kldload" examples to use "if_foo" rather than "foo" as only
  the former works on 9.x.

Modified:
  head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
  head/en_US.ISO8859-1/books/handbook/book.xml

Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Mon Sep 29 17:58:37 2014	(r45697)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Mon Sep 29 18:04:35 2014	(r45698)
@@ -2248,15 +2248,29 @@ 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 either the <acronym>RNDIS</acronym>, <acronym>CDC</acronym>
-      or a custom <trademark class="registered">iPhone</trademark>
+      or a custom &apple; &iphone;/&ipad;
       protocol.</para>
 
+    <itemizedlist>
+      <listitem>
+	<para>&android; devices generally use the &man.urndis.4; driver.</para>
+      </listitem>
+
+      <listitem>
+	<para>&apple; devices use the &man.ipheth.4; driver.</para>
+      </listitem>
+
+      <listitem>
+	<para>Older devices will often use the &man.cdce.4; driver.</para>
+      </listitem>
+    </itemizedlist>
+
     <para>Before attaching a device, load the appropriate driver
       into the kernel:</para>
 
     <screen>&prompt.root; <userinput>kldload if_urndis
-&prompt.root; kldload cdce
-&prompt.root; kldload ipheth</userinput></screen>
+&prompt.root; kldload if_cdce
+&prompt.root; kldload if_ipheth</userinput></screen>
 
     <para>Once the device is attached
       <literal>ue</literal><replaceable>0</replaceable> will be

Modified: head/en_US.ISO8859-1/books/handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/book.xml	Mon Sep 29 17:58:37 2014	(r45697)
+++ head/en_US.ISO8859-1/books/handbook/book.xml	Mon Sep 29 18:04:35 2014	(r45698)
@@ -63,6 +63,7 @@
       &tm-attrib.adobe;
       &tm-attrib.apple;
       &tm-attrib.creative;
+      &tm-attrib.google;
       &tm-attrib.heidelberger;
       &tm-attrib.ibm;
       &tm-attrib.ieee;


More information about the svn-doc-all mailing list