From: Marco d'Itri Date: Sat, 9 Feb 2019 23:00:31 +0000 (+0100) Subject: aliases_conf X-Git-Tag: archive/raspbian/34.1-2+rpi1~1^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3cef27bc21be1fd288c84ca01eab20d88a8211a6;p=kmod.git aliases_conf Gbp-Pq: Name aliases_conf --- diff --git a/extra/aliases.conf b/extra/aliases.conf new file mode 100644 index 0000000..6b13be5 --- /dev/null +++ b/extra/aliases.conf @@ -0,0 +1,17 @@ +# These are the standard aliases and dependencies. +# This file does not need to be modified. + +# prevent unusual drivers from appearing as the first sound device ########### +options snd-pcsp index=-2 +options snd-usb-audio index=-2 +options cx88_alsa index=-2 +options snd-atiixp-modem index=-2 +options snd-intel8x0m index=-2 +options snd-via82xx-modem index=-2 + +# work around other kernel issues ############################################ +# The EHCI driver should be loaded before the ones for low speed controllers +# or some devices may be confused when they are disconnected and reconnected. +softdep uhci-hcd pre: ehci-hcd +softdep ohci-hcd pre: ehci-hcd +