Re: [kde] Phonon + PulseAudio + Skype = No mic

2011-08-30 Thread Eric Griffith
Figured it out; had to add msi=enbable and model=auto to modprobe.d
for snd-hda-intel.

On Mon, Aug 29, 2011 at 4:26 AM, Anne Wilson  wrote:
> On Monday 29 Aug 2011 Eric Griffith wrote:
>> Fixed what I broke; but still havent figured out the Skype Microphone
>> issue.
>
> I don't use Skype, but I recently tried to use Google Hangout and had a
> similar problem.  I spoke to Colin Guthrie about it, and this was his advice:
>
> 
> The reasons for why PA cannot open the sound device are quite varied, so
> there is no simple answer, but I'll try and go over a list of possibilities.
>
> First of, do a fresh reboot. Some apps like to "hog" the sound h/w
> directly bypassing PA (Adobe Flash inside a web browser is a primary
> evildoer here!)
>
> Then, check to make sure you actually have a profile that includes an
> output device selected. You can use pavucontrol or the "Hardware Setup"
> tab in SystemSettings -> Multimedia to change profiles). If you have a
> profile which uses e.g. Analog Input (as opposed to Analog Duplex) then
> only the mic would be supported, not the speakers. Ditto if the profile
> is off. If you are unsure, just mail me the output of "pacmd ls" and
> I'll let you know if this is a problem.
>
> If this is all OK so far, then check which other processes may be
> accessing the audio devices directly:
>
> sudo fuser -v /dev/snd/pcm*
>
>
> Check to make sure there is not a DBus problem. We need to connect to
> the session dbus to reserve our device. If we cannot talk to dbus we
> cannot get a reservation lock and we cannot continue. Use e.g.
> qdbusviewer and check for org.pulseaudio.Server on the session bus.
>
> And lastly make sure you've not got any custom setup that overrides the
> supplied default.pa file (i.e. inside ~/.pulse/ or even edits to the
> /etc/pulse/default.pa version).
> 
>
> In fact the profile set was the wrong one, but these tests pointed it out and 
> I
> was able to get the mic working.  I hope it does for you too.
>
> Anne
>
> ___
> This message is from the kde mailing list.
> Account management:  https://mail.kde.org/mailman/listinfo/kde.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.
>
___
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


Re: [kde] Phonon + PulseAudio + Skype = No mic

2011-08-29 Thread Anne Wilson
On Monday 29 Aug 2011 Eric Griffith wrote:
> Fixed what I broke; but still havent figured out the Skype Microphone
> issue.

I don't use Skype, but I recently tried to use Google Hangout and had a 
similar problem.  I spoke to Colin Guthrie about it, and this was his advice:


The reasons for why PA cannot open the sound device are quite varied, so
there is no simple answer, but I'll try and go over a list of possibilities.

First of, do a fresh reboot. Some apps like to "hog" the sound h/w
directly bypassing PA (Adobe Flash inside a web browser is a primary
evildoer here!)

Then, check to make sure you actually have a profile that includes an
output device selected. You can use pavucontrol or the "Hardware Setup"
tab in SystemSettings -> Multimedia to change profiles). If you have a
profile which uses e.g. Analog Input (as opposed to Analog Duplex) then
only the mic would be supported, not the speakers. Ditto if the profile
is off. If you are unsure, just mail me the output of "pacmd ls" and
I'll let you know if this is a problem.

If this is all OK so far, then check which other processes may be
accessing the audio devices directly:

sudo fuser -v /dev/snd/pcm*


Check to make sure there is not a DBus problem. We need to connect to
the session dbus to reserve our device. If we cannot talk to dbus we
cannot get a reservation lock and we cannot continue. Use e.g.
qdbusviewer and check for org.pulseaudio.Server on the session bus.

And lastly make sure you've not got any custom setup that overrides the
supplied default.pa file (i.e. inside ~/.pulse/ or even edits to the
/etc/pulse/default.pa version).


In fact the profile set was the wrong one, but these tests pointed it out and I 
was able to get the mic working.  I hope it does for you too.

Anne


