a pastebin project

FullMon-T

  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.  
  11. # Cause optional modules to be loaded above generic modules
  12. install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
  13. install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
  14. install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
  15. install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
  16. install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
  17. # Cause optional modules to be loaded above sound card driver modules
  18. install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
  19. install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }
  20.  
  21. # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
  22. install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }
  23.  
  24. # Load snd-seq for devices that don't have hardware midi;
  25. #   Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
  26. #   non-Creative Labs PCI hardware
  27. install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
  28. # Prevent abnormal drivers from grabbing index 0
  29. options snd-bt87x index=-2
  30. options cx88-alsa index=-2
  31. options saa7134-alsa index=-2
  32. options snd-atiixp-modem index=-2
  33. options snd-intel8x0m index=-2
  34. options snd-via82xx-modem index=-2
  35. options snd-usb-audio index=-2
  36. options snd-usb-usx2y index=-2
  37. options snd-usb-caiaq index=-2
  38. # options snd-hda-intel model=lenovo
  39. options snd-hda-intel model=3stack
  40. # Ubuntu #62691, enable MPU for snd-cmipci
  41. options snd-cmipci mpu_port=0x330 fm_port=0x388

advertising

Create a Paste

Please enter your new post below (or upload a file instead):





Please note that information posted here will not expire by default. If you want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords.

fantasy-obligation
fantasy-obligation