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"><<a href="mailto:fredferickson@gmail.com">fredferickson@gmail.com</a>></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>
> Hi Dave<br>
><br>
> I had a like problem, and after a long time my Skype works. Follow<br>
> 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>
><br>
> This is in portuguese, but may help you.<br>
><br>
> []s<br>
> ________________________________________________<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>
> On Tue, Mar 10, 2009 at 21:28, Dave Feustel <<a href="mailto:dfeustel@mindspring.com">dfeustel@mindspring.com</a>><br>
> wrote:<br>
>         I have Skype software installed and I have been trying to make<br>
>         a test<br>
>         call. audio output worked, but mike did not. So I did a yum<br>
>         install:<br>
>         yum install 'alsa-*'. Now neither audion output nor mike<br>
>         works.<br>
>         The test call reports an unspecified audio problem.<br>
><br>
>         What do I need to do to get skype test call to work?<br>
<br>
</div>Sorry I lost Dave's reply to Renato'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's link, then select Portugese -> 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>