From owner-freebsd-questions@FreeBSD.ORG Mon Mar 21 11:56:27 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DC8F16A4CE for ; Mon, 21 Mar 2005 11:56:27 +0000 (GMT) Received: from netbox.yi.org (216.23.59.224.nw.nuvox.net [216.23.59.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B8543D3F for ; Mon, 21 Mar 2005 11:56:26 +0000 (GMT) (envelope-from exp@netbox.yi.org) Received: from netbox.yi.org (netbox.yi.org [127.0.0.1]) by netbox.yi.org (8.13.1/8.13.1) with ESMTP id j2LBuPXj004977; Mon, 21 Mar 2005 06:56:25 -0500 (EST) (envelope-from exp@netbox.yi.org) Received: (from exp@localhost) by netbox.yi.org (8.13.1/8.13.1/Submit) id j2LBuPOS004976; Mon, 21 Mar 2005 06:56:25 -0500 (EST) (envelope-from exp) Date: Mon, 21 Mar 2005 06:56:24 -0500 From: exp@netbox.yi.org To: Gary Kline Message-ID: <20050321115624.GB63460@netbox.yi.org> References: <20050321000634.GA40655@thought.org> <20050321010827.GA47036@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050321010827.GA47036@thought.org> User-Agent: Mutt/1.4.2.1i cc: FreeBSD Mailing List Subject: Re: swhat do I add to GENERIC to get /dev/dsp? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 11:56:27 -0000 On Sun, Mar 20, 2005 at 05:08:27PM -0800, Gary Kline wrote: > On Sun, Mar 20, 2005 at 04:06:34PM -0800, Gary Kline wrote: > > > > I just installed xmms. It tries and fails to open /dev/dsp. > > I'm using the builtin i815 sound chipset. "AC97" is it? > > Anybody know what to add to my kernel config file? > > > > thanks, people, > > > > I could've sworn that in dmesg there was something about the > AC97; now I find that it is a pci0. On-board. According > to the conf/NOTES file, I need to use snd_ich. > > gary kline, relying to his own post.... > > -- > Gary Kline kline@thought.org www.thought.org Public service Unix > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" If you're using 5.x, this device should automatically be created when the sound card module is loaded. In your case, snd_ich. If you're using 4.x, check the sound card section of the handbook to find out how to make the appropriate device nodes.