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://www.dragonflybsd.org/~labthug/handbook/sound-setup.html|Settting Up the Sound Card]]
 +
 +DragonFly uses OSS for sound.
 +
 +Load Intel HDA sound drivers on boot, add to ''/boot/loader.conf'':
 +
 +<code>
 +snd_hda_load=YES
 +</code>
 +
 +Load all sound drivers:
 +
 +<code>
 +kldload snd_driver
 +</code>
 +
 +Display all sound devices:
 +
 +<code>
 +cat /dev/sndstat
 +</code>
 +
 +<code>
 +Installed devices:
 +pcm0: <VIA VT1708S_0 (Analog 7.1+HP/2.0)> (play/rec) default
 +pcm1: <VIA VT1708S_0 (Digital)> (play)
 +pcm2: <VIA VT1708S_0 (Rear-panel Digital)> (play)
 +pcm3: <NVIDIA (0x0042) (HDMI/DP 8ch)> (play)
 +pcm4: <NVIDIA (0x0042) (HDMI/DP 8ch)> (play)
 +pcm5: <NVIDIA (0x0042) (HDMI/DP 8ch)> (play)
 +</code>

Navigation
QR Code
QR Code dragonfly_bsd_sound (generated for current page)