From owner-freebsd-stable Mon Sep 25 19:43: 8 2000 Delivered-To: freebsd-stable@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 2E55237B424 for ; Mon, 25 Sep 2000 19:42:59 -0700 (PDT) Received: from thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id TAA20000; Mon, 25 Sep 2000 19:42:40 -0700 (PDT) Received: (from kline@localhost) by thought.org (8.11.0/8.11.0) id e8Q2g2g22587; Mon, 25 Sep 2000 19:42:02 -0700 (PDT) (envelope-from kline) Date: Mon, 25 Sep 2000 19:41:55 -0700 From: Gary Kline To: Phil Homewood Cc: Dave Edmondson , freebsd-stable@FreeBSD.ORG Subject: Re: pcm driver Message-ID: <20000925194155.A18075@tao.thought.org> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000926082304.A21277@atlas.bit.net.au>; from pdh@bit.net.au on Tue, Sep 26, 2000 at 08:23:04AM +1000 X-Organization: Thought Unlimited. Public service Unix since 1986. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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: 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: on sbc0 > pdh@minotaur:~% cat /dev/sndstat > FreeBSD Audio Driver (newpcm) Sep 26 2000 07:43:54 > Installed devices: > pcm0: 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