"Stephen E. Hargrove" wrote:
> 
> On Sat, 22 Sep 2001, Frans Ketelaars wrote:
> >
> > Hi, carefully read the INSTALL file in the ALSA driver directory.
> > Hint: snd_port    - control port # for OPL3-SA chip (0x370)
> > means you must use snd_port=0x370, not io=0x370. Also IRQ 11 is not
> > a valid IRQ for your card.
> 
> Okay, I see what I was doing wrong.  The following command:
> 
> /sbin/modprobe snd-card-opl3sa2 snd_port=0x370 snd_wss_port=0x530
> snd_midi_port=0x330 snd_irq=9 snd_dma1=0 snd_dma2=1
> 
> results in the following /proc/modules:
> 
> snd-card-opl3sa2        8384   0
> snd-cs4231             26256   0 [snd-card-opl3sa2]
> snd-pcm                37536   0 [snd-cs4231]
> snd-mixer              28800   0 [snd-card-opl3sa2 snd-cs4231]
> snd-opl3                5968   0 [snd-card-opl3sa2]
> snd-hwdep               4496   0 [snd-opl3]
> snd-timer              10864   0 [snd-cs4231 snd-pcm snd-opl3]
> snd-mpu401-uart         3616   0 [snd-card-opl3sa2]
> snd-rawmidi            11360   0 [snd-mpu401-uart]
> snd-seq-device          4416   0 [snd-rawmidi]
> snd                    43264   1 [snd-card-opl3sa2 snd-cs4231 snd-pcm
> snd-mixer snd-opl3 snd-hwdep snd-timer snd-mpu401-uart snd-rawmidi
> snd-seq-device]
> rlmod                 120000   1
> ds                      6768   2 [rlmod]
> i82365                 22448   2
> pcmcia_core            42240   0 [rlmod ds i82365]
> ide-cd                 26048   1 (autoclean)
> cdrom                  26816   0 (autoclean) [ide-cd]
> vfat                    8816   0 (unused)
> fat                    30560   0 [vfat]
> binfmt_misc             3360   0
> binfmt_aout             4336   0
> ide-floppy              8928   0
> 
> I have run alsamixer and set everything to 100.  However, I cannot hear
> any sounds from omi_gtk and xmms complains that it can't open the audio.

You must also unmute channels (see 'man alsamixer'). And enable OSS
emulation by adding the appropriate lines to /etc/modules.conf ,
see the INSTALL file in the ALSA driver directory.

    -Frans

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

Reply via email to