From owner-freebsd-questions Fri May 22 08:56:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12458 for freebsd-questions-outgoing; Fri, 22 May 1998 08:56:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from vanessa.eliuk.org (pme85.sunshine.net [209.17.178.85]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12435 for ; Fri, 22 May 1998 08:56:43 -0700 (PDT) (envelope-from kevin_eliuk@sunshine.net) Received: from localhost (cagey@localhost) by vanessa.eliuk.org (8.8.8/8.8.8) with SMTP id IAA01833; Fri, 22 May 1998 08:56:17 -0700 (PDT) (envelope-from cagey@vanessa.eliuk.org) Date: Fri, 22 May 1998 08:55:45 -0700 (PDT) From: "Kevin G. Eliuk" Reply-To: "Kevin G. Eliuk" To: Chris Martino cc: freebsd-questions@FreeBSD.ORG Subject: Re: Yamaha OPL3 Sound In-Reply-To: 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 On Thu, 21 May 1998, Chris Martino wrote: => I've been having trouble adding sound support to my box. I have a Yamaha => OPL3 ISA Sound card, and I have compiled a new kernel with the following => options: => => controller snd0 => device opl0 at isa? port 0x388 Helo Chris, Try using controller pnp0 device pcm0 at isa? ... and then with the help of pnpinfo's output and "userconfig" at startup you can tweak the irq,drq, and port settings. I have tried other configs in the kernel and thus far this works best for me. BTW I am running 2.2.6-RELEASE. Hope this helps, Kevin G. Eliuk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message