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 @@ 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 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"