![]() |
SERVER - Adding Sound to FreeBSD |
| Is audio supported? | look for /dev/audio if it isn't there, modify the kernel |
| create new kernel source | cd /usr/src/sys/i386/conf cp GENERIC MYKERN |
| modify new kernel parameters | edit MYKERN add or to bottom of MYKERN |
| compile new kernel | cd /usr/src make kernel KERNCONF=MYKERN |
| reboot | |
| au test | cat /test.au > /dev/audio to test for sound |
| driver test | cat /dev/sndstat |