Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Multimedia & Video
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Multimedia & Video
Have multimedia question? ATI, Nvidia, Sound cards. Just ask here.

 
Thread Tools Display Modes
Old September 20th, 2009   #21
nortexoid
Gee! These Aren't Roasted!
 
Join Date: Mar 2009
Beans: 180
Re: skype no microphone in jaunty

I had the same problem when updating to Skype 2.1 beta and this is what I did.

1. Install paman (pulseaudio manager). It should install pulseaudio preferences, device chooser, etc. (I think it's just the device chooser that's required but it doesn't hurt to install the manager.)

2. Run the pulseaudio device chooser. It should show an applet in your notification bar. Left click it and click on Volume Control. Then click on the Configuration tab. It should show several devices including your mic. My mic is on my external usb cam and my soundcard is an HDA Intel. Under the profile of every device that is NOT the mic device, make sure they are NOT set to input. E.g my HDA Intel device profile was "Output analog stereo + Input analog stereo". I changed it to "Output analog stereo". My USB camera profile was set to "Input analog mono".

Everything works now. I imagine the default input device for pulseaudio was my soundcard's stereo input which I wasn't using. So by disabling it, pulseaudio defaulted to my webcam.

By the way, the quality of Skype 2.1 seems better than 2.0, so I'm glad I'm using it. And it doesn't seem like my mic input drops out every now and then. So it's all good!
nortexoid is offline   Reply With Quote
Old October 23rd, 2009   #22
sqlpython
5 Cups of Ubuntu
 
sqlpython's Avatar
 
Join Date: Aug 2007
Location: Ct. USA
Beans: 25
Send a message via AIM to sqlpython
Re: skype no microphone in jaunty

To get jaunty 9.04 w/PulseAudio to show mic in Skype Options.....
I wrote this script to launch Skype which utilizes the
PULSE_SERVER variable
You feed the PULSE_SERVER your IPaddress for your connected device..
As you can see, for me my devices are eth0 and wlan0
Modify the script devices to your needs.
A simple ifconfig <deviceName> ...i.e. ifconfig eth0 will give back the info for that device then we just parse it ...
NOTE: I have installed my Skype in a Particular Dir /home/sqlpython/skype..
......If yours is in a different Dir CHange the Script..
...Also for Notification Sounds Move the /home/sqlpython/skype/sounds dir to
..../usr/share/skype/ .. You probably will have to create that one in as sudo user of Konqueror or Nautilus
Even with all this PulseAudio and SKype work poorly together as they will hog CPU% and result in squashing all other playbacks while Skype is connected to another Skype User VOIP.. like if you are streaming Radio music or just trying to Play a Music CD at the same time..
To put it in eloquent technical terms "PulseAudio Stinks"
In the end for my 8.10 and 9.04 installs I will probably uninstall Pulse.
Here You Go... Mic in Skype.
Quote:
#!/bin/bash

ifconfig wlan0 | grep "inet addr" | cut -d: -f2 | cut -d" " -f1 $1
ifconfig eth0 | grep "inet addr" | cut -d: -f2 | cut -d" " -f1 $2
if [ $1 -gt $2 ]
then
echo $1
PULSE_SERVER=$1 /home/sqlpython/skype/skype
fi
if [ $2 -gt $1 ]
then
echo $2
PULSE_SERVER=$2 /home/sqlpython/skype/skype
fi
__________________
Klikit-Kubuntu-Ubuntu-Debian-BSD
Kubuntu 7.10 amd64 Gutsy * Ubuntu 8.04 lts
Dell Inspiron 1501 Amd64

Last edited by sqlpython; October 23rd, 2009 at 04:21 PM..
sqlpython is offline   Reply With Quote
Old October 23rd, 2009   #23
Craig73
Just Give Me the Beans!
 
Join Date: Jun 2008
Beans: 46
Re: skype no microphone in jaunty

Quote:
Originally Posted by nortexoid View Post
2. Run the pulseaudio device chooser. It should show an applet in your notification bar. Left click it and click on Volume Control. Then click on the Configuration tab. It should show several devices including your mic. My mic is on my external usb cam and my soundcard is an HDA Intel. Under the profile of every device that is NOT the mic device, make sure they are NOT set to input. E.g my HDA Intel device profile was "Output analog stereo + Input analog stereo". I changed it to "Output analog stereo". My USB camera profile was set to "Input analog mono".
I don't see a configuration tab
Craig73 is offline   Reply With Quote
Old October 24th, 2009   #24
funnycat79
First Cup of Ubuntu
 
Join Date: Oct 2009
Beans: 1
Re: skype no microphone in jaunty

1. Choose "Volume Control" and open "Input Devices" tab. Than select your device to default.

2. Go to ~/.pulse/ and find file like "3fc1801253b192fb3a453426489ca151:default-source". Copy content of that file, in my was "alsa_input.usb_device_4f2_a13c_noserial_if2_sound _card_0_alsa_capture_0"

3. Left click on "Device Chooser" and choose "Default Source" and select "Other". Paste content of your file there.

It works good for me

Last edited by funnycat79; October 24th, 2009 at 04:54 AM..
funnycat79 is offline   Reply With Quote

Bookmarks

Tags
skype no microphone

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:17 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry