Detect and Enable Your Sound Driver in FreeBSD 5.3
Updated: 07/15/2005
General Information
FreeBSD doesn't enable the sound by default. However it is simple to detect and enable your sound card.Requirements
Configuration
To detect you sound card in FreeBSD 5.3 do the following in a command prompt as root:| # | kldload snd_driver |
| # | cat /dev/sndstat |
|
FreeBSD Audio Driver (newpcm) Installed devices: pcm0: <SiS 7012> at io 0xdc00, 0xd800 irq 11 bufsz 16384 kld snd_ich (1p/1r/0v channels duplexdefault) |
snd_. In my example it was snd_ich
| # | echo 'snd_ich_load="YES"' >> /boot/loader.conf |
Note: If this process fails with errors, you may want to look at the hardware notes on the FreeBSD website. Most sound cards are supported, but there are some that are not.
Author: Jared Barneck
jared at bsdcertification dot com