From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7F83E13877A for ; Sun, 20 Jul 2014 15:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 804DCE0A9A; Sun, 20 Jul 2014 15:38:31 +0000 (UTC) Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 696B9E0A76 for ; Sun, 20 Jul 2014 15:38:30 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id f8so2951505wiw.0 for ; Sun, 20 Jul 2014 08:38:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=ZTVidUKnFHIPqclT1PuWOu/HpthA3lMWBkCl+LjMAi0=; b=zho3BlAreeNqx+hYekKyWfQkQ5+Yrgj4G3q6qdqYEwZCSQgPTmQEn9YegfimuxBNFX njQDJib2OONVT4QJ6XtsMF+kBlhwCTiIhVxjiiYtSJxWMBH626yTHyqVZMXNqJUTEzqL hJ89rzx8hxR2/gf1IgOaEVPCKbTDBr8duHUitm6cBJUU3jg24+/hK3BdSywwe1NBmCIr zVgkmZv6cP6WhHyTMudcyAdogvMYUzEeathEcNFp4h3BIXPA5t3s3HxztEv46WkDSNQC J+6py2R3Y/nudSmej2sDWSHHErOPc0AEox0mYwLl1OxkE30IFsWB6eYRQWBmFeoCSBLK h8GA== X-Received: by 10.194.185.238 with SMTP id ff14mr14537327wjc.9.1405870709050; Sun, 20 Jul 2014 08:38:29 -0700 (PDT) Received: from [192.168.1.2] (213-154-212-42.static.vega-ua.net. [213.154.212.42]) by mx.google.com with ESMTPSA id 19sm30512884wjz.3.2014.07.20.08.38.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 20 Jul 2014 08:38:28 -0700 (PDT) Message-ID: <53CBE357.6000203@gmail.com> Date: Sun, 20 Jul 2014 18:42:15 +0300 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] re: voice recording not clear Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: a38f3a44-b0e5-4547-b889-fd0fa9b2b319 X-Archives-Hash: 7e648e3dfe984ed28c9366f5682ff78e Howdy, I'm having trouble configuring my sound card so as to be able to record voice as well as talk on Skype. Whenever I try recording my voice using arecord, or do a Skype test call, the audio output I get is static and squeaky. I went through the instructions described here, http://wiki.gentoo.org/wiki/ALSA, and set things up where applicable as best as I could tell. Here's the details of my current setup: Sound card: 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02) Subsystem: Gigabyte Technology Co., Ltd Device a002 Kernel driver in use: snd_hda_intel ALSA packages installed: media-libs/alsa-lib-1.0.27.2 media-plugins/alsa-plugins-1.0.27-r1 media-plugins/gst-plugins-alsa-0.10.36 media-sound/alsa-utils-1.0.27.2 cat .asoundrc defaults.pcm.!card Intel defaults.pcm.!device 0 What else am I missing here? Thanks.