From owner-freebsd-chat Sun Feb 8 16:44:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02296 for chat-outgoing; Sun, 8 Feb 1998 16:44:40 -0800 (PST) (envelope-from owner-freebsd-chat@FreeBSD.ORG) Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02286 for ; Sun, 8 Feb 1998 16:44:22 -0800 (PST) (envelope-from jwalt@subcellar.mwci.net) Received: from localhost (jwalt@localhost) by subcellar.mwci.net (8.8.8/8.8.5) with SMTP id SAA17046 for ; Sun, 8 Feb 1998 18:44:38 -0600 (CST) Date: Sun, 8 Feb 1998 18:44:37 -0600 (CST) From: "Jesse D. Walters" To: chat@FreeBSD.ORG Subject: AWE pnp sound card setup (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have been trying for the last couple days now to setup my sound card. Running off the 2.2.5 x 4 cd set. My sound card is a awe32 pnp sound blaster, under win95 it used irq5. I have been compiling and recompiling the kernel trying different things but to no avail. The first problem I ran into is my lpt0 port which is using irq 7. so to fix this, I would like to use irq 5. I realize to do this I must edit the sound_config.h file also because it is "hardcoded". However with my book I recieved I still am unclear as to what exactly I need to edit, could someone show exactly what needs to be changed in the sound_config.h file. The book also says that I need to add: options "SBC_IRQ=5". Is this needed even when I edit the sound_config.h if so where does it go above or below the -- controller snd0 -- statement. Finally, since it is plug and pray, did I say pray...I mean play, is there anything else I need to go over. When I sent my first message to the mailing list someone mentioned somehting about a pnp0 device??? Here is a copy of what I currently have in the kernel. Again I think my only option is irq 5 since lpt0 is on irq 7. #########This is what is in my kernel currently############### controller snd0 options "SBC_IRQ=5" device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 conflicts device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 device awe0 at isa? port 0x620 #############end#############################3 Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe chat" in the body of the message