|
@@ -196,11 +196,14 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
|
|
<primary sortas="e-/etc/modprobe.d/usb.conf">/etc/modprobe.d/usb.conf</primary>
|
|
<primary sortas="e-/etc/modprobe.d/usb.conf">/etc/modprobe.d/usb.conf</primary>
|
|
</indexterm>
|
|
</indexterm>
|
|
|
|
|
|
- <para>The <filename>/etc/modprobe.d/usb.conf</filename> file needs to be
|
|
|
|
- created so that if the USB drivers (ehci_hcd, ohci_hcd and uhci_hcd) have
|
|
|
|
- been built as modules, they will be loaded in the correct order; ehci_hcd
|
|
|
|
- needs to be loaded prior to ohci_hcd and uhci_hcd in order to avoid a
|
|
|
|
- warning being output at boot time.</para>
|
|
|
|
|
|
+ <para>Most of the time Linux modules are loaded automatically, but
|
|
|
|
+ sometimes it needs some specific direction. The program that loads
|
|
|
|
+ modules, <command>modprobe</command> or <command>insmod</command>, uses
|
|
|
|
+ <filename>/etc/modprobe.d/usb.conf</filename> for this purpose. This file
|
|
|
|
+ needs to be created so that if the USB drivers (ehci_hcd, ohci_hcd and
|
|
|
|
+ uhci_hcd) have been built as modules, they will be loaded in the correct
|
|
|
|
+ order; ehci_hcd needs to be loaded prior to ohci_hcd and uhci_hcd in order
|
|
|
|
+ to avoid a warning being output at boot time.</para>
|
|
|
|
|
|
<para>Create a new file <filename>/etc/modprobe.d/usb.conf</filename> by running
|
|
<para>Create a new file <filename>/etc/modprobe.d/usb.conf</filename> by running
|
|
the following:</para>
|
|
the following:</para>
|