FreeBSD Bugzilla – Attachment 209142 Details for
Bug 241090
Suggested addition to FreeBSD Handbook section 31.4. USB Tethering
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add /boot/loader.conf example.
tethering.loader.conf.diff (text/plain), 1.36 KB, created by
Pau Amma
on 2019-11-14 02:56:40 UTC
(
hide
)
Description:
Add /boot/loader.conf example.
Filename:
MIME Type:
Creator:
Pau Amma
Created:
2019-11-14 02:56:40 UTC
Size:
1.36 KB
patch
obsolete
>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 @@ > <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 >@@ -2316,6 +2316,14 @@ > 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">
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241090
: 209142