Hi,
I am trying to configure the alsa packages in a RH7.2 linux box. But I
can't have them working.
I compiled and installed the drivers, libs and utils. The sound card is an
isa genius maker (cs4236 chipset I think , though sndconfig uses cs4232
modules)

I followed the instructions to stop the modules, (red hat uses sndconfig
in the startup scripts, and sucessfully configure the kernel native
sound drivers).
alsasound gives a core. I experienced a general crash
of the system sometimes when I thought the drivers were running.
If you have some clue of the problem you are welcome !!
(at the end i am posting the lsmod output and modules.conf)
I understand that, with  OSS emulation, I can use typical applications to
test the ALSA drivers. Is it OK ?
Regards,
                                        Claudio Pastorino





Output of lsmod, BEFORE the drivers and after removing sndconfig stuff
---------------------------------------
Module                  Size  Used by
nls_iso8859-1           2800   1  (autoclean)
nls_cp437               4320   1  (autoclean)
vfat                    9008   1  (autoclean)
fat                    31392   0  (autoclean) [vfat]
binfmt_misc             6064   1
parport_pc             14064   1  (autoclean)
lp                      6704   0  (autoclean)
parport                24608   1  (autoclean) [parport_pc lp]
autofs                 11232   0  (autoclean) (unused)
ne2k-pci                5536   1
8390                    6208   0  [ne2k-pci]
ipchains               36000   0
ide-scsi                7872   0
scsi_mod               92208   1  [ide-scsi]
ide-cd                 26592   0
cdrom                  29504   0  [ide-cd]
soundcore               4208   0
loop                    8720   0  (autoclean)
ext3                   61936   3
jbd                    38976   3  [ext3]


Here is my modules.conf: (edited with the help of and old document)
----------------------------------------------------------------
alias eth0 ne2k-pci
alias parport_lowlevel parport_pc
# toco para ver si funcionan los drivers ALSA
options isapnp isapnp_reserve_irq=5,9,10,11,12,13
alias char-major-14 soundcore
alias sound soundcore
# ALSA
alias sound snd-4236
# ALSA support
alias char-major-116 snd
options snd-cs4236 snd_port=0x534 snd_irq=9 snd_cport=0x330 \
snd_mpu_irq=11 snd_dma1=3 snd_dma2=1 snd_isapnp=0
#options snd-cs4236 snd_port=0x534 snd_cport=0x330 snd_mpu_irq=11 \
#snd_irq=9 snd_dma1=3 snd_dma2=1 snd_isapnp=1
# OSS/Free support
alias char-major-14 soundcore
alias snd-card-0 snd-cs4236
alias sound-slot-0 snd-card-0
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

#
post-install snd-cs4236 /sbin/modprobe snd-pcm-oss
# restore mixer settings and load sound fonts
#post-install snd-pcm-oss /usr/sbin/alsactl restore






_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to