From owner-freebsd-questions Wed Dec 2 12:07:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28207 for freebsd-questions-outgoing; Wed, 2 Dec 1998 12:07:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peanut.readington.com (peanut.readington.com [207.207.198.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28187 for ; Wed, 2 Dec 1998 12:06:59 -0800 (PST) (envelope-from chrismar@peanut.readington.com) Received: from localhost (chrismar@localhost) by peanut.readington.com (8.9.1/8.8.8) with SMTP id PAA08255; Wed, 2 Dec 1998 15:04:27 -0500 (EST) (envelope-from chrismar@peanut.readington.com) Date: Wed, 2 Dec 1998 15:04:27 -0500 (EST) From: Chris Martino To: freebsd-questions account cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sound.....again! (yamaha OPL3) 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 So, does that mean that I have to add device pcm1 at isa? port ? tty irq 10 drq 1 flags 0x0 vector pcmintr to my kernel config file and re-compile? Also, I'm not sure of what to type in the kernel config to turn on that stuff you mentioned. Chris -- Chris Martino chrismar@readington.com On Wed, 2 Dec 1998, freebsd-questions account wrote: > > When you use plug n play cards with the pcm driver, the card uses the pcm1 > device, not pcm0 (i know, i know :) although it does not seem that your > card is assigned to pcm1.. > > Did you go into the kernel config (not visual!) and make sure the pnp > settings are the way you want them? (enabled, irq, port, etc) > > One thing you must do when the card is pcm1, rm the /dev/audio, dsp, dspW, > etc, and make new symlinks ln -s dsp1 dsp, audio1 audio, as opposed to the > dsp -> dsp0 like before... > > Do a cat /dev/sndstat and see if the card is successfully detected as > pcm1.. > > -rob > ( www.namodn.com ) > ( mailto : robert@namodn.com ) > > On Wed, 2 Dec 1998, Chris Martino wrote: > > > Over the last couple of days there has been a thread about the yamaha > > OPL-SA sound card. I've followed the thread closely as I have a Yamaha > > OPL3-SA3 sound board. > > > > Now, I followed the various hints to the T, and I'm still unable to get it > > to work. Here is the stuff that I have so far theat seems the most > > promising: > > > > In my kernel config: > > controller pnp0 > > device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 vector pcmintr > > > > w/ that in there the dmesg shows: > > Probing for PnP devices: > > CSN 1 Vendor ID: YMH0800 [0x0008a865] Serial 0xffffffff > > Probing for devices on the ISA bus: > > sc0 at 0x60-0x6f irq 1 on motherboard > > sc0: VGA color <16 virtual consoles, flags=0x0> > > pcm0 not found at 0xffffffff > > > > Notice how it says it's not found...but I wonder why....what can I do do > > make it found? > > > > I'll send the pnpinfo to anyone who wants it. > > > > I'm running FreeBSD 2.2.6. > > > > Any suggestions are GREATLY appreaciated. > > > > TIA, > > Chris > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message