public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Mic on Skype
@ 2010-07-31 12:11 Ivan
  2010-07-31 14:41 ` [gentoo-user] " Nikos Chantziaras
  0 siblings, 1 reply; 6+ messages in thread
From: Ivan @ 2010-07-31 12:11 UTC (permalink / raw
  To: gentoo-user

Hello list!

I have a problem with my microphone on Skype. In general the mic works.
I can record using `arecord -c2 > test.wav'. It also records if I type
arecord without -c2 option but the sound is *very* low. And the same
thing occurs when I try to make a Skype test call.

To my mind I should swap the left and the right channels of my mic.
I've tried to do this by adding these lines to my .asoundrc:

pcm.skype {
  type route
  slave.pcm "hw:0,0"
  ttable.0.1 1
  ttable.1.0 1
}

But it doesn't work.

My configuration:
Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)
Build-in microphone
Advanced Linux Sound Architecture Driver Version 1.0.22.1.
Linux 2.6.34-gentoo-r2

Thanks for any suggestions.
--
Best,
Ivan



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: Mic on Skype
  2010-07-31 12:11 [gentoo-user] Mic on Skype Ivan
@ 2010-07-31 14:41 ` Nikos Chantziaras
  2010-07-31 15:00   ` ivan.kazbanov
  0 siblings, 1 reply; 6+ messages in thread
