Ok;<br><br>I will resume the article:<br><br>1. test if your SO can record a sound wich your mic. To test this use TUI tool arecord and aplay:<br><br>--- list all devices to record<br><pre># arecord -l<br><br><br>===<br>**** List of CAPTURE Hardware Devices ****<br>
card 0: SB [HDA ATI SB], device 0: ALC883 Analog [ALC883 Analog]<br>  Subdevices: 1/1<br>  Subdevice #0: subdevice #0<br>card 0: SB [HDA ATI SB], device 4: ALC883 Analog [ALC883 Analog]<br>  Subdevices: 1/1<br>  Subdevice #0: subdevice #0<br>
===<br></pre><br>--- test wich one hardware combination:<br><pre># arecord -f cd -D hw:0,0 -d 10 teste.wav<br>or<br># arecord -f cd -D hw:0,4 -d 10 teste.wav<br><br><br>This above record a sound (test.wav) wich CD quality, 10 seconds time, and hardware 0:0 (card:device)<br>
<br>To listen to the file, so use the command:<br><br># aplay -f cd teste.wav<br><br>This a first pass.<br><br></pre>Ok, test this...<br><br>[]s<br clear="all">________________________________________________<br>Renato de Oliveira Diogo<br>
<br>Bacharel em Ciência da Computação<br>UNESP - Bauru<br><br>LPIC1 - Linux Professional Institute Certification - Nível 1<br><br><a href="mailto:renato.diogo@gmail.com">renato.diogo@gmail.com</a><br><a href="mailto:renato.diogo@yahoo.com.br">renato.diogo@yahoo.com.br</a><br>

<br><br><div class="gmail_quote">On Wed, Mar 11, 2009 at 02:53, Fred Erickson <span dir="ltr">&lt;<a href="mailto:fredferickson@gmail.com">fredferickson@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, 2009-03-10 at 21:38 -0300, Renato de Oliveira Diogo wrote:<br>
&gt; Hi Dave<br>
&gt;<br>
&gt; I had a like problem, and after a long time my Skype works. Follow<br>
&gt; below the link that I wrote: <a href="http://www.rdiogo.com.br/wordpress/?p=52" target="_blank">http://www.rdiogo.com.br/wordpress/?p=52</a><br>
&gt;<br>
&gt; This is in portuguese, but may help you.<br>
&gt;<br>
&gt; []s<br>
&gt; ________________________________________________<br>
&gt; Renato de Oliveira Diogo<br>
&gt;<br>
&gt; Bacharel em Ciência da Computação<br>
&gt; UNESP - Bauru<br>
&gt;<br>
&gt; LPIC1 - Linux Professional Institute Certification - Nível 1<br>
&gt;<br>
&gt; <a href="mailto:renato.diogo@gmail.com">renato.diogo@gmail.com</a><br>
&gt; <a href="mailto:renato.diogo@yahoo.com.br">renato.diogo@yahoo.com.br</a><br>
&gt;<br>
&gt;<br>
&gt; On Tue, Mar 10, 2009 at 21:28, Dave Feustel &lt;<a href="mailto:dfeustel@mindspring.com">dfeustel@mindspring.com</a>&gt;<br>
&gt; wrote:<br>
&gt;         I have Skype software installed and I have been trying to make<br>
&gt;         a test<br>
&gt;         call. audio output worked, but mike did not. So I did a yum<br>
&gt;         install:<br>
&gt;         yum install &#39;alsa-*&#39;. Now neither audion output nor mike<br>
&gt;         works.<br>
&gt;         The test call reports an unspecified audio problem.<br>
&gt;<br>
&gt;         What do I need to do to get skype test call to work?<br>
<br>
</div>Sorry I lost Dave&#39;s reply to Renato&#39;s message but I believe he said he<br>
needed a page in English - if you go to this url:<br>
<a href="http://www.google.com/language_tools" target="_blank">http://www.google.com/language_tools</a><br>
and paste in Renato&#39;s link, then select Portugese -&gt; English, it will do<br>
the translation for you.<br>
<br>
hth, Fred<br>
<font color="#888888"><br>
<br>
--<br>
</font><div><div></div><div class="h5">fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br>
</div></div></blockquote></div><br>