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

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to