So colin, <br>tried but..... The problem is stil here because Vbox redirect all VM on default sink and source , and I don&#39;t understand how to redirect correctly each input on each output.<br><br>I tried   &quot;pactl  move-source-output&quot; and pactl  &quot;move-sink-input&quot; but doesn&#39;t works  (the sound doesn&#39;t correspond from one VM to another) .....<br>
<br>There is a thing I don&#39;t understand is how to redirect VM 1 sound output to VM 1 sound input using 2 sinks ? <br><br><br><br><br>So, shall I give up ?<br><br><br><div class="gmail_quote">2010/10/19 Colin Guthrie <span dir="ltr">&lt;<a href="mailto:gmane@colin.guthr.ie">gmane@colin.guthr.ie</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Try editing the appropriate file and make the following changes:<br>
<br>
1. Comment out the line that says:<br>
 load-module module-always-sink<br>
<br>
2. Add the following lines:<br>
 load-module module-null-sink sink_name=fakeout<br>
 load-module module-null-sink sink_name=fakein<br>
 set-default-sink fakeout<br>
 set-default-source fakein.monitor<br>
<br>
<br>
<br>
Then restart PA. If it doesn&#39;t restart then there is something wrong<br>
with your changes (so best to keep a backup of the file).<br>
<br>
Hopefully that&#39;ll be enough to get things setup for you.<br>
<div><div></div><div class="h5"><br>
Col<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>
  Mageia Contributor [<a href="http://www.mageia.org/" target="_blank">http://www.mageia.org/</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>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@mail.0pointer.de">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><br>