At 19:18 -0600 2000/09/06, D. R. Evans wrote:
>
>Does anyone have a conf.modules file correctly configured to use ALSA with
>either a Sound Blaster AudioPCI 128 or an Ensoniq 1371 card??
>

Just a note: i only had to start using ALSA drivers because esd seemed to
require them. Before I worked with the kernel drivers. But now i like most
alsa drivers than kernel ones (perhaps ALSA could become the standard drivers
instead of OSS/Free ???).

And now the stuff that matters...
My Sound Blaster AudioPCI 128 is configured this way and working (in 
Makdrake 7.1 with many Cooker updates, so perhaps some things, as 
loadig of modules in
/etc/modules from rc.modules does not work the same...try the latest
initscripts package):

/etc/modules.conf:
# Pure ALSA portion, for esd and so on
# WARNING: DON'T load the es1371 module from standard kernel
alias char-major-116 snd
options snd snd_cards_limit=1 # I only have one...
alias snd-card-0 snd-card-ens1371
alias sound-slot-0 snd-card-0
# OSS/Free emulation portion, needed for programs that don't know anyting
# about ALSA, but work with OSS
alias char-major-14 soundcore
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

/etc/modules:

#agpgart
NVdriver
aha152x
#es1371 # COMMENTED, if you load it, alsa won't load
snd-card-ens1371
i2c-piix4
i2c-isa
w83781d
#rivatv
eeprom
#joy-analog

/etc/asound.conf: (edited only needed really to enable the joystick port)

soundcard("card1") {
   control {
     ; The type is 'bool'.
     switch("Joystick", true)  <<<<< Manually edited this...
     ; The type is 'word'.
     ; The accepted switch range is from 512 to 536.
     ; Available addresses - 0x200, 0x208, 0x210, 0x218
     switch("Joystick Address", 0x200) <<<< ...and this
   }
   mixer("Cirrus Logic CS4297A") {
... mixer state saved automatically ...
}

Hope this works for you...


-- 
Juan Antonio Magallon Lacarta             mailto:[EMAIL PROTECTED]
Grupo de Informatica Grafica Avanzada             http://giga.cps.unizar.es
Tlf: 34-976-762354,1916 - Fax: 34-976-761914

Reply via email to