From owner-freebsd-questions@FreeBSD.ORG Sat Oct 1 01:58:01 2011 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 6933E1065670; Sat, 1 Oct 2011 01:58:01 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0E6738FC12; Sat, 1 Oct 2011 01:58:00 +0000 (UTC) Received: by vcbf13 with SMTP id f13so2487195vcb.13 for ; Fri, 30 Sep 2011 18:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nYngRGC+aQkNv4BavFep68tgokBmDQv7v01b5Q0xluc=; b=J5rnDX2qjquC4wa4KFAfqm9pULAxbQDA4JZr1BRKZ/agm+Ms9bG5cmXU4kGZwBPqzv AM6wdNjK6ud8Ls5885XQ30emnQI7ErLcDn51yoSxxwee4hkrrb6TKjftE2IP3Enm2Cib A1s8OpOAu0p+zTJHHYW1MDlKW4Mht1AezzaXc= MIME-Version: 1.0 Received: by 10.52.20.167 with SMTP id o7mr4094054vde.456.1317434280086; Fri, 30 Sep 2011 18:58:00 -0700 (PDT) Received: by 10.220.168.3 with HTTP; Fri, 30 Sep 2011 18:58:00 -0700 (PDT) In-Reply-To: <20110930073040.GA97145@freebsd.org> References: <20110929062327.e2540d4b.freebsd@edvax.de> <20110929172748.GA6639@freebsd.org> <20110930073040.GA97145@freebsd.org> Date: Fri, 30 Sep 2011 20:58:00 -0500 Message-ID: From: Antonio Olivares To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 Cc: Polytropon , FreeBSD Questions Subject: Re: Volume control in mplayer resetting 50% when starting / stopping video clips 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: Sat, 01 Oct 2011 01:58:01 -0000 > try the following: > > rm /var/db/mixer*-state > sysctl hw.snd.vpc_reset=1 > sysctl hw.snd.vpc_autoreset=0 > echo "hw.snd.vpc_autoreset=0" >> /etc/sysctl.conf > > cheers. > alex > Thank you very much Alex :) I was getting an error with this command: > systcl hw.snd.vpc_autoreset=0 but it was a typo on my part, it sysctl not systcl :) Also, the first time I had put sysctl hw.snd.vpc_autoreset=0 in /etc/sysctl.conf and there should have been no sysctl call :) but I have fixed this. The instructions you have provided do the job and it is working on 2 out of 2 machines (8.2 amd 64 machines). I am a very happy camper! Regards, Antonio