Reply
 
Thread Tools Display Modes
  #21  
Old 09-23-2010, 09:11 PM
carlosalvet carlosalvet is offline
Junior Member
 
Join Date: Sep 2010
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default the summary
At beginning this summary is a little embarrassing jajaja is not difficult like i did.

first check your sound card and you can see it with:

Code:
 cat /dev/sndstat
in your terminal.

in my case I have a mod hda, you can check the mod for your sound card in

http://wiki.freebsd.org/Sound

at first you must set up on your mod hda in /boot/loader.conf like root:
Code:
snd_hda_load="YES"
with that your module for the sound card is on.

Then you need to set up your 5.1 channels, by default is 2.1 or you can put 7.1 stead of,.

In /etc/sysctl.conf like root, you do that. you have to add the line with your multichannel output audio system. in this link talks about this parameters:

http://www.freebsd.org/cgi/man.cgi?q...ound&sektion=4

Now just add this to 7.1 output multichannel audio:
Code:
dev.pcm.0.play.vchanformat=s16le:7.1
or
Code:
sysctl dev.pcm.0.play.vchanformat=s16le:7.1
to alter dynamically and see the results

if you need 5.1 you need to change 7.1 to 5.1 or take a sight to the link fore more information.

NOTE: The device.hint don't need to be altered, I erase every sentences added in /boot/device.hint.

Thanks to Fatmice for help!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:32 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.