aliases.conf 655 B

1234567891011121314151617
  1. # These are the standard aliases and dependencies.
  2. # This file does not need to be modified.
  3. # prevent unusual drivers from appearing as the first sound device ###########
  4. options snd-pcsp index=-2
  5. options snd-usb-audio index=-2
  6. options cx88_alsa index=-2
  7. options snd-atiixp-modem index=-2
  8. options snd-intel8x0m index=-2
  9. options snd-via82xx-modem index=-2
  10. # work around other kernel issues ############################################
  11. # The EHCI driver should be loaded before the ones for low speed controllers
  12. # or some devices may be confused when they are disconnected and reconnected.
  13. softdep uhci-hcd pre: ehci-hcd
  14. softdep ohci-hcd pre: ehci-hcd