From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 27 07:36:43 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9098D106566C for ; Sun, 27 Feb 2011 07:36:43 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 4E35D8FC18 for ; Sun, 27 Feb 2011 07:36:43 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 27 Feb 2011 02:08:15 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr17.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id ATG76929; Sun, 27 Feb 2011 02:08:12 -0500 Received-SPF: None identity=pra; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="mi+thun@aldan.algebra.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="mi+thun@aldan.algebra.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="postmaster@[192.168.1.8]"; x-conformance=sidf_compatible X-Auth-ID: anat Received: from 209-6-61-133.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com (HELO [192.168.1.8]) ([209.6.61.133]) by smtp01.lnh.mail.rcn.net with ESMTP; 27 Feb 2011 02:08:13 -0500 Message-ID: <4D69F85A.2090205@aldan.algebra.com> Date: Sun, 27 Feb 2011 02:08:10 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; uk-UA; rv:1.9.2.12) Gecko/20101114 Thunderbird/3.1.6 MIME-Version: 1.0 To: multimedia@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: struggling with microphone and snd_hda X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2011 07:36:43 -0000 Hello! I have a Creative's sound-card (SB1040 PCI-Express), recognized as: hdac0: mem 0xd5efc000-0xd5efffff irq 18 at device 0.0 on pci10 hdac0: HDA Driver Revision: 20100226_0142 hdac0: [ITHREAD] mixer reports: Mixer vol is currently set to 70:70 Mixer pcm is currently set to 76:76 Mixer line is currently set to 90:90 Mixer rec is currently set to 75:75 Recording source: line /dev/sndstat says: FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: (play/rec) default pcm1: (play/rec) pcm2: (play/rec) It works fine for sound reproduction, but I can't figure out, how to make it work with the microphone... When I start skype and make a call to their "Call Testing Service", I see the following error on Skype's stderr: RtApiOss: callback thread error (RtApiOss: audio read error for device (/dev/dsp).) ... closing thread. which coincides with the following kernel message: pcm0: chn_read(): pcm0:virtual:dsp0.vr0: record interrupt timeout, channel dead or, after I set dev.pcm.0.rec.vchans=0: pcm0: chn_read(): pcm0:record:dsp0.r0: record interrupt timeout, channel dead I'd appreciate any hints -- I run 8.2/amd64 as of Feb 21st. Thanks! Yours, -mi