Posts Tagged ‘Microphone’

Ubuntu 9.10 microphone setup

Posted 06 Nov 2009 — by Arun
Category Ubuntu

With Ubuntu 9.10, based on my experience, sounds work at the same time for multiple devices. If you have Ubuntu 9.10 and Skype 2.1 beta, all you have to do to get the microphone to work is, right click on the volume icon in the top panel next to the date & time, select preferences, click on the input tab, uncheck the mute option next to input volume, if it’s checked. Now talk over the microphone and see if there are any movements in the bars next to input level. If not, click on the connector option and try with other options available there. For me, the default option and Microphone 1 didn’t work. Microphone 2 worked. You’ll see the movement in the vertical bars next to input level. Once you get that working, Skype should work fine.

Sound Preferences

How to get Skype microphone and sound work in Kubuntu

Posted 18 Dec 2008 — by Arun
Category Ubuntu

I did this in my laptop with Kubuntu 8.10 Intrepid Ibex, KDE 4.2 beta and HDA Intel sound card. It might work with other sound cards, but I’m not sure. Here is what I did to get the microphone and sound work.

Click on the volume icon in the system tray and click the Mixer button. It’ll open the volume control setting as shown in the figure. You might see only few options by default. Click on the Settings menu and select channel configuration option. You’ll see a screen similar to the one shown below. Select Front Mic, Front Mic Boost, Mic, Mic Boost, Capture and Capture 2. I’m not sure if all are needed, but I didn’t have time to test one by one. Once you select those, click OK. You’ll be back to the mixer panel now.

audiosetting1

Move the slider under PCM to the top. This will increase the volume to the max. Even if you increase the slider to the max when you click the volume icon, the speaker volume may not be high. Increasing the PCM to the max will increase the speaker volume to the max. Now check the mute check box for headphone (don’t do this if you are using a headphone), move the sliders to the max for Front Mic, Mic, Capture and Capture 2. Check both the check boxes above the Capture. Make sure your setting is similar to the one shown below. Adjusting the Front Mic Boost and Mic Boost will increase your microphone volume, but your speaker might squeal if you increase it too much.

Now click the small Skype icon in the Skype window and select options. In the options window, select Sound Devices on the left. Make a test call with Sound In and Sound Out as Default. If that doesn’t work, click the drop down boxes under Sound In and Sound Out and select HDA Intel (hw:Intel,0) (or whatever the first option after default) for both Sound In and Out. Click Apply and try the test call. It should work. Atleast, it worked for me.

audiosetting

Skype Microphone problem and complete pulse audio setup in Ubuntu

Posted 23 May 2008 — by Arun
Category Ubuntu

Update for Ubuntu 9.10: With Ubuntu 9.10, based on my experience, sounds work at the same time for multiple devices. If you have Ubuntu 9.10 and Skype 2.1 beta, all you have to do to get the microphone to work is, right click on the volume icon in the top panel next to the date & time, select preferences, click on the input tab, uncheck the mute option next to input volume, if it’s checked. Now talk over the microphone and see if there are any movements in the bars next to input level. If not, click on the connector option and try with other options available there. For me, the default option and Microphone 1 didn’t work. Microphone 2 worked. You’ll see the movement in the vertical bars next to input level. Once you get that working, Skype should work fine.

Sound Preferences

Warning: It didn’t work for some people. I don’t have instructions to undo this. Use it at your own risk.

After I installed Ubuntu 8.04 Hardy Heron on my new Quad core desktop , I installed Skype . The installation was smooth, but the microphone didn’t work. The output sound was fine. The webcam was detected automatically, but the video loses brightness after 2-3 minutes of use. I wasn’t sure if the microphone problem was due to buggy implementation of Pulse Audio in Ubuntu 8.04 or not. I tried changing the sound preferences and mic preferences, but nothing worked. I finally found a solution to install complete Pulse Audio pack after searching the Ubuntu forums and then for Skype microphone problem.

I followed zman0900’s guide in Ubuntu forums for complete pulse audio setup. Once I set that up, I got the microphone working in Skype. These are the steps I followed to get the Pulse audio setup and microphone to work.

Open a terminal (Application -> Accessories -> terminal)

1. Install additional packages for Pulse Audio by entering the following command in the terminal. Enter your password if prompted.

sudo apt-get install libao-pulse libasound2-plugins

2. Then edit or create your asound.conf file

sudo gedit /etc/asound.conf

and add the following lines. Click save once added.

pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}

3. Edit libao.conf.

sudo gedit /etc/libao.conf

and add the line below

default_driver=pulse

Now go to System -> Preferences -> Sound. Set under Devices tab the following to PulseAudio Sound Server
Sound Events Sound Playback
Music and Movies Sound Playback
Audio conferencing Sound Playback and Sound Capture

Set the Default Mixer Tracks Device to your sound card. In my case it’s HDA Intel (Alsa Mixer). Check the screenshot below.

Pulse Audio Setup

After you are done with that, install some additional packages. Enter the following command in the terminal.

sudo apt-get install libflashsupport padevchooser pulseaudio-module-hal pulseaudio-module-x11

sudo apt-get install libsdl1.2debian libsdl1.2debian-alsa

Now add the repositories given below to your sources.list file to install additional packages needed for Pulse Audio.
Open your sources.list by

sudo gedit /etc/apt/sources.list

and add the following lines

## zman0900’s PPA
deb http://ppa.launchpad.net/zman0900/ubuntu hardy main
deb-src http://ppa.launchpad.net/zman0900/ubuntu hardy main

Save and close. Now enter the following commands one by one in the terminal.

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libsdl1.2debian-pulseaudio

If the installation goes fine, then you can move ahead to Device Chooser. If libsdl1.2debian-pulseaudio won’t install, then enter

sudo apt-get install libsdl1.2debian-all

sudo gedit ~/.profile

and add the following two lines. Save and close.

# Make SDL audio work properly with Pulse
# export SDL_AUDIODRIVER=pulse

Now go to PulseAudio Device Chooser under Applications -> Sound & Video. It’ll show an icon in the top right menu bar, next to Tracker search tool or Date area. Click that icon and select preferences. Check the box Start applet on session login under Startup. See the screenshot below.

pulse audio preferences

Restart the computer. You should see the PulseAudion Device Chooser icon to appear once you login. I then changed my input sources by selecting Volume Control under System -> Preferences and selecting the Options tab. I selected Front Mic for all 3 input sources as shown below. This will vary from system to system and you may not see this option in some systems. My microphone was connected to the back of my computer, but it worked after I set it to Front Mic.

volumecontrol

I then started Skype , clicked the small Skype icon at the bottom and selected options. I then went to Sound Devices and selected HDA Intel (hw:intel,0) as my sound in, sound out and ringing options as shown below. I then made a test call and everything worked fine.

skype