From owner-svn-doc-head@FreeBSD.ORG Thu Feb 6 20:46:42 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8513138A; Thu, 6 Feb 2014 20:46:42 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7097513D3; Thu, 6 Feb 2014 20:46:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s16Kkgop020552; Thu, 6 Feb 2014 20:46:42 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s16Kkg0W020551; Thu, 6 Feb 2014 20:46:42 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201402062046.s16Kkg0W020551@svn.freebsd.org> From: Eitan Adler Date: Thu, 6 Feb 2014 20:46:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43812 - 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.17 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: Thu, 06 Feb 2014 20:46:42 -0000 Author: eadler Date: Thu Feb 6 20:46:41 2014 New Revision: 43812 URL: http://svnweb.freebsd.org/changeset/doc/43812 Log: Mention USB tethering and include the name of the drivers which are required. Reviewed by: nox 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 Feb 6 18:45:14 2014 (r43811) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Feb 6 20:46:41 2014 (r43812) @@ -21,6 +21,10 @@ + How to set up USB tethering. + + + How to set up &ieee; 802.11 and &bluetooth; devices. @@ -2202,6 +2206,31 @@ freebsdap 00:11:95:c3:0d:ac 1 + + + USB Tethering + + + tether + + Many cellphones provide the option to share their data + connection over USB (often called "tethering"). This feature + uses the RNDIS or CDC + protocol. + + Before attaching a device, load the appropriate driver + into the kernel: + + &prompt.root; kldload if_urndis +&prompt.root; kldload cdce + + Once the device is attached + ue0 will be + available for use like a normal network device. Be sure that + the USB tethering option is enabled on the + device. + + Bluetooth