From owner-freebsd-questions Mon May 29 20:15:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 7F96937BAAF for ; Mon, 29 May 2000 20:15:54 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id WAA96176; Mon, 29 May 2000 22:15:53 -0500 (CDT) Date: Mon, 29 May 2000 22:15:53 -0500 (CDT) From: BWS - Offwhite To: Brian Camba Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sound card trouble In-Reply-To: <3932F474.BD679528@freewwweb.com> 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 You may need to alter your /boot/kernel.conf config file. I just set up my sound card and was experience similar problems. I eventually added this line near the end of kernel.conf. pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 3 This is for an SB16 sound card and I got the info from the pcm man page, which I learned is full of all kinds of helpful hints. If your card is listed, you will be able to set it up easily. I tried to skip adding anything to kernel.conf because I am wary of mucking with things related to the kernel and finally broke and made the change, but I would advise caution. Be sure the changes you make are done correctly. Happy Hunting... Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? http://www.greasydaemon.com/noms/ <- Why avoid MS? On Mon, 29 May 2000, Brian Camba wrote: > i'm trying to configure my sound card to work with freebsd, but it > doesn't seem to get recognized at boot time. here is the line in my > kernel: > > controller pnp0 > device pcm0 at isa? port? tty irq 9 drq 4 flags 0x0 vector pcmintr > > the message i get when it boots goes something like: > > pcm0: not found at 0xffffffff > > i'd try and enter the port address manually, but i don't know where to > find it. > > my sound card is a voyetra/turtlebeach montego a3d, in case it helps > > > > 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