From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 2 14:03:26 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6408116A468 for ; Wed, 2 Jan 2008 14:03:26 +0000 (UTC) (envelope-from j.witteveen@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2263413C465 for ; Wed, 2 Jan 2008 14:03:26 +0000 (UTC) (envelope-from j.witteveen@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so9515698waf.3 for ; Wed, 02 Jan 2008 06:03:25 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=5+GUhH3kyDRAGpK+C8B6dLH0fIk8HZ51KhL+11arg5E=; b=jpim5fVKX1yAb4/nkOZ5/oF3UKnIz20KmSpuhG5wBgzm1gP4IFt3odINPIi2g8VJHobpxGIZdPI8Ah6qIEXPIV3uU+7MIr9CPlKCP/fN4SRNbuSdzpairpuV6jrqcXCT92vC2cYsWciOcesyAJCltn2E3aHfJjqcFxYrNmyLVhs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jRLk6gT3RWZMqUtMs62G9tYlYdw0bfYTWr4GegEjP9ThFYiXU1XwPqeU8B7AaPnlbUeUxj0T5gjUag3PcupKdxaqMdoi4sanf1JyG2JmEQA+HcbtWA53SpTU1lxXT2tE2YgSmrByLCHvgUB3PBdnXEbvbQEgPjez68lIIjepXB0= Received: by 10.142.73.8 with SMTP id v8mr1116887wfa.68.1199280940218; Wed, 02 Jan 2008 05:35:40 -0800 (PST) Received: by 10.143.44.11 with HTTP; Wed, 2 Jan 2008 05:35:40 -0800 (PST) Message-ID: <3993a4980801020535h4ef4d3ebr461892baa4e39082@mail.gmail.com> Date: Wed, 2 Jan 2008 14:35:40 +0100 From: "Jouke Witteveen" To: freebsd-stable@freebsd.org, freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Mixer default values not restored 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: Wed, 02 Jan 2008 14:03:26 -0000 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. Regards, - Jouke