From owner-freebsd-questions Thu Aug 12 7:53: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nowcool.com (FX3-1-119.mgfairfax.rr.com [24.28.200.119]) by hub.freebsd.org (Postfix) with ESMTP id 5E11F14EDF for ; Thu, 12 Aug 1999 07:52:58 -0700 (PDT) (envelope-from question@blink.dhs.org) Received: from localhost (question@localhost) by nowcool.com (8.9.3/8.9.3) with ESMTP id KAA18625; Thu, 12 Aug 1999 10:53:04 -0400 (EDT) (envelope-from question@blink.dhs.org) Date: Thu, 12 Aug 1999 10:53:04 -0400 (EDT) From: FreeBSD Question X-Sender: question@nowcool.com To: Kenny Drobnack Cc: Mohit Aron , freebsd-questions@FreeBSD.ORG Subject: Re: problem with sound card in FreeBSD-3.2 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 If you can find my earlier post about Ensoniq Audio PCI, you can find the same answer. Your second computer has "PNP OS" flag enabled or ON in the BIOS. In this case, the computer will disable the support and you are supposed to turn it on from /boot/kernel.conf by having a line like pnp 1 0 os enable port0 blah irq0 blah drq0 blah blah (look at the snd readme) If you don't want this, disable PNP OS from the bios. Byung On Thu, 12 Aug 1999, Kenny Drobnack wrote: > Correct me if I am wrong, but from my experience, the following line > caused problems on my computer > > device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 > > First of all, I am sure that the "isa?" should be "isa?". Also, should > that tty really be there? I mean, the sound card is not a terminal. Or am > I completely off on that assumption? > > > > Hi, > > I was wondering if someone could help me out with my sound card. > > I removed the sound card from one machine (133MHz Pentium) and installed it > > on my machine (166 MHz Pentium). Both machines had a kernel obtained from the > > same kernel configuration file. However, although the first machine was able > > to use the card, the 2nd machine wasn't. The kernel configuration file contains > > the lines: > > controller pnp0 > > device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 > > > > The first machine (on which the card worked) gave the following messages > > upon bootup: > > > > Probing for PnP devices: > > CSN 1 Vendor ID: CTL0024 [0x24008c0e] Serial 0x1003afa9 Comp ID: PNP0600 [0x0006d041] > > pcm1 (SB16pnp sn 0x1003afa9) at 0x220-0x22f irq 5 drq 1 flags 0x15 on isa > > Probing for devices on the ISA bus: > > pcm0 not probed due to drq conflict with pcm1 at 1 > > > > > > My machine (on which the card doesn't work) gives the following messages: > > > > Probing for PnP devices: > > CSN 1 Vendor ID: CTL0024 [0x24008c0e] Serial 0x1 003afa9 Comp ID: PNP0600 [0x0006d041] > > This is a SB16 PnP, but LDN 0 is disabled > > Probing for devices on the ISA bus: > > pcm0 not found > > > > > > Any help would be highly appreciated. > > > > 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