[SLE] Yamaha sound OPL3-SAx
Hello, I had lots of problems getting this card to work but eventually it was real simple after I kind of knew what I was doing and the usr/src/linux/Documentations/sound/ actually describes it well how to implement with modules. Now I implemented with direct kernel inclusion and it works but I got a couple errors while booting and I like to know how to fix those. I attach the output here.... boot messages: Sound initialization started Found OPL3-SAx (YMF719) <MS Sound System (CS4231)> at 0x534 irq 9 dma 0,1 <MPU-401 0.0 Midi interface #1> at 0x330 irq 9 dma 0 MSS: I/O port conflict <-error mpu401: I/O port 330 already in use <-error <Yamaha OPL3> at 0x388 Sound initialization complete <prompt>cat /dev/sndstat OSS/Free:3.8s2++-971130 Load type: Driver compiled into kernel Kernel: Linux shango 2.2.12 #2 SMP Sat Aug 28 07:01:37 EDT 1999 i586 Config options: 0 Installed drivers: Type 10: MS Sound System Type 27: Compaq Deskpro XL Type 42: OPL3SA2 Type 45: OPL3SA2 MSS Type 43: OPL3SA2 MIDI Type 88: AD1816 Type 1: OPL-2/OPL-3 FM Type 5: Roland MPU-401 Type 26: MPU-401 (UART) Type 37: Loopback MIDI Device Card config: OPL3SA2 at 0x370 irq 9 drq 0,1 OPL3SA2 MSS at 0x530 irq 9 drq 0,1 OPL3SA2 MIDI at 0x330 irq 9 drq 0 (Compaq Deskpro XL at 0x530 irq 11 drq 3) <-error? (Roland MPU-401 at 0x330 irq 9 drq 0) <-error? OPL-2/OPL-3 FM at 0x388 drq 0 Loopback MIDI Device drq 0 Audio devices: 0: MS Sound System (CS4231) (DUPLEX) Synth devices: 0: Yamaha OPL3 Midi devices: 0: MPU-401 0.0 Midi interface #1 1: Loopback MIDI Port 1 2: Loopback MIDI Port 2 Timers: 0: System clock 1: MS Sound System (CS4231) Mixers: 0: OPL3-SAx and AD1848 (through MSS) 1: MS Sound System (CS4231) <prompt>dmesg | grep -i irq ttyS00 at 0x03f8 (irq = 4) is a 16550A ttyS01 at 0x02f8 (irq = 3) is a 16550A ttyS02 at 0x03e8 (irq = 4) is a 16550A <MS Sound System (CS4231)> at 0x534 irq 9 dma 0,1 <MPU-401 0.0 Midi interface #1> at 0x330 irq 9 dma 0 PCI_IDE: not 100% native mode: will probe irqs later ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 ide1 at 0x170-0x177,0x376 on irq 15 eth0: Lite-On 82c168 PNIC at 0xdc00, 00 a0 cc 26 29 e2, IRQ 10. 'make menuconfig' selection in sound category: <*> Sound card support < > Ensoniq AudioPCI (ES1370) < > Creative Ensoniq AudioPCI 97 (ES1371) < > ESS Solo1 (Experimental) < > S3 SonicVibes < > Support for Turtle Beach MultiSound Classic, Tahiti, Monterey < > Support for Turtle Beach MultiSound Pinnacle, Fiji <*> OSS sound modules [ ] Persistent DMA buffers < > ProAudioSpectrum 16 support < > 100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support <*> Generic OPL2/OPL3 FM synthesizer support < > Gravis Ultrasound support <*> MPU-401 support (NOT for SB16) (330) I/O base for MPU401 Check from manual of the card (9) MPU401 IRQ Check from manual of the card < > PSS (AD1848, ADSP-2115, ESC614) support <*> Microsoft Sound System support [ ] Enable support for the SoundPro mixer (530) MSS/WSS I/O base 530, 604, E80 or F40 (11) MSS/WSS IRQ 7, 9, 10 or 11 (3) MSS/WSS DMA 0, 1 or 3 (-1) MSS/WSS second DMA (if possible) 0, 1 or 3 < > Ensoniq SoundScape support < > MediaTrix AudioTrix Pro support < > Support for OPTi MAD16 and/or Mozart based cards < > Full support for Turtle Beach WaveFront (Tropez Plus, Tropez, Maui)synth/sound < > Support for Crystal CS4232 based (PnP) cards <*> Support for Yamaha OPL3-SA2, SA3, and SAx based PnP cards (-1) Chipset (-1 for autoprobe, 2, or 3) (530) OPL3SA2 audio I/O base (530 - F48 valid) (9) OPL3SA2 audio IRQ 5, 7, 9, 11, 12 or 15 (0) OPL3SA2 audio DMA 0, 1 or 3 (1) OPL3SA2 second (duplex) DMA 0, 1 or 3 (370) OPL3SA2 control I/O base (100 - FFE valid) (330) OPL3SA2 MIDI I/O base (300 - 334 valid) (9) OPL3SA2 MIDI IRQ 5, 7, 9, 11, 12 or 15 < > Limited support for Turtle Beach Wave Front (Maui, Tropez) synthesizers < > Support for Aztech Sound Galaxy (non-PnP) cards <*> Support for AD1816(A) based cards (EXPERIMENTAL) (530) AD1816 audio I/O base 530, 604, E80 or F40 (7) AD1816 audio IRQ 5, 7, 9, 11, 12 or 15 (0) AD1816 audio DMA 0, 1 or 3 (3) AD1816 second (duplex) DMA 0, 1 or 3 (33000) AD1816 clock chip frequency < > Yamaha OPL3-SA1 audio controller < > SoftOSS software wave table engine <*> FM synthesizer (YM3812/OPL-3) support <*> Loopback MIDI device support < > 6850 UART support Additional low level sound drivers ---> ##end Thanks, Marcel ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
On 3 Sep 99, at 11:51, Purple Shirt wrote:
I had lots of problems getting this card to work
I have, too. I've only run it under Windoze, though. Now I spend the extra $5 and get a real 16-bit Soundblaster ;) Cheers, Dennis "Custard pies are a sort of esperanto: a universal language." --Noel Godin -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Purple Shirt wrote:
Hello,
I had lots of problems getting this card to work but eventually it was real simple after I kind of knew what I was doing and the usr/src/linux/Documentations/sound/ actually describes it well how to implement with modules.
I have the same card in my laptop, and I couldn't get it working from the kernel at all. I must say finally snapped and just bought OSS at all of £12 and it worked first time. I thought, basically, if I was costing my time, OSS is cheaper. -- Rachel -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Purple Shirt wrote:
Hello,
Hi, I used this card at work before...
Now I implemented with direct kernel inclusion and it works but I got a couple errors while booting and I like to know how to fix those.
I attach the output here....
boot messages:
Sound initialization started Found OPL3-SAx (YMF719) <MS Sound System (CS4231)> at 0x534 irq 9 dma 0,1 <MPU-401 0.0 Midi interface #1> at 0x330 irq 9 dma 0 MSS: I/O port conflict <-error mpu401: I/O port 330 already in use <-error
Two different sound modules trying to use the same resources.....
<Yamaha OPL3> at 0x388 Sound initialization complete
<prompt>cat /dev/sndstat OSS/Free:3.8s2++-971130 Load type: Driver compiled into kernel Kernel: Linux shango 2.2.12 #2 SMP Sat Aug 28 07:01:37 EDT 1999 i586 Config options: 0
Installed drivers: Type 10: MS Sound System
a type of WSS/MSS
Type 27: Compaq Deskpro XL a type of WSS/MSS
Type 42: OPL3SA2 hmmm.... (sbpro maybe?)
Type 45: OPL3SA2 MSS a type of WSS/MSS
Type 43: OPL3SA2 MIDI Midi support
Type 88: AD1816 a type of WSS/MSS
Type 1: OPL-2/OPL-3 FM Adlib support
Type 5: Roland MPU-401 MPU401 support
Type 26: MPU-401 (UART) MPU401 Support
Type 37: Loopback MIDI Device Midi support
Card config: OPL3SA2 at 0x370 irq 9 drq 0,1 OPL3SA2 MSS at 0x530 irq 9 drq 0,1 OPL3SA2 MIDI at 0x330 irq 9 drq 0 (Compaq Deskpro XL at 0x530 irq 11 drq 3)
OPL3SA2 already has this device so how can another WSS/MSS use this as well? You have to choose which one you want to use and disable the other device/module. Basically you have too many devices/modules enabled. Only include devices/modules not already covered by the OPL3SA2 device/module. Or disable the OPL3SA2 module and configure each component separately, ie: WSS/MSS(only 1), Adlib, MPU401i(only 1), SB16. Know what I mean? <-error?
(Roland MPU-401 at 0x330 irq 9 drq 0) <-error?
Same applies here.....
OPL-2/OPL-3 FM at 0x388 drq 0 Loopback MIDI Device drq 0
=================== Aduanne Carter # Drow@Blazenet.net # =================== -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (4)
-
Drow@Blazenet.net
-
dsoper@efn.org
-
purpleshirt@hotmail.com
-
rachel@enlarion.demon.co.uk