rob897
October 8th, 2003, 10:49
The last thing I have to do to complete my install is to configure the sound card. I have a Sound Blaster Audigy. I have done a few googles and it appears as there have been some issues with installing this. Anyone currently using this card or have some suggestions for me?

soup4you2
October 8th, 2003, 11:24
put

device pcm

in your kernel.. it should use the same chipset as the live! series (emu10k1) or close to it..

rob897
October 8th, 2003, 11:43
ok well I have not built my own kernal yet, but can I use your tutorial you made for the FreeBSD Mail server, just as a reference? Since this will be my 1st time trying it

rob897
October 10th, 2003, 01:27
Ok I recompiled my new kernal with the
device pcm
added to the Kernal Config.
Nothing is working still. Do I have to specify somewhere which soundcard I am using and do I need to download drivers for this from like opensound?

NullSpin
October 10th, 2003, 19:05
Goto the /dev directory

[code:1:4dec674c4e]./MAKEDEV snd0[/code:1:4dec674c4e]

You should be good to go.

Kernel_Killer
October 10th, 2003, 20:59
You did reboot correct? Just wanted to make sure.What are you using to test the soundcard? Checkout Xmiker or Kmix, and check your volumes. If you have KDE installed, test with the soundserver in the control panel.

soup4you2
October 10th, 2003, 21:09
After doing a quick search here ya go:

DRIVERS - http://chibis.persons.gfk.ru/audigy/

more info on installing it

http://www.freebsd.org/cgi/getmsg.cgi?fetch=1479893+1488292+/usr/local/www/db/text/2003/freebsd-questions/20030914.freebsd-questions

rob897
October 10th, 2003, 23:09
Much thanks guys. Audigy is up and running like a champ.
I did need those drivers afterall.