From owner-freebsd-current@FreeBSD.ORG Sat May 4 06:05:19 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7D430EF4; Sat, 4 May 2013 06:05:19 +0000 (UTC) (envelope-from andreevmaxim@gmail.com) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id CA75015B7; Sat, 4 May 2013 06:05:18 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id eo20so2042652lab.26 for ; Fri, 03 May 2013 23:05:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=XX5mD81J9iWOrT/AvDlpB6vcUIEniDOBkNrT4O8+1YA=; b=xz0NbtkE2w+wOQGhKWmyZ+sZo9V4bCvdzkZG7WX4RIOKuM32qxvsW77+4BbiTCyMx4 i01TJO1LamY2e0qgqSVImdai4ry5EqfkRObpXFinfbSHbI8Hr8UU0KAj60AYsBn9TEps vu2tupABYENA1pAlLfDtMIUgJs9e2fM2gk0CZE080jjqoy4eomf6cKF05ua1YJY5p5qD SKJGDH0T29cp8IhhRcaNVIcn+Tqz4dC9CTKHuJKMdkSBMfT5RF9vaMPxYOwG4Xrh6oKw XZ7GRhRRoWHu6CXMT+PUWKHQue2T0l+FcNG/ExLnmW90qvdOOX2FSSn0j4rovlFjM0vU qZwQ== X-Received: by 10.112.137.9 with SMTP id qe9mr5230813lbb.64.1367647517597; Fri, 03 May 2013 23:05:17 -0700 (PDT) Received: from [89.249.172.227] ([89.249.172.227]) by mx.google.com with ESMTPSA id z10sm3488510lbv.14.2013.05.03.23.05.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 May 2013 23:05:17 -0700 (PDT) Message-ID: <5184A52F.3080902@gmail.com> Date: Sat, 04 May 2013 10:05:35 +0400 From: Maxim Andreev User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130415 Thunderbird/17.0.5 MIME-Version: 1.0 To: sbruno@freebsd.org Subject: Re: Audio Hints, T520? References: <1367640856.1348.216.camel@localhost> In-Reply-To: <1367640856.1348.216.camel@localhost> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Sean Bruno , "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 04 May 2013 06:05:19 -0000 On 04.05.2013 08:14, Sean Bruno wrote: > Speaker/headphones working great on Current. > > Was trying to get the microphone working, but it seems to not quite > be working. > > By "not" working, there is no audio detected when recording. Is > there something in here that looks like a thing that I should > adjust? > > http://people.freebsd.org/~sbruno/t520_sysctl_hdaa.txt > > Sean > Hi, may be microphone (i'm talking about internal, but may be it also can be applied and to external) just is not /dev/dsp (default). It my W530 it is - speaker is /dev/dsp, but internal microphone recognized as /dev/dsp4 I use 'cat /dev/dsp..' while talking to microphone to find it, or audio/audacity can be used, it allows to set input device.