mirror of
git://slackware.nl/current.git
synced 2025-02-08 20:46:14 +01:00
5 lines
244 B
Text
5 lines
244 B
Text
![]() |
# Make sure that ehci-hcd is always loaded before uhci-hci
|
||
|
# # or ohci-hcd to prevent a kernel warning:
|
||
|
install uhci-hcd /sbin/modprobe ehci-hcd ; /sbin/modprobe -i uhci-hcd
|
||
|
install ohci-hcd /sbin/modprobe ehci-hcd ; /sbin/modprobe -i ohci-hcd
|