From owner-freebsd-multimedia Sun Jan 12 17:46:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA10300 for multimedia-outgoing; Sun, 12 Jan 1997 17:46:09 -0800 (PST) Received: from w2xo.pgh.pa.us (w2xo.pgh.pa.us [206.210.70.5]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA10295 for ; Sun, 12 Jan 1997 17:46:05 -0800 (PST) Received: from w2xo.pgh.pa.us (localhost [127.0.0.1]) by w2xo.pgh.pa.us (8.8.4/8.8.4) with SMTP id UAA26792; Sun, 12 Jan 1997 20:46:14 -0500 (EST) Message-ID: <32D993E4.2781E494@w2xo.pgh.pa.us> Date: Sun, 12 Jan 1997 20:46:12 -0500 From: Jim Durham Organization: Dis- X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.1.6-RELEASE i386) MIME-Version: 1.0 To: Vinay Kumar CC: freebsd-multimedia@freebsd.org Subject: Re: Help with Soundblaster card References: <199701120726.XAA09359@agni.nuko.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Vinay Kumar wrote: > > Hi folks, > > I am trying to set up the Mbone tools on my freebsd machine and am having > trouble getting my soundcard to work (I know I should get Gravis, but I > can't right now!!). > > I am running 2.1.5, Pentium 120Mhz, 32Mb ram. > > Here is the description of my sound card from the dmesg command: > > sb0 at 0x220 irq 7 drq 1 on isa > sb0: > sbxvi0 at 0x0 drq 5 on isa > sbxvo0: > sbmidi0 at 0x330 on isa > > > After the system comes up, I can cat audio files (au type) to /dev/audio > and it plays for a second or so and then hangs. I can ctrl-c and cat > again, but only for a second. Seems like a buffer problem. I don't know > where to start looking. Any help would be appreciated... > If you have a printer port on the system at irq7, you might want to try moving the irq to 10. I'm also running drq3 because of a conflict with my Wangtek tape drive at drq1. I'm running 2.1.6 and here's my config, for giggles... sb0 at 0x220 irq 10 drq 3 on isa sb0: sbxvi0 at 0x0 drq 5 on isa sbxvo0: sbmidi0 at 0x330 on isa opl0 at 0x388 on isa opl0: -Jim Durham