From owner-svn-doc-head@FreeBSD.ORG Mon Sep 29 18:04:36 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6041BA54; Mon, 29 Sep 2014 18:04:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 320C0E44; Mon, 29 Sep 2014 18:04:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8TI4a1B052892; Mon, 29 Sep 2014 18:04:36 GMT (envelope-from gavin@FreeBSD.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8TI4Zeq052890; Mon, 29 Sep 2014 18:04:35 GMT (envelope-from gavin@FreeBSD.org) Message-Id: <201409291804.s8TI4Zeq052890@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gavin set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson Date: Mon, 29 Sep 2014 18:04:35 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45698 - in head/en_US.ISO8859-1/books/handbook: . advanced-networking X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 18:04:36 -0000 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 Many cellphones provide the option to share their data connection over USB (often called "tethering"). This feature uses either the RNDIS, CDC - or a custom iPhone + or a custom &apple; &iphone;/&ipad; protocol. + + + &android; devices generally use the &man.urndis.4; driver. + + + + &apple; devices use the &man.ipheth.4; driver. + + + + Older devices will often use the &man.cdce.4; driver. + + + Before attaching a device, load the appropriate driver into the kernel: &prompt.root; kldload if_urndis -&prompt.root; kldload cdce -&prompt.root; kldload ipheth +&prompt.root; kldload if_cdce +&prompt.root; kldload if_ipheth Once the device is attached ue0 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;