Date: Sat, 1 Jan 2000 11:09:36 -0800 From: Tim Pozar <pozar@lns.com> To: freebsd-multimedia@FreeBSD.ORG Subject: Re: Confirmation for subscribe freebsd-multimedia Message-ID: <20000101110935.C82634@lns.com> In-Reply-To: <20000101190507.91CDA150AC@hub.freebsd.org>; from Majordomo@FreeBSD.ORG on Sat, Jan 01, 2000 at 11:05:07AM -0800 References: <20000101190507.91CDA150AC@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I tried posting this through Egroups but it seems that that doesn't
work. If it did, please excuse the duplicates...
> Subject: Libretto sound configs, anyone?
> Date: Fri, 31 Dec 1999 11:37:33 +0200
> From: Mark Murray <mark@grondar.za>
>
> I am trying to get my Libretto sound configs working again.
>
> All I get is silence.
>
> The hardware setup in the bios show that the devices are configured
> like so:
>
> WSS I/O Address = 530H
> SBPro I/O Address = 220H
> Synthesizer I/O Address = 388H
> WSS & SBPro & MP401 Irq level = Irq5
> WSS(Play) DMA = Channel1
> WSS(Rec) & SBPro DMA = Channel0
> Control I/O Address = 370H
> MPU401 (Midi I/F) = 330H
>
> ----------------
>
> With config file entries of
>
> device pcm0 at isa? port 0x530 irq 5 drq 1 flags 0x0
>
> It probes like so:
>
> pcm0: <OPL3-SAx (YMF719)> at port 0x530-0x537,0x370-0x371 irq 5 drq 1 flags 0xc100 on isa0
>
> I do a ./MAKEDEV snd0 in /dev.
>
> The mixer works, but no sound from amp/mpg123 or cat "somefile.au >/dev/audio".
>
> ----------------
>
> With config file entries of
>
> device sbc0 at isa? conflicts port 0x220 irq 5 drq 1 flags 0x0
> device pcm0 at isa? conflicts port 0x530 irq 5 drq 1 flags 0x0
>
> It probes like so:
>
> sbc0: <Soundblaster Pro> at port 0x220-0x22f irq 5 drq 1 on isa0
> pcm1: <SB DSP 3.01> on sbc0
> pcm0: <OPL3-SAx (YMF719)> at port 0x530-0x537,0x370-0x371 irq 5 drq 1 flags 0xc100 on isa0
> device_probe_and_attach: pcm0 attach returned 6
>
> I do a ./MAKEDEV snd0 snd1 in /dev.
>
> The mixer works, but no sound from amp/mpg123 or cat "somefile.au >/dev/audio".
> All the *0 sound devices give every indication of being broken - "device not
> configured".
>
> ----------------
>
> Any clues?
For my Libretto 100CT this is what I have in my kernel config...
----
device pcm0 at isa? port 0x530 irq 5 drq 1 flags 0xc100
# Not controlled by `snd'
device pca0 at isa? port "IO_TIMER1" tty
----
And it comes up like...
----
... try to identify the yamaha
pcm0 at 0x530 irq 5 drq 1 flags 0xc100 on isa
mss_attach <mss>0 at 0x530 irq 5 dma 1:1 flags 0xc100
setting up yamaha registers
set yamaha master volume to max
----
cat /dev/sndstat shows...
----
FreeBSD Audio Driver (981002-ESS19990310) Dec 30 1999 13:36:59
Installed devices:
pcm0: <mss> at 0x530 irq 5 dma 1:1
----
I use aumix as a nice glass tty mixer. Make sure everything is up. :-)
Hope this helps...
Tim
--
Snail: Tim Pozar / LNS / 1978 45th Ave / San Francisco CA 94116 / USA
POTS: +1 415 665 3790 Radio: KC6GNJ / KAE6247
"It's a damn poor mind that can only think of one way to spell a word."
- Andrew Jackson
"What is wanted is not the will to believe, but the will to find out,
which is the exact opposite." - Bertrand Russel
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000101110935.C82634>