signature.asc
Description: This is a digitally signed message part.
___
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

Re: [kde] Phonon + PulseAudio + Skype = No mic

2011-08-29 Thread Eric Griffith
Fixed what I broke; but still havent figured out the Skype Microphone
issue. Something Odd that I did notice however is... input from my mic
(just like at the desktop) is coming out of my speakers o.O

On Mon, Aug 29, 2011 at 2:30 AM, Eric Griffith  wrote:
> Unfortunately Stephen it was not; I do thank you however for offering
> advice. I believe you found that information from the Arch Wiki (just
> saw the same suggestion there :D) Neither your suggestion, or that of
> all the Arch Wiki on KDE / Pulse / KDE + Pulse was able to fix my
> specific use case. And doubly unfortunately... I may just broken it
> further >.> Gotta try to retrace my steps now!
>
> Aaaah the joys of linux sometimes lol
>
> On Mon, Aug 29, 2011 at 1:16 AM, Stephen Dowdy  wrote:
>> Eric,
>>
>> Just replying directly to you, but if this is applicable, please
>> follow up on the list.
>>
>> I have an ASUS Eee PC 1005PE that i finally got Skype working on
>> (Debian Squeeze) by following some instructions i found somewhere
>> (don't know sure where).
>>
>> Tell skype that it MAY NOT automatically adjust the mixer
>> and then set the left Mic input/gain to 0 and the right input to 75-80%.
>>
>> This works for the Eee, as i understand it, because the left/right
>> mic are done via differencing the two inputs, where the right
>> channel is the master, they aren't fully independent.
>>
>> skype apparently can't deal with that, esp if it's in control of
>> the mixer.
>>
>> Good luck,
>> --stephen
>> ___
>> This message is from the kde mailing list.
>> Account management:  https://mail.kde.org/mailman/listinfo/kde.
>> Archives: http://lists.kde.org/.
>> More info: http://www.kde.org/faq.html.
>>
>
___
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


Re: [kde] Phonon + PulseAudio + Skype = No mic

2011-08-28 Thread Eric Griffith
Unfortunately Stephen it was not; I do thank you however for offering
advice. I believe you found that information from the Arch Wiki (just
saw the same suggestion there :D) Neither your suggestion, or that of
all the Arch Wiki on KDE / Pulse / KDE + Pulse was able to fix my
specific use case. And doubly unfortunately... I may just broken it
further >.> Gotta try to retrace my steps now!

Aaaah the joys of linux sometimes lol

On Mon, Aug 29, 2011 at 1:16 AM, Stephen Dowdy  wrote:
> Eric,
>
> Just replying directly to you, but if this is applicable, please
> follow up on the list.
>
> I have an ASUS Eee PC 1005PE that i finally got Skype working on
> (Debian Squeeze) by following some instructions i found somewhere
> (don't know sure where).
>
> Tell skype that it MAY NOT automatically adjust the mixer
> and then set the left Mic input/gain to 0 and the right input to 75-80%.
>
> This works for the Eee, as i understand it, because the left/right
> mic are done via differencing the two inputs, where the right
> channel is the master, they aren't fully independent.
>
> skype apparently can't deal with that, esp if it's in control of
> the mixer.
>
> Good luck,
> --stephen
> ___
> This message is from the kde mailing list.
> Account management:  https://mail.kde.org/mailman/listinfo/kde.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.
>
___
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


Re: [kde] Phonon + PulseAudio + Skype = No mic

2011-08-28 Thread Stephen Dowdy
Eric,

Just replying directly to you, but if this is applicable, please
follow up on the list.

I have an ASUS Eee PC 1005PE that i finally got Skype working on
(Debian Squeeze) by following some instructions i found somewhere
(don't know sure where).

Tell skype that it MAY NOT automatically adjust the mixer
and then set the left Mic input/gain to 0 and the right input to 75-80%.

This works for the Eee, as i understand it, because the left/right
mic are done via differencing the two inputs, where the right
channel is the master, they aren't fully independent.

skype apparently can't deal with that, esp if it's in control of
the mixer.

Good luck,
--stephen
___
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.