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

Sergio Carlavilla Delgado <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
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:	[email protected]
  Patch by:	[email protected]
  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">
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.