[Bug 437192] Re: No microphone in skype

2017-07-07 Thread Launchpad Bug Tracker
[Expired for pulseaudio (Ubuntu) because there has been no activity for 60 days.] ** Changed in: pulseaudio (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 437192] Re: No microphone in skype

2017-05-08 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu. Ubuntu 9.10 (karmic) reached end-of-life on April 30, 2011. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases Please upgrade to the latest version and re-test. ** Changed in: pulseaudio (Ubuntu)

[Bug 437192] Re: No microphone in skype

2014-06-14 Thread Rudy Mario Moretti
Hello, i just solved removing the line microphone from computer back in and reconnect it on computer on front microphone in ... now it work fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/437192

[Bug 437192] Re: No microphone in skype

2012-03-26 Thread João Miguel Lopes Moreira
The only solution to make microphone work is to install linux-backports- modules-alsa-generic... Just go to: Menu / System / Administration / Synaptic Package Manager And search and mark for installation: linux-backports-modules-alsa-generic tip: if you have multiple versions click on the

[Bug 437192] Re: No microphone in skype

2011-03-01 Thread Bjoern Guenzel
Couldn't get Skype to work on Acer Aspire 4820T, Ubuntu 10.10. Sound Recorder works, so Mic seems to be working in general. One weird thing, though: in the Sound Video Sound Input Menu, there is no way to test the Microphone. There is something that looks like it could be an sound level

[Bug 437192] Re: No microphone in skype

2011-03-01 Thread Bjoern Guenzel
One more thing: I tried the Post 18 fix, but I am not sure if I actually tried it with Skype. I tried it with Google Talk, and there seemed to be some audio coming through to the other side. It was very low volume and noisy, though, so barely usable. There were also feedback loops, not sure if

[Bug 437192] Re: No microphone in skype

2010-10-21 Thread hamish darby
try post 18 from http://ubuntuforums.org/showthread.php?p=10006409#post10006409 worked forme -- No microphone in skype https://bugs.launchpad.net/bugs/437192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 437192] Re: No microphone in skype

2010-10-20 Thread B Bobo
Here is a very useful, drastic, and 100% effective solution to getting Skype 2.1 working on any Ubuntu distribution, thanks to Patrick on another thread: Every time you want to start Skype, type the following command in a Terminal (opened from Applications/ Accessories/ Terminal): sh -c

[Bug 437192] Re: No microphone in skype

2010-10-20 Thread B Bobo
Small correction included at the end: su cat EOM /usr/bin/skype.sh #!/bin/bash # bypass horribly buggy pulseaudio export PULSE_SERVER=127.0.0.1 exec `dirname $0`/skype.bin EOM cat EOM /etc/rc.local SKYPE=/usr/bin/skype grep -q 'horribly buggy' $SKYPE || sh -c mv -f $SKYPE $SKYPE.bin; cp -f