From owner-freebsd-questions@FreeBSD.ORG Sun Dec 31 11:03:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0D2916A40F for ; Sun, 31 Dec 2006 11:03:55 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from sun.schedom-europe.net (sun.schedom-europe.net [193.109.184.70]) by mx1.freebsd.org (Postfix) with SMTP id 13E9513C442 for ; Sun, 31 Dec 2006 11:03:54 +0000 (UTC) (envelope-from beni@brinckman.info) Received: (qmail 22610 invoked from network); 31 Dec 2006 11:26:17 -0000 Received: from unknown (HELO ?192.168.1.100?) (83.101.7.43) by sun.schedom-europe.net with SMTP; 31 Dec 2006 11:26:17 -0000 From: Beni To: freebsd-questions@freebsd.org Date: Sun, 31 Dec 2006 12:03:49 +0100 User-Agent: KMail/1.9.5 References: In-Reply-To: X-Face: %*c?V7%A[c.}s2rI*TaRWm-[I-, ZLpBKmmC-@)J}KGbr)=a, TsXSA=:ArC(<=?utf-8?q?v=5C/=5F=25BaB=24K=0A=09=24=60E=7D6=7EyjIqu/SN=3A=24Pb=7DGngR+8=3D?= =?utf-8?q?dE=60?=)V~48zl6) =?utf-8?q?BhEtfQ2=3D=7ChScx=3Frn30d!QMd=3F=2E=60/hR!l+=0A=09x?=(]+zXesMf?'W[>46aPKMAAwd7eT{X_O9besb[u]'Y(DAe MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612311203.49938.beni@brinckman.info> Cc: Tsu-Fan Cheng Subject: Re: a Q about mixer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 11:03:55 -0000 On Sunday 31 December 2006 05:45, Tsu-Fan Cheng wrote: > Hi, > one quick question, how can I change the default of mixer?? when I reboot > the system, the mic and rec are always zero, and I have to adjust them so i > can use skype, kinda pain in the butt, thx!! > > TFC See man mixer, but i think that : [beni@www ~]$ mixer mic 0:0 Setting the mixer mic from 100:100 to 0:0. [beni@www ~]$ Here my mixer keeps those settings after a reboot. Hope this helps, Beni.