Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2020 19:31:46 +0000 (UTC)
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r53894 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Message-ID:  <202002141931.01EJVkox029479@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: carlavilla
Date: Fri Feb 14 19:31:46 2020
New Revision: 53894
URL: https://svnweb.freebsd.org/changeset/doc/53894

Log:
  Addition to section 31.4. USB Tethering of the handbook
  
  PR:		241090
  Submitted by:	pauamma@gundo.com
  Patch by:	pauamma@gundo.com
  Approved by:	bcr@(mentor)
  Differential Revision:	https://reviews.freebsd.org/D23613

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	Fri Feb 14 17:57:33 2020	(r53893)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Fri Feb 14 19:31:46 2020	(r53894)
@@ -2307,15 +2307,23 @@ freebsdap       00:11:95:c3:0d:ac    1   54M 22:1   10
     <para>Before attaching a device, load the appropriate driver
       into the kernel:</para>
 
-    <screen>&prompt.root; <userinput>kldload if_urndis
-&prompt.root; kldload if_cdce
-&prompt.root; kldload if_ipheth</userinput></screen>
+    <screen>&prompt.root; <userinput>kldload if_urndis</userinput>
+&prompt.root; <userinput>kldload if_cdce</userinput>
+&prompt.root; <userinput>kldload if_ipheth</userinput></screen>
 
     <para>Once the device is attached
       <literal>ue</literal><replaceable>0</replaceable> will be
       available for use like a normal network device.  Be sure that
       the <quote>USB tethering</quote> option is enabled on the
       device.</para>
+
+    <para>To make this change permanent and load the driver as a
+      module at boot time, place the appropriate line of the following
+      in <filename>/boot/loader.conf</filename>:</para>
+
+    <screen><userinput>if_urndis_load="YES"
+if_cdce_load="YES"
+if_ipheth_load="YES"</userinput></screen>
   </sect1>
 
   <sect1 xml:id="network-bluetooth">



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002141931.01EJVkox029479>