Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Jun 18th, 2010 | Syntax: None | Size: 1.21 KB | Hits: 59 | Expires: Never
Copy text to clipboard
  1. # autoloader aliases
  2. install sound-slot-0 /sbin/modprobe snd-card-0
  3. install sound-slot-1 /sbin/modprobe snd-card-1
  4. install sound-slot-2 /sbin/modprobe snd-card-2
  5. install sound-slot-3 /sbin/modprobe snd-card-3
  6. install sound-slot-4 /sbin/modprobe snd-card-4
  7. install sound-slot-5 /sbin/modprobe snd-card-5
  8. install sound-slot-6 /sbin/modprobe snd-card-6
  9. install sound-slot-7 /sbin/modprobe snd-card-7
  10. # Cause optional modules to be loaded above generic modules
  11. install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
  12. install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
  13. install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { /sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
  14.  
  15. options snd_cmipci index=0
  16.  
  17. # Prevent abnormal drivers from grabbing index 0
  18. options bt87x index=-2
  19. options cx88_alsa index=-2
  20. options snd-atiixp-modem index=-2
  21. options snd-intel8x0m index=-2
  22. options snd-via82xx-modem index=-2
  23. # Keep snd-pcsp from beeing loaded as first soundcard
  24. options snd-pcsp index=-2
  25. # Keep snd-usb-audio from beeing loaded as first soundcard
  26. options snd-usb-audio index=-2