CrunchBang Linux Pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

CrunchBang Linux Pastebin

Difference between
modified post 1872 by Anonymous on Tue 25th Sep 07:20 and
original post 1871 by deepak alsa on Tue 25th Sep 07:12
Show old version | new version | both versions

    
11
# autoloader aliases
22
install sound-slot-0 /sbin/modprobe snd-card-0
33
install sound-slot-1 /sbin/modprobe snd-card-1
44
install sound-slot-2 /sbin/modprobe snd-card-2
55
install sound-slot-3 /sbin/modprobe snd-card-3
66
install sound-slot-4 /sbin/modprobe snd-card-4
77
install sound-slot-5 /sbin/modprobe snd-card-5
88
install sound-slot-6 /sbin/modprobe snd-card-6
99
install sound-slot-7 /sbin/modprobe snd-card-7
1010
# Cause optional modules to be loaded above generic modules
1111
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
1212
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
1313
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { /sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
1515
# Prevent abnormal drivers from grabbing index 0
1616
options bt87x index=-2
1717
options cx88_alsa index=-2
1818
options snd-atiixp-modem index=-2
1919
options snd-intel8x0m index=-2
2020
options snd-via82xx-modem index=-2
2121
# Keep snd-pcsp from beeing loaded as first soundcard
2222
options snd-pcsp index=-2
2323
# Keep snd-usb-audio from beeing loaded as first soundcard
2424
options snd-usb-audio index=-2
25+
options snd-hda-intel model=vaio

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me