From owner-freebsd-questions Thu Feb 21 16:13:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (arktur.rz.uni-ulm.de [134.60.246.22]) by hub.freebsd.org (Postfix) with ESMTP id 77D4C37B400 for ; Thu, 21 Feb 2002 16:13:52 -0800 (PST) Received: from lilith (lilith.wh-wurm.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.12.1/8.12.1) with SMTP id g1M0DoEF028567; Fri, 22 Feb 2002 01:13:51 +0100 (MET) Message-ID: <007d01c1bb35$d0832140$4011a8c0@whwurm.uniulm.de> From: "Siegbert Baude" To: "mess-mate" , "Jud" Cc: "freebsd-questions-en" References: <5YIFEB6Y4263UO2VUSKIMKWC8E9SR.3c744ca6@sparky> <20020221170707.5A607AB59A@postfix1-2.free.fr> Subject: Re: SB AWE64 Date: Fri, 22 Feb 2002 01:13:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > Ok the timeout message is right. > sbc is not set to the right irq ! is set to 9 and must be 5. > Even if I set it in my kernel as sbc0 ................ irq 5 This is overridden by the PnP routines during kernel start. In your kernel config file delete everything after "pcm" and "sbc" so that these terms are the end of the lines. There is no possiblity in FBSD 4.x to choose IRQs for AWE's ISA PnP. Just let the system determine a working configuration. > .................... > On the boot there is also a message as 'isa0 to many dependent ... > (8) ' Forget this one, it's harmless and irrelevant to your problem. Check the archives, I explained this several times. :-) > How can I set my soundcard to the right irq ? This is done automatically. But make sure, that every irq activated in your system is known by some driver in your FBSD-kernel. Once in the same trouble as you now, my problem was I had USB activated in the BIOS, but didn't have USB-support in my FBSD-kernel. This led to my AWE being on the irq of my USB and a failing card (ISA doesn't allow several cards on one IRQ; PCI does however). So deactivate unneeded onboard-components or add relevant drivers in your kernel. If there are other ISA-cards in your system, tell your BIOS to not use the according IRQs. Don't know if the BIOS option "PnP OS" was relevant. Try "no" first. hth Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message