How can I get line-in microphone working with Skype?

36,859

I got it working by doing this. You should enter the commands in a terminal.

  1. Install pulseaudio if you haven't done that already:

    sudo apt-get install pulseaudio
    

    or using Software center Install via the software center

  2. Install pavucontrol and pavumeter if you haven't done that already:

    sudo apt-get install pavucontrol pavumeter
    
  3. Restart to get pulseaudio running

  4. Start pavucontrol, and make sure that input/output is set to Audio Stereo Duplex
  5. Start alsamixer, and set the values as follows:

Output

- Master: 100
- Set the others values on 63, including CAPTURE

Input

- Line-in: 40
- Mic: 63
- Phone: 40
- Aux: 40
- Analog Source: mic
- Digital Source: i2s in
- Shared Mic: mic in

If you get a strange 'looping beep' right now, don't worry, this happened to me too.

Start Skype.

Because of the restart you did earlier, Skype should automatically use PulseAudio. Make sure that you don't allow Skype to change the volume settings. You can do that in Skype's volume settings.

Make a test call to confirm that the microphone works.

Share:
36,859

Related videos on Youtube

Exeleration-G
Author by

Exeleration-G

I'm not a professional, I'm just trying to help other people with the knowledge I gained myself.

Updated on September 18, 2022

Comments

  • Exeleration-G
    Exeleration-G almost 2 years

    I've got a clean Lubuntu 11.10 install. In the days that I've used Microsoft Windows, I've used an external microphone for calling with Skype. The microphone was plug-and-play, and no drivers were needed.

    Right now, I'm using Skype on Lubuntu. I've installed PulseAudio, because it comes by default in Ubuntu, and it seemed wise to do so therefore. Whenever I make a test call, I won't get any input: it seems like the microphone doesn't record anything.

    So, my question is: how can I get an external (line-in) microphone to work in Lubuntu?