From: Nikos Chantziaras @ 2010-07-31 14:41 UTC (permalink / raw
  To: gentoo-user

On 07/31/2010 03:11 PM, Ivan wrote:
> I have a problem with my microphone on Skype. In general the mic works.
> I can record using `arecord -c2>  test.wav'. It also records if I type
> arecord without -c2 option but the sound is *very* low. And the same
> thing occurs when I try to make a Skype test call.

Maybe you need to set your microphone to +24db in alsamixer and select 
"mic" as input source instead of "line in."




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: Mic on Skype
  2010-07-31 14:41 ` [gentoo-user] " Nikos Chantziaras
@ 2010-07-31 15:00   ` ivan.kazbanov
  2010-07-31 16:18     ` Nikos Chantziaras
  0 siblings, 1 reply; 6+ messages in thread
From: ivan.kazbanov @ 2010-07-31 15:00 UTC (permalink / raw
  To: gentoo-user

On Sat, 31 Jul 2010 17:41:33 +0300
Nikos Chantziaras <realnc@arcor.de> wrote:

> On 07/31/2010 03:11 PM, Ivan wrote:
> > I have a problem with my microphone on Skype. In general the mic
> > works. I can record using `arecord -c2>  test.wav'. It also records
> > if I type arecord without -c2 option but the sound is *very* low.
> > And the same thing occurs when I try to make a Skype test call.
> 
> Maybe you need to set your microphone to +24db in alsamixer and
> select "mic" as input source instead of "line in."
> 
> 

I don't have a choice what input source to use in alsamixer.
And all controls in alsamixer are maximized and not muted.  



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: Mic on Skype
  2010-07-31 15:00   ` ivan.kazbanov
@ 2010-07-31 16:18     ` Nikos Chantziaras
  2010-07-31 17:35       ` Ivan
  0 siblings, 1 reply; 6+ messages in thread
From: Nikos Chantziaras @ 2010-07-31 16:18 UTC (permalink / raw
  To: gentoo-user

On 07/31/2010 06:00 PM, ivan.kazbanov@gmail.com wrote:
> On Sat, 31 Jul 2010 17:41:33 +0300
> Nikos Chantziaras<realnc@arcor.de>  wrote:
>
>> On 07/31/2010 03:11 PM, Ivan wrote:
>>> I have a problem with my microphone on Skype. In general the mic
>>> works. I can record using `arecord -c2>   test.wav'. It also records
>>> if I type arecord without -c2 option but the sound is *very* low.
>>> And the same thing occurs when I try to make a Skype test call.
>>
>> Maybe you need to set your microphone to +24db in alsamixer and
>> select "mic" as input source instead of "line in."
>>
>>
>
> I don't have a choice what input source to use in alsamixer.
> And all controls in alsamixer are maximized and not muted.

Just mentioned it because that was the case for me.  To see those 
controls in alsamixer, you must press F4 first (just in case you're not 
familiar with alsamixer).




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: Mic on Skype
  2010-07-31 16:18     ` Nikos Chantziaras
@ 2010-07-31 17:35       ` Ivan
  2010-08-01 19:55         ` [SOLVED] " Ivan
  0 siblings, 1 reply; 6+ messages in thread
From: Ivan @ 2010-07-31 17:35 UTC (permalink / raw
  To: gentoo-user

On Sat, 31 Jul 2010 19:18:44 +0300
Nikos Chantziaras <realnc@arcor.de> wrote:

> On 07/31/2010 06:00 PM, ivan.kazbanov@gmail.com wrote:
> > On Sat, 31 Jul 2010 17:41:33 +0300
> > Nikos Chantziaras<realnc@arcor.de>  wrote:
> >
> >> On 07/31/2010 03:11 PM, Ivan wrote:
> >>> I have a problem with my microphone on Skype. In general the mic
> >>> works. I can record using `arecord -c2>   test.wav'. It also
> >>> records if I type arecord without -c2 option but the sound is
> >>> *very* low. And the same thing occurs when I try to make a Skype
> >>> test call.
> >>
> >> Maybe you need to set your microphone to +24db in alsamixer and
> >> select "mic" as input source instead of "line in."
> >>
> >>
> >
> > I don't have a choice what input source to use in alsamixer.
> > And all controls in alsamixer are maximized and not muted.
> 
> Just mentioned it because that was the case for me.  To see those
> controls in alsamixer, you must press F4 first (just in case you're
> not familiar with alsamixer).
> 
> 

Yes, I see your point but this is not my case :). My "Capture" and
"Digital" controls are maximized and aren't muted. Note that I'm able
to record something using `arecord'.

My laptop doesn't have a connector for external microphone. I think
that's why there is no control for choosing input source in alsamixer.
 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [SOLVED] Re: [gentoo-user] Re: Mic on Skype
  2010-07-31 17:35       ` Ivan
@ 2010-08-01 19:55         ` Ivan
  0 siblings, 0 replies; 6+ messages in thread
From: Ivan @ 2010-08-01 19:55 UTC (permalink / raw
  To: gentoo-user

On Sat, 31 Jul 2010 19:35:49 +0200
Ivan <ivan.kazbanov@gmail.com> wrote:

> On Sat, 31 Jul 2010 19:18:44 +0300
> Nikos Chantziaras <realnc@arcor.de> wrote:
> 
> > On 07/31/2010 06:00 PM, ivan.kazbanov@gmail.com wrote:
> > > On Sat, 31 Jul 2010 17:41:33 +0300
> > > Nikos Chantziaras<realnc@arcor.de>  wrote:
> > >
> > >> On 07/31/2010 03:11 PM, Ivan wrote:
> > >>> I have a problem with my microphone on Skype. In general the mic
> > >>> works. I can record using `arecord -c2>   test.wav'. It also
> > >>> records if I type arecord without -c2 option but the sound is
> > >>> *very* low. And the same thing occurs when I try to make a Skype
> > >>> test call.
> > >>
> > >> Maybe you need to set your microphone to +24db in alsamixer and
> > >> select "mic" as input source instead of "line in."
> > >>
> > >>
> > >
> > > I don't have a choice what input source to use in alsamixer.
> > > And all controls in alsamixer are maximized and not muted.
> > 
> > Just mentioned it because that was the case for me.  To see those
> > controls in alsamixer, you must press F4 first (just in case you're
> > not familiar with alsamixer).
> > 
> > 
> 
> Yes, I see your point but this is not my case :). My "Capture" and
> "Digital" controls are maximized and aren't muted. Note that I'm able
> to record something using `arecord'.
> 
> My laptop doesn't have a connector for external microphone. I think
> that's why there is no control for choosing input source in alsamixer.
>  

For anyone who has a similar problem: the following trick works.
Add these lines to $HOME/.asoundrc

pcm.skype {
  type route
  slave.pcm "hw:0,0"
  slave.channels 2
  ttable.0.1 2
}

Then start Skype and go to Options->Sound Devices. Choose "skype(route)"
as a microphone. If the sound is too low (high) try to increase
(decrease) the last number at `ttable.0.1 2' string.

--
Best,
Ivan



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-01 19:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-31 12:11 [gentoo-user] Mic on Skype Ivan
2010-07-31 14:41 ` [gentoo-user] " Nikos Chantziaras
2010-07-31 15:00   ` ivan.kazbanov
2010-07-31 16:18     ` Nikos Chantziaras
2010-07-31 17:35       ` Ivan
2010-08-01 19:55         ` [SOLVED] " Ivan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox