![]() |
Now serving 104 guides. |
|
Detect and Enable Your Sound Driver in FreeBSD 5.3 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:
snd_. In my example it was snd_ich
Configure your loader.conf so that support for your sound card will be loaded on boot up by typing in the following command:
Now reboot and your sound card will be working. 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 Find this guide useful?
Support the author: 3 Comments Posted by X-Istence on March 21, 2005 at 8:01:53 pm EET
More fun is to randomly load all the snd_* modules.
cd /boot/kernel kldload snd_* cat /dev/sndstat Never know about snd_driver though. To compile sound in the kernel, use this knowledge here, and add the following to your kernel config file: option sound option "snd_<drivername>" Yes, quotes are needed. Posted by unixpenguin2004 on March 21, 2005 at 8:01:53 pm EET
Cool beans. Thank you.
Posted by rhyous on February 28, 2007 at 9:25:24 pm EET
The following command is good to use to see what sound card you have as well:
# pciconf -lv |
Copyright 2003 - 2008 BSD Guides. All rights reserved. |
About | Terms of Use | Privacy | Contact |

