From owner-freebsd-questions Fri Oct 16 05:44:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21019 for freebsd-questions-outgoing; Fri, 16 Oct 1998 05:44:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA21014 for ; Fri, 16 Oct 1998 05:44:12 -0700 (PDT) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.8.8/8.8.7) id HAA15691 for freebsd-questions@FreeBSD.ORG; Fri, 16 Oct 1998 07:40:50 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 16 Oct 1998 07:40:50 -0500 (CDT) Reply-To: conrads@neosoft.com Organization: NeoSoft, Inc. From: Conrad Sabatier To: freebsd-questions@FreeBSD.ORG Subject: Re: sound card problem Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 16-Oct-98 Jason C. Wells wrote: > On Thu, 15 Oct 1998, Steve wrote: >> >>so finally then I tried this line: >> >> device sb0 at isa? port 0x220 irq 5 drq 5 vector sbintr >> >>using the 'sb0' device seems to work. It detects 'Sound Blaster 16' >>during the boot sequence, and continues with drive mounting, etc. >>however, when I try to execute an application that uses the sound card >>('MPG123') it returns the following error: >> >> DMA timed out. IRQ/DRQ conflict? > >> device sb0 at isa? port 0x220 irq 5 drq 5 vector sbintr > > Don't forget... > > options "SBC_IRQ=5" > > Also, I would try "drq 1" instead of 5. You'll also want to configure the OPL device: device opl0 at isa? port 0x388 Also, make sure the devices in /dev are present: cd /dev ./MAKEDEV snd0 -- Conrad Sabatier Next to being shot at and missed, nothing is really quite as satisfying as an income tax refund. -- F. J. Raymond To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message