From owner-freebsd-questions@FreeBSD.ORG Mon Oct 9 22:30:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7B02F16A417 for ; Mon, 9 Oct 2006 22:30:51 +0000 (UTC) (envelope-from toreld@netscape.net) Received: from mail42.e.nsc.no (mail42.e.nsc.no [193.213.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D099D43D45 for ; Mon, 9 Oct 2006 22:30:50 +0000 (GMT) (envelope-from toreld@netscape.net) Received: from [62.16.240.241] (062016240241.customer.alfanett.no [62.16.240.241]) (authenticated bits=0) by mail42.nsc.no (8.13.8/8.13.5) with ESMTP id k99MUlpE023556 for ; Tue, 10 Oct 2006 00:30:49 +0200 (CEST) Message-ID: <452ACDB6.2080901@netscape.net> Date: Tue, 10 Oct 2006 00:31:18 +0200 From: Tore Lund User-Agent: Thunderbird 1.5.0.5 (X11/20060815) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200610091600.23956.raymond.gibson@verizon.net> In-Reply-To: <200610091600.23956.raymond.gibson@verizon.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: requesting help to make sound work on thin/diskless client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 22:30:51 -0000 Raymond Gibson wrote: > Hello, > > I'm looking for help. I built a thin/diskless client that I boot via > etherboot. After power up the client boots and gives me a login prompt. At > that time I enter 'root' and I am presented with a command prompt. I then > enter 'X -query ' and X starts and it works as expected. > > I would like to add sound. Unfortunately, I can't find documentation > describing this process. So, could someone explain to me how to configure the > client/server? My server is FreeBSD 6.1-RELEASE. > > BTW: I installed an ISA soundblaster sound and compiled these lines into my > kernel. The kernel detects the sound card during boot-up. > > # Add the generic audio driver > device sound > device snd_sbc > device snd_sb16 It's unclear to me what does not work for you. Have you tried to enter the lines in device.hints suggested in section 7.2.1.1 of the handbook, which uses the devices you mention as an example? And if that does not work, does "kldload snd_driver" return any useful information? -- Tore