Index: en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml (revision 53596)
+++ en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml (working copy)
@@ -2307,9 +2307,9 @@
Before attaching a device, load the appropriate driver
into the kernel:
- &prompt.root; kldload if_urndis
-&prompt.root; kldload if_cdce
-&prompt.root; kldload if_ipheth
+ &prompt.root; kldload if_urndis
+&prompt.root; kldload if_cdce
+&prompt.root; kldload if_ipheth
Once the device is attached
ue0 will be
@@ -2316,6 +2316,14 @@
available for use like a normal network device. Be sure that
the USB tethering
option is enabled on the
device.
+
+ To make this change permanent and load the driver as a
+ module at boot time, place the appropriate line of the following
+ in /boot/loader.conf:
+
+ if_urndis_load="YES"
+if_cdce_load="YES"
+if_ipheth_load="YES"