From owner-freebsd-questions Mon May 1 5:29:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id 0094237B54F; Mon, 1 May 2000 05:29:36 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.9.3/8.9.3) id HAA80185; Mon, 1 May 2000 07:29:33 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <390D7691.47AA332@cityisp.net> Date: Mon, 01 May 2000 07:29:32 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: chris Subject: RE: the Old sound question, Cc: freebsd-questions@FreeBSD.ORG, freebsd-newbies@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 01-May-00 chris wrote: > controller snd0 > > device sb0 at isa? port 0x220 irq 10 drq 3 > device sbxvi0 at isa? drq 7 > device sbmidi0 at isa? port 0x388 Excuse me, but 0x388 is normally used for the OPL3 type FM synth, not the MIDI device. If you really want MIDI (that is, the MIDI *port*), try 0x300 or 0x330. If it's the FM synth you want, then use: device opl0 at isa? port 0x388 Also, are you *sure* your IRQ/DRQ settings are correct, and that there are no conflicts with other devices? Is your card a Plug-and-Play device? Do you also need "controller pnp0"? Does it need boottime initialization via the "pnp" commands? -- Conrad Sabatier http://members.home.net/conrads/ ICQ# 1147270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message