From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 15:51:30 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12BA5106566C for ; Thu, 1 Jul 2010 15:51:30 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 017B88FC1D for ; Thu, 1 Jul 2010 15:51:29 +0000 (UTC) Received: from lenovo.syrec.org (cable3-89.saddle.wbhsi.net [67.128.202.89]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id o61FpO35073204 for ; Thu, 1 Jul 2010 08:51:29 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4C2CB97A.2010803@rawbw.com> Date: Thu, 01 Jul 2010 08:51:22 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20100206) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Why hda sound device doesn't support pcm as a recording source? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 15:51:30 -0000 I can't record conversations using my sound card. pcm is just not in the set of sources. Is this a bug or I miss somethig? Audio device loaded with this message: pcm0: at cad 0 nid 1 on hdac0 Trying to set pcm as recording device prints this: $ mixer +rec pcm mixer: unknown recording device: pcm Mixer state is like this: $ mixer Mixer vol is currently set to 61:61 Mixer pcm is currently set to 92:92 Mixer mic is currently set to 68:68 Mixer mix is currently set to 84:84 Mixer rec is currently set to 82:82 Mixer igain is currently set to 87:87 Mixer ogain is currently set to 86:86 Mixer monitor is currently set to 0:0 Recording source: mic 8.0-STABLE Yuri