From owner-freebsd-questions Mon May 10 9:26:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id BEF2B14F5F for ; Mon, 10 May 1999 09:26:13 -0700 (PDT) (envelope-from sziszi@petra.hos.u-szeged.hu) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.8.8+Sun/SMI-SVR4) id SAA10166; Mon, 10 May 1999 18:26:21 +0200 (MET DST) Received: from sziszi by petra.hos.u-szeged.hu with local-smtp (Exim 2.05 #1 (Debian)) id 10gt0G-00035V-00; Mon, 10 May 1999 18:34:04 +0200 Date: Mon, 10 May 1999 18:34:04 +0200 (CEST) From: Adam Szilveszter Reply-To: Adam Szilveszter To: Linus Nilsson Cc: freebsd-questions@freebsd.org Subject: Re: Kernel wont compile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello ! On Mon, 10 May 1999, Linus Nilsson wrote: > Hi. > > I cvsupped src-all to 3.1-STABLE yesterday and make world made it > through. > > I did the following additions to GENERIC: > > controller pnp0 > controller snd0 > device sbxvi0 at isa? drq 1 > device sbmidi0 at isa? port 0x330 The problem here is that this isn't enough. You should add the following lines for an SB AWE card: (or that's what I use:-) controller snd0 #The sound controller device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr # The SB irq address and first DMA device sbxvi0 at isa? drq 5 #SB 16 (and above) second DMA device sbmidi0 at isa? port 0x330 #SB midi device opl0 at isa? port 0x388 # Yamaha OPL synthesizer (if there are problems with X freezing at times, i suspect it is a solution to add "conflicts" at the end of the line with sbxvi0.) This should work fine but will operate the card like a SB 16. (no wavetable synthesis.) If you want a more professional approach, go to : http://www.neosoft.com/~conrads/awepnp-freebsd.txt That's a bit more complicated, but should work and the card will be run like AWE 32. > > Id appreciate any help. Thanks. Ciao. > > /Linus I hope it helps:-) Bye: Szilveszter (aka CC the horrible) Szeged University Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message