From owner-freebsd-stable@FreeBSD.ORG Mon Jan 7 13:32:50 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA61D16A419 for ; Mon, 7 Jan 2008 13:32:50 +0000 (UTC) (envelope-from j.witteveen@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by mx1.freebsd.org (Postfix) with ESMTP id 86F2D13C447 for ; Mon, 7 Jan 2008 13:32:50 +0000 (UTC) (envelope-from j.witteveen@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1478857nzf.13 for ; Mon, 07 Jan 2008 05:32:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=XsKIn5yxx3Fc92vFx5TRuYtRdT1uUdlNdj1UerK4gWo=; b=NwVGOInFvchRLVY8vRzp/VXhpC2NLK4i7tAhcIYgQd6ZU7zi+niGqQdLWRr2eGIIpaUWsWzp0sKDbdYQIMcfHV66UPQHeGrJPouP0DGO1ogM+H29L4mQ1HWNiP7dU/RMoqxu0U/nFutst6O665U6z+TfqJG8/HxJxF3Brxd6nZs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NseXsg+67zWvA/Fttiu5OjfTC+SuhgpWQllK7wkT+Wk1mVy2NNi6Yp3g8hAIUfwJUwdJIkg126wAspfBfIzE4LHDxJePMpPxfwV7rPlBsU+m3lyMwkPdLnOQgzSwSS/YAgYwDsxXpRv9Q9xvJ9e0OhJEtIZQ2i/Zq0CSV1L0u5A= Received: by 10.142.111.14 with SMTP id j14mr5997815wfc.22.1199712769202; Mon, 07 Jan 2008 05:32:49 -0800 (PST) Received: by 10.143.44.11 with HTTP; Mon, 7 Jan 2008 05:32:49 -0800 (PST) Message-ID: <3993a4980801070532j34b17062t34aae6f6e117fd3c@mail.gmail.com> Date: Mon, 7 Jan 2008 14:32:49 +0100 From: "Jouke Witteveen" To: "John Baldwin" In-Reply-To: <200801070130.33106.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3993a4980801020535h4ef4d3ebr461892baa4e39082@mail.gmail.com> <200801070130.33106.jhb@freebsd.org> Cc: freebsd-multimedia@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Mixer default values not restored X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 13:32:50 -0000 On Jan 7, 2008 7:30 AM, John Baldwin wrote: > > On Wednesday 02 January 2008 08:35:40 am Jouke Witteveen wrote: > > Hello, > > > > I'm running FreeBSD 7.0 RC1 with the following in my kernel configuration: > > --- > > device sound > > device snd_emu10kx > > --- > > My soundcard is a Soundblaster Live! > > > > In trying to make the rear-channel volume default to "100" I added the > > following to my /boot/device.hints: > > --- > > hint.pcm.1.vol="100" > > hint.pcm.1.pcm="100" > > --- > > This method is suggested on page 164 (section 7.2.4) of the Handbook. > > > > The problem is that these mixer levels do not apply: > > --- > > $ mixer -f /dev/mixer1 > > Mixer vol is currently set to 75:75 > > Mixer pcm is currently set to 75:75 > > --- > > There is no problem however in manualy settig these values. > > > > Any help is welcome. My machine can - may it be needed - be used as a testbase. > > Hmm, probably /etc/rc.d/mixer is overriding the tunables as it is restoring the settings > to those from the previous boot. You can disable the mixer script perhaps. > > -- > John Baldwin > Like I said; initialy I had the script disabled. Can someone please test de kernel tunables (hints) on his/her machine? Thanks, - Jouke