From owner-freebsd-current@FreeBSD.ORG Fri Apr 20 07:17:57 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82FAC1065673 for ; Fri, 20 Apr 2012 07:17:57 +0000 (UTC) (envelope-from hannes@mehnert.org) Received: from mail.h3q.com (mail.h3q.com [213.73.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id C499D8FC12 for ; Fri, 20 Apr 2012 07:17:56 +0000 (UTC) Received: (qmail 97656 invoked from network); 20 Apr 2012 07:11:14 -0000 Received: from mail.h3q.com (HELO mail.h3q.com) (mail.h3q.com) by mail.h3q.com with CAMELLIA256-SHA encrypted SMTP; 20 Apr 2012 07:11:14 -0000 Message-ID: <4F910C22.4020902@mehnert.org> Date: Fri, 20 Apr 2012 09:11:30 +0200 From: Hannes Mehnert User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120210 Thunderbird/10.0 MIME-Version: 1.0 To: Kevin Oberman References: <201204200701.08507.erichfreebsdlist@ovitrap.com> <4F90AE77.2020408@gmail.com> <201204200825.42651.erichfreebsdlist@ovitrap.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Erich Dollansky , matt , freebsd-current@freebsd.org Subject: Re: Status on X220 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: Fri, 20 Apr 2012 07:17:57 -0000 Hi, On 04/20/2012 05:17, Kevin Oberman wrote: > Minor note. Sound card seems to work OK through the speakers, but I > have failed to find the magic to make the headphone jack work. I have > not tried very hard, either. The headphone jack is also a microphone input. It is detected as a separate output (plus there are 3 more via the HDMI output). Setting hw.snd.default_unit=1 will enable by default the headphone jack. (This is on FreeBSD-CURRENT). Cheers, Hannes