From owner-freebsd-questions Wed Jul 12 18:56:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id D250837BFA7 for ; Wed, 12 Jul 2000 18:56:34 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id DAA24198; Thu, 13 Jul 2000 03:56:28 +0200 (MEST) Message-ID: <396D21CB.A0EA4543@gmx.de> Date: Thu, 13 Jul 2000 03:56:27 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: "Nathan J. Yoder" , "freebsd-questions@freebsd.org" Subject: Re: sound blaster AWE64 not working correctly References: <20000712130219.A47472@chesire.gummibears.nu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am having trouble getting my PnP ISA Sound Blaster AWE64 working > correctly. > in my kernel config file: > device pcm > device sbc > # note, I have tried manually changing the sonud card settings for sbc, > # but freebsd detected the ones above automatically, and overrode the ones > # in the kernel config I experienced the same behaviour, those ISA settings are valid until the manual config phase of the boot procedure (you're able to verify this when booting with -c flag) and then are overwritten by the driver. Until now I didn't get an answer how to change this behaviour (for really manual assigning IRQs, which I normally prefer.) The problem for my system was, that the BIOS assigned IRQ 9 to USB. Until I added USB support into the kernel, FreeBSD hadn't noticed this already occupied IRQ and chose to place the AWE on IRQ 9. After including kernel support for USB everything went nice. (AWE then on IRQ 10) So check for any IRQ problems of devices not recognized by your kernel. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message