From 3cef27bc21be1fd288c84ca01eab20d88a8211a6 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Sun, 10 Feb 2019 00:00:31 +0100 Subject: [PATCH] aliases_conf Gbp-Pq: Name aliases_conf --- extra/aliases.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 extra/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 + -- 2.30.2