Thanks Daniel,<br><br>Got it working, but it seems that there is no way to control the outputs. Using any value higher than 5 as the FB_ID just returns zeros, e.g.<br><br>$ ./test-volume 0 6 -32768<br>max volume value = 0<br>
min volume value = 0<br>old volume value = 0<br>new volume value = 0<br><br>The only way to reduce the output is by turning the MIX knob on the front of the interface, but that actually is just a balance between the inputs and the outputs, so then because the output level is still high, as you turn the know towards the inputs the output level gets reduced but it is replaced by the over amplified noise of the inputs. I&#39;ll try to find a way of testing the interface with Windows and see what the behavior is.
<br><br>Thanks for your help!<br><br><br>Hector<br><br><br><br><br><div><span class="gmail_quote">On 8/23/07, <b class="gmail_sendername">Daniel Wagner</b> &lt;<a href="mailto:wagi@monom.org">wagi@monom.org</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hector Centeno wrote:<br>&gt; Thanks Daniel,<br>&gt;<br>&gt; I checked out again from SVN and rebuilt. Now I have the test-volume program
<br>&gt; but this is what I get when I try to run it:<br>&gt;<br>&gt; $ ./test-volume 0 5 -32768<br>&gt; /home/hector/Desktop/libfreebob/tests/.libs/lt-test-volume: symbol lookup<br>&gt; error: /home/hector/Desktop/libfreebob/tests/.libs/lt-test-volume: undefined
<br>&gt; symbol:<br>&gt; _ZN16FunctionBlockCmdC1EP15Ieee1394ServiceNS_18EFunctionBlockTypeEhNS_17EControlAttributeE<br><br>ldd loads the wrong library for the test-volume program. It loads the<br>current installed libfreebob library (
e.g. installed in /usr/lib or<br>/usr/local/lib). Try to set the LD_LIBRARY_PATH environment variable.<br><br>e.g for bash:<br><br>$ export LD_LIBRARY_PATH=/home/hector/Desktop/libfreebob/src/.libs<br>$ ./test-volume 0 5 -1000
<br><br>Then ldd should find the correct library. If that works you could<br>overwrite the installed libfreebob version with your own compiled<br>version. But if you are not completely sure what you are doing I do not<br>
recommend this step. It could break you installation.<br><br>&gt; Also I noticed that on that old thread where this test utility is discussed<br>&gt; ( <a href="http://linuxaudio.org/pipermail/linux-audio-user/2006-November/039911.html">
http://linuxaudio.org/pipermail/linux-audio-user/2006-November/039911.html</a>)<br>&gt; there is mention of not being able to set the outputs with it. Is this<br>&gt; still true?<br><br>Yes this mails is still true. Though to be honest I have never tried it
<br>really. I&#39;ve just implemented the program and looked at the responses<br>from the devices. I think I should really test tonight.<br><br>&gt; What I need is to lower the volume of the outputs.<br><br>I now that the FA-101 has a high output level at default. Even the
<br>output level for the headphones are really high.<br><br>&gt; Also in that thread there is mention of a &quot;mixer&quot; for doing that.<br><br>IRC, the FA-101 is the only device in the BeBoB family which has a very<br>
simple mixer implemented. I can&#39;t really tell what you can do with it.<br>There is a schematics drawn on the device top. Maybe that gives you a<br>clue what the built in mixer can do.<br><br>&gt; Would that be a software mixer part of the FA-101 drivers present in Windows? I can&#39;t see
<br>&gt; any reference to a software mixer in the FA-101 manual.<br><br>Sorry, I don&#39;t know.<br><br>&gt; My problem is that when I plug my ADAM-A7 monitors using balanced cables the<br>&gt; output is too hot and even causes some distortion, when using unbalanced
<br>&gt; cables the situation is better but still it feels too hot. The odd thing is<br>&gt; that through the headphones the FA-101 level sounds normal and there is no<br>&gt; distortion. I tested the same monitors with an M-Audio Audiophile and the
<br>&gt; level sounds normal. The A7s have volume control labeled from -60db to 6db<br>&gt; with 0db at twelve o&#39;clock. Using the FA-101 I can&#39;t go pass -30db (using<br>&gt; balanced or unbalanced cables). With the audiophile I can go up to 0db and
<br>&gt; sounds fine.<br><br>As I said previously that FA-101 has really high output levels.<br>Hopefully you can set the output level with the test program. Of course<br>the test program should be improved :)<br><br>&gt; I&#39;ll appreciate any help on this since I&#39;m in the middle of several
<br>&gt; projects.<br><br>No problem.<br><br>cheers,<br>daniel<br></blockquote></div><br><br clear="all"><br>-- <br>===============================<br><a href="http://www.hcenteno.net">http://www.hcenteno.net</a>