From owner-freebsd-questions Wed Dec 2 12:12:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28715 for freebsd-questions-outgoing; Wed, 2 Dec 1998 12:12:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from namodn.com (namodn.com [207.33.107.203]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28708 for ; Wed, 2 Dec 1998 12:12:47 -0800 (PST) (envelope-from question@namodn.com) Received: from localhost (question@localhost) by namodn.com (8.8.8/8.8.8) with SMTP id MAA10993; Wed, 2 Dec 1998 12:17:07 GMT (envelope-from question@namodn.com) Date: Wed, 2 Dec 1998 12:17:07 +0000 (GMT) From: freebsd-questions account To: Chris Martino 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 No, then you'd get pcm2 for your pnp device :) Leave it the way it is for now. When you get the boot prompt and type -c, don't go into visual mode. Type ls. At the bottom of the screen your pnp device should be configurable. ? will give you more help; just make sure it's enabled and stuff. Does doing cat /dev/sndstat at the regular ol' BSD prompt give you any useful output? I'm thinking maybe it's already assigned to pcm1... -rob ( www.namodn.com ) ( mailto : robert@namodn.com ) On Wed, 2 Dec 1998, Chris Martino wrote: > 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