Sound card
From FreeBSDwiki
(Difference between revisions)
m |
(added handbook link) |
||
Line 3: | Line 3: | ||
[[snd_driver]] will work for most cards. | [[snd_driver]] will work for most cards. | ||
+ | |||
+ | == External Links == | ||
+ | [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html FreeBSD Handbook] | ||
[[Category:FreeBSD for Workstations]] | [[Category:FreeBSD for Workstations]] |
Revision as of 16:33, 15 January 2005
In order to get sound out of your FreeBSD box, you'll need to either load your sound driver module or compile sound support in your kernel -- it's not installed by default. For this you need to use kldload to load your sound driver. If you don't know which sound card you have -- and therefore don't know which driver to use -- you can load the generic snd_driver module (in 5.x systems -- in 4.x you need to load the snd module) like so:
samizdata# kldload snd_driver
snd_driver will work for most cards.