Date: Mon, 25 Sep 2000 19:41:55 -0700 From: Gary Kline <kline@thought.org> To: Phil Homewood <pdh@bit.net.au> Cc: Dave Edmondson <david@jlc.net>, freebsd-stable@FreeBSD.ORG Subject: Re: pcm driver Message-ID: <20000925194155.A18075@tao.thought.org> In-Reply-To: <20000926082304.A21277@atlas.bit.net.au>; from pdh@bit.net.au on Tue, Sep 26, 2000 at 08:23:04AM %2B1000 References: <200009250451.e8P4pY200914@thought.org> <969866318.39cefc4ea0d7c@webmail.harmonic.co.il> <20000925094724.A12968@tao.thought.org> <20000925142015.A72441@verdi.jlc.net> <20000926082304.A21277@atlas.bit.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 26, 2000 at 08:23:04AM +1000, Phil Homewood wrote: > Dave Edmondson wrote: > > I finally got a Sound Blaster 16 non-PnP model working. Both pcm and sbc > > had to be in the old ISA: > > > > pcm0 at isa? ... > > sbc0 at isa? ... > > > > ...format. After remaking sbc0, it seemed to work fine. Can the `at isa' lines be identical: device pcm at isa? port 0x220 irq 5 drq 1 flags 0x15 device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 Like so? gary > > Mine "works" with just "device pcm" and "device sbc", in the same > way that it "works" using the old "at isa?" syntax. However I have > a weird problem - an attempt to play any given track will fail > about 10% of the time, all I get is static from the speakers. > Restarting the play generally works. > > It sounds to me like maybe something isn't being reset properly > before the device is opened. Has anyone seen this behaviour, or > is there anything anyone can suggest for tracking this down? > > I've tried swapping the card, and the symptoms persist. This is > under 4.1-STABLE, cvsupped yesterday, and has been happening since > 4.0-STABLE as of at least May (when I first installed this box.) > > pdh@minotaur:~% dmesg | egrep 'sb|pcm' > sbc0: <Creative ViBRA16X> at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,3 on isa0 > sbc0: setting card to irq 5, drq 1, 3 > pcm0: <SB DSP 4.16 (ViBRA16X)> on sbc0 > pdh@minotaur:~% cat /dev/sndstat > FreeBSD Audio Driver (newpcm) Sep 26 2000 07:43:54 > Installed devices: > pcm0: <SB DSP 4.16 (ViBRA16X)> at io 0x220 irq 5 drq 1:3 (1p/1r channels duplex) > pdh@minotaur:~% > > Also, I've just noticed that the volume control in xmms has just > ceased to have any effect, hmm... > -- > Phil Homewood pdh@asiaonline.net > Senior Technician +61 7 3620 1930 > Asia Online (Brisbane) http://www.asiaonline.net/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000925194155.A18075>