From owner-freebsd-multimedia Thu Jan 22 13:58:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24934 for freebsd-multimedia-outgoing; Thu, 22 Jan 1998 13:58:42 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA24929 for ; Thu, 22 Jan 1998 13:58:41 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 22 Jan 1998 16:49:42 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA19455; Thu, 22 Jan 98 16:49:40 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id QAA20538; Thu, 22 Jan 1998 16:48:17 -0500 Message-Id: <19980122164817.01432@ct.picker.com> Date: Thu, 22 Jan 1998 16:48:17 -0500 From: Randall Hopper To: Chuck Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Non-functional MM devs References: <199801200354.WAA05819@capecod.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801200354.WAA05819@capecod.net>; from Chuck on Mon, Jan 19, 1998 at 10:54:56PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chuck: |Problem: /dev/audio drives external speakers, but no other soundblaster |devices work. Rosegarden etc. either hang or say devs. are not config'd |or set. Sounds like the 8-bit side's OK, but the rest is toast. IRQ probs? Let's see. |Is there some doc somewhere which describes the use and configuration of |/dev/sequencer0, /dev/music0, /dev/midi0, /dev/mixer0, /dev/dsp0, |/dev/dspW0 etc.? Once you're configed right, there's the old Voxware docs Hannu wrote. I uploaded a copy to Amancio's site a while back: ftp://rah.star-gate.com/pub/snd-sdk-doc-0.1.ps.gz |device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr |device snd6 at isa? port 0x220 irq 7 drq 5 vector sbintr |device snd7 at isa? port 0x300 |device snd1 at isa? port 0x388 I've made this mistake before. I think you want to whack these. Don't think you said which card you have. I'll assume SB16. |Card config: |SoundBlaster at 0x220 irq 5 drq 1 |SoundBlaster16 at 0x0 irq 65535 drq 5 |SB16 MIDI at 0x330 irq 65535 drq 4294967295 Well, 16-bit audio not working is because your 16-bit IRQ isn't being detected right. I'd comment out all lines you currently have, especially those EXCLUDES, and try just these: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 Randall