From owner-freebsd-questions Fri Mar 19 8:48:32 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 67E2E14FC5 for ; Fri, 19 Mar 1999 08:48:22 -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 LAA12559 for ; Fri, 19 Mar 1999 11:56:27 -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 LAA18308 for ; Fri, 19 Mar 1999 11:45:38 -0500 (EST) Subject: about kernel sound support To: Freebsd-questions@freebsd.org Date: Fri, 19 Mar 1999 16:38:41 GMT Message-ID: From: Kevin Weiss/AUS/Lotus X-Priority: 3 (Normal) X-MIMETrack: "Serialize_by_Router_on_A3MAIL/CAM/H/Lotus_at_03/19/99_11:39:54_AM" (PVCS Build (based on 165) |"Mar 17 1999") MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been having problems with my SB AWE64 card. As far was remember, my sound card is on irq5, and is using DMA 6. However, whenever I try to implement this in the kernel, I get errors. I implemented as followed by 5.3.9 of the FreeBSD Handbook entry for sound cards. http://www2.freebsd.org/handbook/handbook62.html#140 I added the device sb0, sbvixi0, sbmidi0, and opl0 entries (with options of "SBC_IRQ=5", and "SB16_DMA=6"--this is what config I need from previous compiles) --I just noticed I was typing sbvixi0 and NOT sbvxi0, so that one is solved I think 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 contine ../../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. I know (from previous compilations of kernels) that my sb0 has to be set to irq 5, which is what I've done. Does anyone know why this is happening...and does anyone have a suggested configurations for the SB AWE64 sound card? PS - Also, is it a good idea to add the awe0 line (I have that documentation at home)? PSS - In root, I cd to /dev and typed ./MAKEDEV snd0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message