From owner-freebsd-questions Fri Mar 29 10:56:59 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA11352 for questions-outgoing; Fri, 29 Mar 1996 10:56:59 -0800 (PST) Received: from l2.conline.com (root@l2.conline.com [204.96.7.69]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA11346 for ; Fri, 29 Mar 1996 10:56:57 -0800 (PST) Received: from dal2-5.conline.com (dal1-18.conline.com [204.96.7.18]) by l2.conline.com (8.6.9/8.6.9) with SMTP id MAA03765 for ; Fri, 29 Mar 1996 12:57:59 -0600 Received: by dal2-5.conline.com with Microsoft Mail id <01BB1D04.9B49CB80@dal2-5.conline.com>; Fri, 29 Mar 1996 00:13:50 -0600 Message-ID: <01BB1D04.9B49CB80@dal2-5.conline.com> From: Mitch Shaw To: "'questions@freebsd.org'" Subject: AWE32 under FreeBSD 2.1 Date: Fri, 29 Mar 1996 00:13:41 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm having a problem with my AWE32 running FreeBSD. I've added the following code to my kernel just so I could listen to play and listen to cd's in X. controller snd0 device sb0 at isa? port -x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi at isa? port 0x300 Im not even forsure if FreeBSD has the drivers for AWE32 so I just add the sb and sb16 drivers for the kernel like above. When I try to compile with just the lines controller snd0 device sbxvi0 at isa? drq 5 device sbmidi at isa? port 0x300 which I thiunk would be for a SB16 the kernel dosn't compile. Also when I boot up to my win95 partiton I get low-level driver errors and I have to reboot again back in to win95 and go away. Any suggestions? Thanks zeidaot@conline.com zeidaot@netcom.co