I working on this, but is so difficult for me.<br><br>I uncomment this line on <a href="http://default.pa">default.pa</a>:<br><br>set-default-sink output<br><br>And configure the combined output here:<br><br><a href="http://i49.tinypic.com/hvpanm.png">http://i49.tinypic.com/hvpanm.png</a><br>
<br>But it doesn&#39;t work, can someone help me?<br><br>Thanks for all and best regards.<br><br><div class="gmail_quote">2009/12/25 Josu Lazkano <span dir="ltr">&lt;<a href="mailto:josu.lazkano@gmail.com">josu.lazkano@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks for your replys, I am a begining Linux user and I don&#39;t understand very good, this is my <a href="http://default.pa" target="_blank">default.pa</a>:<br>
<br>###########3<br><br>$ cat /etc/pulse/<a href="http://default.pa" target="_blank">default.pa</a> <br>
#!/usr/bin/pulseaudio -nF<br>#<br># This file is part of PulseAudio.<br>#<br># PulseAudio is free software; you can redistribute it and/or modify it<br># under the terms of the GNU Lesser General Public License as published by<br>

# the Free Software Foundation; either version 2 of the License, or<br># (at your option) any later version.<br>#<br># PulseAudio is distributed in the hope that it will be useful, but<br># WITHOUT ANY WARRANTY; without even the implied warranty of<br>

# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU<br># General Public License for more details.<br>#<br># You should have received a copy of the GNU Lesser General Public License<br># along with PulseAudio; if not, write to the Free Software Foundation,<br>

# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.<br><br># This startup script is used only if PulseAudio is started per-user<br># (i.e. not in system mode)<br><br>.nofail<br><br>### Load something into the sample cache<br>

#load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav<br>#load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav<br>#load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav<br>#load-sample-lazy pulse-access /usr/share/sounds/generic.wav<br>

load-sample-dir-lazy /usr/share/sounds/ubuntu/stereo<br><br>.fail<br><br>### Automatically restore the volume of streams and devices<br>load-module module-device-restore<br>load-module module-stream-restore<br>load-module module-card-restore<br>

<br>### Automatically augment property information from .desktop files<br>### stored in /usr/share/application<br>load-module module-augment-properties<br><br>### Load audio drivers statically (it&#39;s probably better to not load<br>

### these drivers manually, but instead use module-hal-detect --<br>### see below -- for doing this automatically)<br>#load-module module-alsa-sink<br>#load-module module-alsa-source device=hw:1,0<br>#load-module module-oss device=&quot;/dev/dsp&quot; sink_name=output source_name=input<br>

#load-module module-oss-mmap device=&quot;/dev/dsp&quot; sink_name=output source_name=input<br>#load-module module-null-sink<br>#load-module module-pipe-sink<br><br>### Automatically load driver modules depending on the hardware available<br>

.ifexists module-udev-detect.so<br>load-module module-udev-detect<br>.else<br>### Alternatively use the static hardware detection module (for systems that<br>### lack udev support)<br>load-module module-detect<br>.endif<br>

<br>### Automatically load driver modules for Bluetooth hardware<br>.ifexists module-bluetooth-discover.so<br>load-module module-bluetooth-discover<br>.endif<br><br>### Load several protocols<br>.ifexists module-esound-protocol-unix.so<br>

load-module module-esound-protocol-unix<br>.endif<br>load-module module-native-protocol-unix<br><br>### Network access (may be configured with paprefs, so leave this commented<br>### here if you plan to use paprefs)<br>#load-module module-esound-protocol-tcp<br>

#load-module module-native-protocol-tcp<br>#load-module module-zeroconf-publish<br><br>### Load the RTP reciever module (also configured via paprefs, see above)<br>#load-module module-rtp-recv<br><br>### Load the RTP sender module (also configured via paprefs, see above)<br>

#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 description=&quot;RTP Multicast Sink&quot;<br>#load-module module-rtp-send source=rtp.monitor<br><br>### Load additional modules from GConf settings. This can be configured with the paprefs tool.<br>

### Please keep in mind that the modules configured by paprefs might conflict with manually<br>### loaded modules.<br>.ifexists module-gconf.so<br>.nofail<br>load-module module-gconf<br>.fail<br>.endif<br><br>### Automatically restore the default sink/source when changed by the user during runtime<br>

load-module module-default-device-restore<br><br>### Automatically move streams to the default sink if the sink they are<br>### connected to dies, similar for sources<br>load-module module-rescue-streams<br><br>### Make sure we always have a sink around, even if it is a null sink.<br>

