From owner-freebsd-current@FreeBSD.ORG Thu Nov 4 23:13:19 2010 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 A28911065672 for ; Thu, 4 Nov 2010 23:13:19 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 259FA8FC1E for ; Thu, 4 Nov 2010 23:13:18 +0000 (UTC) Received: by bwz3 with SMTP id 3so2145669bwz.13 for ; Thu, 04 Nov 2010 16:13:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=4o8oDbqlW4SWzvkdN0f0fzggQnXXoa+27luy1hlnSVI=; b=GOsHBNFSb7BHCUFFIddlT26LX5LrYUdn3+RiMwB3PhkqMbIwmL4s1A+P8if3f2+p5N PAupEyJETQ481NRhAsYAYz59vMD7oSQptdaZ5FYLtSAIhEnOQiZc+omRguMW2/66H3xi MvC3Y00g/nzNrXkP+1q5P3jTOu+5fDZLUKcWQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=ieRTQzSdcmrMfMOSHF9ceaAPhQZrsRd+jgq2Mc9z0J04fb34PREeX6fMQ4GZSdCtvy sV+a953sz0SxtlXsze8BE1gEKvLvtygIyqGRrVMsnJ39aJRBAjeNLKBQzdszBFpu1rXS a3QKAYUDCwhtliBPm1USIpLHdxlucbyI/0rJI= Received: by 10.204.121.83 with SMTP id g19mr1225553bkr.13.1288912397951; Thu, 04 Nov 2010 16:13:17 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id t10sm440345bkj.16.2010.11.04.16.13.15 (version=SSLv3 cipher=RC4-MD5); Thu, 04 Nov 2010 16:13:16 -0700 (PDT) Sender: Alexander Motin Message-ID: <4CD33E0B.1070304@FreeBSD.org> Date: Fri, 05 Nov 2010 01:13:15 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.24 (X11/20100402) MIME-Version: 1.0 To: Matthias Apitz References: <4CD337DA.7030902@FreeBSD.org> <20101104230735.GA6686@current.Sisis.de> In-Reply-To: <20101104230735.GA6686@current.Sisis.de> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD-Current Subject: Re: laptop Acer Aspire One D250 / snd_hda(4) && internal mic not recording 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: Thu, 04 Nov 2010 23:13:19 -0000 Matthias Apitz wrote: > El día Friday, November 05, 2010 a las 12:46:50AM +0200, Alexander Motin escribió: >> Matthias Apitz wrote: >>> mixer(1) let me set for recoding only 'mic' or 'rec'. I'm attaching as >>> well the output of verbose messages grep'ed for pcm and hdac. >> Your CODEC configured to provide built-in microphone on separate device >> pcm1. You may record from there (Skype allows to choose device) or >> reconfigure CODEC using hints. > > In Skype in let me choose between > /dev/dsp > /dev/dsp0 > /dev/dsp1 > > When I set mic to /dev/dsp0 it records from the jack (headphone mic), > when I set it to /dev/dsp1 there is no recording. And the mixer for the > pcm1 says: > > # mixer -f /dev/mixer1 > Mixer rec is currently set to 100:100 > Mixer monitor is currently set to 100:100 > Recording source: monitor That's strange. I would expect it working. > Would you be so kind and give me the lines for reconfigure CODEC using > hints? I'm really lost in this. OK, try this: hint.hdac.0.cad0.nid18.config="as=2 seq=1" -- Alexander Motin