From owner-freebsd-questions Sun Feb 8 17:25:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06531 for questions-outgoing; Sun, 8 Feb 1998 17:25:25 -0800 (PST) (envelope-from owner-freebsd-questions@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 RAA06522 for ; Sun, 8 Feb 1998 17:25:09 -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 TAA22221 for ; Sun, 8 Feb 1998 19:25:31 -0600 (CST) Date: Sun, 8 Feb 1998 19:25:31 -0600 (CST) From: "Jesse D. Walters" To: freebsd-questions@FreeBSD.ORG Subject: AWE32 pnp sound card setup (fwd) 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 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 questions" in the body of the message