From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 6 08:05:27 2010 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 D35111065672 for ; Sun, 6 Jun 2010 08:05:27 +0000 (UTC) (envelope-from SamanKaya@netscape.net) Received: from imr-da02.mx.aol.com (imr-da02.mx.aol.com [205.188.105.144]) by mx1.freebsd.org (Postfix) with ESMTP id 986C68FC08 for ; Sun, 6 Jun 2010 08:05:27 +0000 (UTC) Received: from mtaout-ma05.r1000.mx.aol.com (mtaout-ma05.r1000.mx.aol.com [172.29.41.5]) by imr-da02.mx.aol.com (8.14.1/8.14.1) with ESMTP id o5685PtX029405 for ; Sun, 6 Jun 2010 04:05:25 -0400 Received: from [172.16.0.66] (unknown [212.156.209.87]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-ma05.r1000.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 69CF7E0000BB for ; Sun, 6 Jun 2010 04:05:23 -0400 (EDT) Message-ID: <4C0B56BF.1020908@netscape.net> Date: Sun, 06 Jun 2010 11:05:19 +0300 From: Kaya Saman User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.8) Gecko/20100227 Lightning/1.0b1 Thunderbird/3.0.3 MIME-Version: 1.0 To: multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit x-aol-global-disposition: G X-AOL-SCOLL-SCORE: 0:2:471637280:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d29054c0b56c3548d X-AOL-IP: 212.156.209.87 Cc: Subject: Setting audio input source for Darkice using mixer: can't set vol?? 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, 06 Jun 2010 08:05:27 -0000 Hi, am trying to set pcm or vol as the input source for my mixer in order to be used in conjunction with Darkice. For Darkice I have already set input as /dev/dsp which should be ok as /dev/dsp0.0 comes up when using ls /dev..... however, I had this config working on another box so from what I can tell the 0.0 just gives the amount of simultaneous channels if I'm not mistaken. The major difficulty however is coming from the fact that I can't set the rec input to be pcm or vol :-( pciconf -lv shows this: hdac0@pci0:0:27:0: class=0x040300 card=0x50038086 chip=0x3a3e8086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = 'HD Audio Controller' class = multimedia subclass = HDA and as both Andrew Thompson and Frank Shute helped me last time getting: snd_hda_load="YES" into /boot/loader.conf audio works without any problem too as have tested playback!! If I try to set: # mixer =rec vol mixer: unknown recording device: vol usage: mixer [-f device] [-s | -S] [dev [+|-][voll[:[+|-]volr]] ... mixer [-f device] [-s | -S] recsrc ... mixer [-f device] [-s | -S] {^|+|-|=}rec rdev ... devices: vol, pcm, speaker, mic, mix, rec rec devices: mic, mix I just get that the rec interfaces are mic or mix?? This is not the same as my other box using a different and much older integral sound chip. I also attempted to comment the snd_hda_load out of /boot/loader.conf and include this instead: snd_driver_load="YES" which basically did the same thing as the above with (so also a small question here about which line is better?) so yeah am stuck with both kernel module loaders providing the same output :-( Is there a way other then feeding a cable from the output into the input to rectify this issue?? Thanks, Kaya