From: Marco d'Itri Date: Fri, 8 Jan 2021 01:37:04 +0000 (+0100) Subject: aliases_conf X-Git-Tag: archive/raspbian/34.1-2+rpi1~1^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b32135a31ebd3462991d8731431a41cb0e65a258;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 +