load-module module-always-sink<br><br>### Honour intended role device property<br>load-module module-intended-roles<br><br>### Automatically suspend sinks/sources that become idle for too long<br>load-module module-suspend-on-idle<br>

<br>### If autoexit on idle is enabled we want to make sure we only quit<br>### when no local session needs us anymore.<br>load-module module-console-kit<br><br>### Enable positioned event sounds<br>load-module module-position-event-sounds<br>

<br>### Cork music streams when a phone stream is active<br>#load-module module-cork-music-on-phone<br><br># X11 modules should not be started from <a href="http://default.pa" target="_blank">default.pa</a> so that one daemon<br>
# can be shared by multiple sessions.<br>
<br>### Load X11 bell module<br>#load-module module-x11-bell sample=bell-windowing-system<br><br>### Register ourselves in the X11 session manager<br>#load-module module-x11-xsmp<br><br>### Publish connection data in the X11 root window<br>

#.ifexists module-x11-publish.so<br>#.nofail<br>#load-module module-x11-publish<br>#.fail<br>#.endif<br><br>### Make some devices default<br>#set-default-sink output<br>#set-default-source input<br><br>#################<br>

<br>Which line I must uncomment? And where i must config the module-combine for simultaneous output?<br><br>Thanks for all and Happy Christmas!!!<br><br><br><div class="gmail_quote">2009/12/23 Colin Guthrie <span dir="ltr">&lt;<a href="mailto:gmane@colin.guthr.ie" target="_blank">gmane@colin.guthr.ie</a>&gt;</span><div>
<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&#39;Twas brillig, and Tanu Kaskinen at 23/12/09 06:08 did gyre and gimble:<br>
<div>&gt; ti, 2009-12-22 kello 20:34 +0000, Colin Guthrie kirjoitti:<br>
&gt;&gt; Now as PA will not add individual sinks for both the digital and analog,<br>
&gt;&gt; you&#39;ll have to load a separate module-alsa-sink for the other one you<br>
&gt;&gt; want - e.g. if auto-detection will load digital, you should add a<br>
&gt;&gt; separate sink for analog.<br>
&gt;<br>
&gt; Actually, there&#39;s another way. Profiles can be configured in the files<br>
&gt; under /usr/share/pulseaudio/alsa-mixer/profile-sets/. The easiest<br>
&gt; approach is to just edit default.conf in that directory. It takes some<br>
&gt; time to actually understand how those configuration files are used, but<br>
&gt; luckily for this exact case default.conf already contains a<br>
&gt; commented-out example, which can just be uncommented and it should work<br>
&gt; (if the sound card is capable of using both outputs at the same time,<br>
&gt; that is).<br>
&gt;<br>
&gt; You still need to use module-combine for simultaneous output.<br>
<br>
</div>Awesome, thanks for correcting me... I still need to fully grok the<br>
mixer profiles stuff as I still see it as black magic... I should have<br>
remembered that this was a spell that was possible with this black magic<br>
tho&#39; :)<br>
<br>
/me will try and do some revamp stuff on the website over the holidays<br>
and hopefully try and promote a better documentation process via that<br>
medium.<br>
<br>
Col<br>
<div><br>
--<br>
<br>
Colin Guthrie<br>
gmane(at)<a href="http://colin.guthr.ie" target="_blank">colin.guthr.ie</a><br>
<a href="http://colin.guthr.ie/" target="_blank">http://colin.guthr.ie/</a><br>
<br>
Day Job:<br>
  Tribalogic Limited [<a href="http://www.tribalogic.net/" target="_blank">http://www.tribalogic.net/</a>]<br>
Open Source:<br>
  Mandriva Linux Contributor [<a href="http://www.mandriva.com/" target="_blank">http://www.mandriva.com/</a>]<br>
  PulseAudio Hacker [<a href="http://www.pulseaudio.org/" target="_blank">http://www.pulseaudio.org/</a>]<br>
  Trac Hacker [<a href="http://trac.edgewall.org/" target="_blank">http://trac.edgewall.org/</a>]<br>
<br>
_______________________________________________<br>
</div><div><div></div><div>pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@mail.0pointer.de" target="_blank">pulseaudio-discuss@mail.0pointer.de</a><br>
<a href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss" target="_blank">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a><br>
</div></div></blockquote></div></div></div><br><br clear="all"><br>-- <br><font color="#888888">Josu Lazkano<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Josu Lazkano<br>