From owner-freebsd-questions Sun Feb 8 18:14:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12304 for questions-outgoing; Sun, 8 Feb 1998 18:14:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12293 for ; Sun, 8 Feb 1998 18:14:02 -0800 (PST) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([209.12.57.90]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA192; Sun, 8 Feb 1998 21:11:24 -0500 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.7) id VAA22451; Sun, 8 Feb 1998 21:13:23 -0500 (EST) (envelope-from root) Message-ID: <19980208211323.30877@scsn.net> Date: Sun, 8 Feb 1998 21:13:23 -0500 From: dmaddox@scsn.net (Donald J. Maddox) To: "Jesse D. Walters" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: AWE32 pnp sound card setup (fwd) Reply-To: dmaddox@scsn.net Mail-Followup-To: "Jesse D. Walters" , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: ; from Jesse D. Walters on Sun, Feb 08, 1998 at 07:25:31PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 08, 1998 at 07:25:31PM -0600, Jesse D. Walters wrote: > > 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 You should _not_ edit sound_config.h. > 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 You need to specify 1) what version of FreeBSD you are using, and 2) exactly what problems you are having. What errors are you getting [if any] when you try to play sounds? The above configuration should work, if you have a PnP BIOS, otherwise you will need to compile PnP support into your kernel. How to do that depends on what version of FBSD you're using. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe questions" in the body of the message