From owner-freebsd-questions@FreeBSD.ORG Mon Oct 9 21:00:43 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 93E7B16A5C3 for ; Mon, 9 Oct 2006 21:00:43 +0000 (UTC) (envelope-from raymond.gibson@verizon.net) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id E510B43D62 for ; Mon, 9 Oct 2006 21:00:31 +0000 (GMT) (envelope-from raymond.gibson@verizon.net) Received: from fireball.gibson.net ([72.64.91.149]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J6V00CYAZOOABF8@vms044.mailsrvcs.net> for freebsd-questions@freebsd.org; Mon, 09 Oct 2006 16:00:24 -0500 (CDT) Date: Mon, 09 Oct 2006 16:00:23 -0500 From: Raymond Gibson To: freebsd-questions@freebsd.org Message-id: <200610091600.23956.raymond.gibson@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.9.1 Subject: requesting help to make sound work on thin/diskless client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: raymond.gibson@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 21:00:43 -0000 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 Thank you for you help. Raymond.