Sbawe

From the ALSA wiki

(Difference between revisions)
Jump to: navigation, search
m (Added to module category)
(Included content of module options page.)
 
Line 1: Line 1:
-
== See also ==
+
Here is an example of a <code>/etc/modules.conf</code> which is known to work with Creative SoundBlaster AWE 64 Gold ISA soundcards:
-
* [[The module options for sbawe]]
+
<code>
 +
alias sound snd-sbawe
 +
options snd-sbawe snd_isapnp=1 snd_awe_port=0x620
 +
alias  char-major-116  sound
 +
alias  /dev/dsp        sound
 +
alias  /dev/music      sound
 +
alias  /dev/sound      sound
 +
alias  /dev/sequencer  sound
 +
alias  /dev/sndstat    sound
 +
add above snd-sbawe snd-pcm-oss snd-mixer-oss snd-seq-oss snd-opl3-synth
 +
alias snd-card-1 off
 +
alias snd-card-2 off
 +
alias snd-card-3 off
 +
alias snd-card-4 off
 +
alias snd-card-5 off
 +
alias snd-card-6 off
 +
alias snd-card-7 off
 +
</code>
[[Category:ALSA_modules]]
[[Category:ALSA_modules]]

Latest revision as of 14:52, 4 January 2007

Here is an example of a /etc/modules.conf which is known to work with Creative SoundBlaster AWE 64 Gold ISA soundcards:

alias sound snd-sbawe
options snd-sbawe snd_isapnp=1 snd_awe_port=0x620
alias   char-major-116  sound
alias   /dev/dsp        sound
alias   /dev/music      sound
alias   /dev/sound      sound
alias   /dev/sequencer  sound
alias   /dev/sndstat    sound
add above snd-sbawe snd-pcm-oss snd-mixer-oss snd-seq-oss snd-opl3-synth
alias snd-card-1 off
alias snd-card-2 off
alias snd-card-3 off
alias snd-card-4 off
alias snd-card-5 off
alias snd-card-6 off
alias snd-card-7 off

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox