From owner-freebsd-questions Sun Mar 21 13:27: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lotus2.lotus.com (lotus2.lotus.com [192.233.136.8]) by hub.freebsd.org (Postfix) with ESMTP id D7293151C7 for ; Sun, 21 Mar 1999 13:26:38 -0800 (PST) (envelope-from Kevin_Weiss/AUS/Lotus@lotus.com) Received: from internet2.lotus.com (internet2 [9.95.4.236]) by lotus2.lotus.com (8.8.8/8.8.7) with ESMTP id QAA17295 for ; Sun, 21 Mar 1999 16:34:44 -0500 (EST) Received: from a3mail.lotus.com (A3MAIL.lotus.com [9.95.5.66]) by internet2.lotus.com (8.8.8/8.8.7) with ESMTP id QAA14763 for ; Sun, 21 Mar 1999 16:23:53 -0500 (EST) Subject: kernel sound support To: freebsd-questions@freebsd.org Date: Sun, 21 Mar 1999 21:16:32 GMT Message-ID: From: Kevin Weiss/AUS/Lotus X-Priority: 3 (Normal) X-MIMETrack: "Serialize_by_Router_on_A3MAIL/CAM/H/Lotus_at_03/21/99_04:18:04_PM" (Daily Build (based on 166)|"Mar 20 1999") MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD (3.1) does not want to recognize my SB AWE64 card. I know (from previous compilations of kernels) that my sb0 has to be set to irq 5 w/DMA channel 6. However, whenever I try to implement this in the kernel, the card is not found after rebooting. I already cd'd to /dev and typed sh MAKEDEV snd0. I added the device sb0, sbvxi0, sbmidi0, and opl0 entries (with options of "SBC_IRQ=5", and "SB16_DMA=6"--this is the config I used from previous FreeBSD 2.2.x compiles). After saving the configuration, and typing /usr/sbin/config MYKERNALNAME...I get "unknown option SBC_IRQ=5" and "unknown option "SB16_DMA=6", but I could continue with ../../compile/MYKERNALNAME (and possibly with a make depend, make and make install, but I didn't bother trying this due to the above error). I added parenthesis around (i.e. options "SBC_IRQ=5")...same error. Does anyone know why this is happening...and/or does anyone have a suggested configurations for the SB AWE64 sound card? PS - Also, is it a good idea to add the awe0 line the kermel? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message