From owner-freebsd-multimedia Thu Dec 17 16:26:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12716 for freebsd-multimedia-outgoing; Thu, 17 Dec 1998 16:26:05 -0800 (PST) (envelope-from owner-freebsd-multimedia@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 QAA12708 for ; Thu, 17 Dec 1998 16:26:01 -0800 (PST) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.1/8.8.7) id SAA46301; Thu, 17 Dec 1998 18:22:23 -0600 (CST) (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: <367918C6.B7F65724@cosmos.it> Date: Thu, 17 Dec 1998 18:22:23 -0600 (CST) Reply-To: conrads@neosoft.com From: Conrad Sabatier To: Tiziano Paoletti Subject: Re: I have a problem...can you help me? Cc: multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 17-Dec-98 Tiziano Paoletti wrote: > Hi! I have a problem installing the AWE driver. I have a SoundBlaster > AWE32 and it works very well with FreeBSD (2.2.7): audio CD, files > *.WAV, files *.MID (with internal OPL)...the problem is that the card > doesn't use the sounds on its ROM. > This is a part of my KERNEL: > > controller pnp0 > 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 > device awe0 at isa? port 0x620 > device mpu0 at isa? port 0x330 irq 8 drq 0 conflicts > device uart0 at isa? port 0x330 irq 9 vector "m6850intr" > > but during the boot, FreeBSD says: AWE not found, AWE not detected. The awe0 device requires not one, but *three* ports to be initialized for it to function. During your boot-time config, you need to do: pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 (assuming your AWE32 is the first PnP device in your system). This has tripped up many people trying to configure this device, myself included. :-) -- Conrad Sabatier HOW YOU CAN TELL THAT IT'S GOING TO BE A ROTTEN DAY: #15 Your pet rock snaps at you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message