Gentoo Archives: gentoo-user

From: Ivan <ivan.kazbanov@×××××.com>
To: gentoo-user@l.g.o
Subject: [SOLVED] Re: [gentoo-user] Re: Mic on Skype
Date: Sun, 01 Aug 2010 19:56:23
Message-Id: 20100801215514.230f3610@ian
In Reply to: Re: [gentoo-user] Re: Mic on Skype by Ivan
1 On Sat, 31 Jul 2010 19:35:49 +0200
2 Ivan <ivan.kazbanov@×××××.com> wrote:
3
4 > On Sat, 31 Jul 2010 19:18:44 +0300
5 > Nikos Chantziaras <realnc@×××××.de> wrote:
6 >
7 > > On 07/31/2010 06:00 PM, ivan.kazbanov@×××××.com wrote:
8 > > > On Sat, 31 Jul 2010 17:41:33 +0300
9 > > > Nikos Chantziaras<realnc@×××××.de> wrote:
10 > > >
11 > > >> On 07/31/2010 03:11 PM, Ivan wrote:
12 > > >>> I have a problem with my microphone on Skype. In general the mic
13 > > >>> works. I can record using `arecord -c2> test.wav'. It also
14 > > >>> records if I type arecord without -c2 option but the sound is
15 > > >>> *very* low. And the same thing occurs when I try to make a Skype
16 > > >>> test call.
17 > > >>
18 > > >> Maybe you need to set your microphone to +24db in alsamixer and
19 > > >> select "mic" as input source instead of "line in."
20 > > >>
21 > > >>
22 > > >
23 > > > I don't have a choice what input source to use in alsamixer.
24 > > > And all controls in alsamixer are maximized and not muted.
25 > >
26 > > Just mentioned it because that was the case for me. To see those
27 > > controls in alsamixer, you must press F4 first (just in case you're
28 > > not familiar with alsamixer).
29 > >
30 > >
31 >
32 > Yes, I see your point but this is not my case :). My "Capture" and
33 > "Digital" controls are maximized and aren't muted. Note that I'm able
34 > to record something using `arecord'.
35 >
36 > My laptop doesn't have a connector for external microphone. I think
37 > that's why there is no control for choosing input source in alsamixer.
38 >
39
40 For anyone who has a similar problem: the following trick works.
41 Add these lines to $HOME/.asoundrc
42
43 pcm.skype {
44 type route
45 slave.pcm "hw:0,0"
46 slave.channels 2
47 ttable.0.1 2
48 }
49
50 Then start Skype and go to Options->Sound Devices. Choose "skype(route)"
51 as a microphone. If the sound is too low (high) try to increase
52 (decrease) the last number at `ttable.0.1 2' string.
53
54 --
55 Best,
56 Ivan