no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | dragonfly_bsd_sound [2018/12/29 13:27] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== DragonFly BSD Sound ====== | ||
+ | * [[DragonFly BSD]] | ||
+ | * [[https:// | ||
+ | |||
+ | DragonFly uses OSS for sound. | ||
+ | |||
+ | Load Intel HDA sound drivers on boot, add to ''/ | ||
+ | |||
+ | < | ||
+ | snd_hda_load=YES | ||
+ | </ | ||
+ | |||
+ | Load all sound drivers: | ||
+ | |||
+ | < | ||
+ | kldload snd_driver | ||
+ | </ | ||
+ | |||
+ | Display all sound devices: | ||
+ | |||
+ | < | ||
+ | cat / | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Installed devices: | ||
+ | pcm0: <VIA VT1708S_0 (Analog 7.1+HP/ | ||
+ | pcm1: <VIA VT1708S_0 (Digital)> | ||
+ | pcm2: <VIA VT1708S_0 (Rear-panel Digital)> | ||
+ | pcm3: <NVIDIA (0x0042) (HDMI/DP 8ch)> (play) | ||
+ | pcm4: <NVIDIA (0x0042) (HDMI/DP 8ch)> (play) | ||
+ | pcm5: <NVIDIA (0x0042) (HDMI/DP 8ch)> (play) | ||
+ | </ |