From owner-freebsd-current@FreeBSD.ORG Wed May 20 20:57:50 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5992B106586B; Wed, 20 May 2009 20:57:50 +0000 (UTC) (envelope-from andrey.kosachenko@gmail.com) Received: from mail-fx0-f168.google.com (mail-fx0-f168.google.com [209.85.220.168]) by mx1.freebsd.org (Postfix) with ESMTP id B76AF8FC17; Wed, 20 May 2009 20:57:49 +0000 (UTC) (envelope-from andrey.kosachenko@gmail.com) Received: by fxm12 with SMTP id 12so685309fxm.43 for ; Wed, 20 May 2009 13:57:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=dCpYCv+Kjg/LfNYqwJg5sR5KSMcM8u0VC5mIbf6cDqI=; b=WsGbvPMtCfiwUIQtQjvR06zZii7O8mPZ69LSk9QvhquU2P/rT+8r9bEBoGTeu7R2w2 2l7ZyUqXNk5hjHfwSSnLB5+X6kbQ81+3HALBVJQZH2b4RzGCKXbg+901kaKvTBaLm/kI /WkI6mWrYXm7GRE34HZhqYY3mvWnF1Nta7xTg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=TA3nAX/2jiGVHQeiIR62lYOOOe+NMvmT1PHvqlgB+3TNc/Ci+AF6a4iKY1tolpynrt I6tc9DTx/1gy0iLVr8cC+zBDnnPP71SrBNrLwB6Vf2LeADxeLIktBcQlwKskKo47a5v5 agVfUslgDHOGIAMSrhbI2lhv8iGZJ0ZkCwhpI= Received: by 10.103.227.13 with SMTP id e13mr973490mur.2.1242853068880; Wed, 20 May 2009 13:57:48 -0700 (PDT) Received: from beastie.lan ([195.60.175.243]) by mx.google.com with ESMTPS id y37sm562012mug.49.2009.05.20.13.57.48 (version=SSLv3 cipher=RC4-MD5); Wed, 20 May 2009 13:57:48 -0700 (PDT) Message-ID: <4A146E7C.8010407@gmail.com> Date: Wed, 20 May 2009 23:56:28 +0300 From: Andrey User-Agent: Thunderbird 2.0.0.21 (X11/20090418) MIME-Version: 1.0 To: freebsd-current@FreeBSD.org References: <4A1208C0.2000605@FreeBSD.org> In-Reply-To: <4A1208C0.2000605@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Alexander Motin Subject: Re: [solved][snd_hda][AD1981HD] microphone doesn't work X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 20:57:50 -0000 Hello, Alexander Motin wrote: > Hi. > > Andrey wrote: >> There is a laptop with Intel HD Audio Controller on board (HDA Codec >> AD1981HD) and FreeBSD8.0 CURRENT installed. Unfortunately I can't get >> microphone working. (7.2-PRERELEASE had been used before switching to >> CURRENT and microphone had been known as working out-of-the-box on >> that version of FreeBSD). >> >> Looking through the list exposed message where similar issue was >> reported: >> http://www.mailinglistarchive.com/freebsd-current@freebsd.org/msg22832.html >> >> But it looks like requestor didn't provide feedback regarding enclosed >> patch. Also, as far as I can judge, that patch is already in CURRENT, >> but it seems issue is not solved yet (well, at least I think so). > > This patch was merged to 7-stable 4 months ago, together with the rest > of driver changes. 7.2-PRERELEASE had snd_hda driver almost (or may be > even completely) identical to the CURRENT of that time. So I don't > understand the difference. To find any difference in driver operation, > try to compare verbose dmesg of the driver in working and not working > systems. > > By the way, are you sure that problem is in driver itself? Can't be > linuxulator, Skype, settings or whatever else problem? What are you > using to record sound? Have you tried to use something trivial like > rawrec and rawplay? > > What microphone are you using: external or internal? Have you tried > another one? Are you recording silence or some noise? What mixer > settings do you use? sorry for the noise. The real root of the issue was my fault: I selected improper recording device for external microphone. (JFR: switching recording device to 'monitor' (i.e. 'mixer =rec monitor') was the proper setting in my case). Many thanks to Alexander Motin for helping me to reveal misconfiguration. --- WBR, Andrey Kosachenko