Date: Tue, 10 Oct 2006 00:31:18 +0200 From: Tore Lund <toreld@netscape.net> To: freebsd-questions@freebsd.org Subject: Re: requesting help to make sound work on thin/diskless client Message-ID: <452ACDB6.2080901@netscape.net> In-Reply-To: <200610091600.23956.raymond.gibson@verizon.net> References: <200610091600.23956.raymond.gibson@verizon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <server ip>' 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?452ACDB6.2080901>