Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160117448
D23613.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D23613.diff
View Options
Index: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
===================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
@@ -2307,15 +2307,23 @@
<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">
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 22, 1:30 PM (7 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34190705
Default Alt Text
D23613.diff (1 KB)
Attached To
Mode
D23613: [handbook] Addition to section 31.4. USB Tethering
Attached
Detach File
Event Timeline
Log In to Comment