From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 22:36:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48CD916A4CE for ; Sun, 1 Feb 2004 22:36:42 -0800 (PST) Received: from smtp.web.de (smtp05.web.de [217.72.192.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A68E43D39 for ; Sun, 1 Feb 2004 22:36:40 -0800 (PST) (envelope-from Sebastian.Kutsch@web.de) Received: from [134.95.16.219] (helo=localhost) by smtp.web.de with asmtp (WEB.DE 4.99 #566) id 1AnXhH-00065e-00 for freebsd-questions@freebsd.org; Mon, 02 Feb 2004 07:36:39 +0100 Date: Mon, 2 Feb 2004 07:34:58 +0100 From: Sebastian Kutsch To: freebsd-questions@freebsd.org Message-Id: <20040202073458.5b9bbca6.Sebastian.Kutsch@web.de> In-Reply-To: <200402020039.31165.freebsd-questions@webteckies.org> References: <20040201161748.1ce3bac8.Sebastian.Kutsch@web.de> <200402012049.12984.freebsd-questions@webteckies.org> <20040201215911.483ab3c9.Sebastian.Kutsch@web.de> <200402020039.31165.freebsd-questions@webteckies.org> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-WEBDE-TAG: W Sender: sebastian.kutsch@web.de Subject: Re: volumecontrol does not work on 5.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 06:36:42 -0000 On Mon, 2 Feb 2004 00:39:27 +0100 Melvyn Sopacua wrote: > On Sunday 01 February 2004 21:59, Sebastian Kutsch wrote: > > On Sun, 1 Feb 2004 20:49:11 +0100 > > > > Melvyn Sopacua wrote: > > > On Sunday 01 February 2004 16:17, Sebastian Kutsch wrote: > > > > I have a onboard soundcard with a sis 7012 soundchipset. > > > > I have compiled the kernel with the pcm device-driver and the > > > > chipset gets recogniced as you can see at the dmesg output: > > > > > > > > pcm0: port 0xd800-0xd87f,0xdc00-0xdcff irq 18 at > > > > device 2.7 on pci0 > > > > pcm0: > > > > > > > > I get sound but can't control the volume. I can turn the volume > > > > off or on, but that all I can do. > > > > > > > > Has anyone an Idea what the problem is? > > > > > > What is the output of the mixer command without any arguments? > > > > I have got all mixer-devices and they have the standard values. > > > > -- begin of shelloutput ---- > > > > Mixer vol is currently set to 20:20 > > Mixer pcm is currently set to 20:20 > > Mixer speaker is currently set to 10:10 > > Mixer line is currently set to 75:75 > > Mixer mic is currently set to 0:0 > > Mixer cd is currently set to 75:75 > > Mixer rec is currently set to 0:0 > > Mixer ogain is currently set to 50:50 > > Mixer line1 is currently set to 75:75 > > Mixer phin is currently set to 0:0 > > Mixer phout is currently set to 0:0 > > Mixer video is currently set to 75:75 > > > > --end of shelloutput ------ > > > > Changing "mixer pcm" to 0 turns the volume off. Changing "mixer vol" > > does nothing. > > These values are very device dependant. For instance, mixer vol does > nothing if I plugin the headphone on this laptop, I should use mixer > ogain for the headphone. ogain, vol, speaker are all output volume > controllers and pcm is for volume control for the input stream, > generated by the computer. So try ogain and speaker and see if they > work for you. My problem is that none but pcm does anything. With the following mixer values I have the max. volume I can get. setting "mixer pcm" to 0 would turn the volum off. --- begin of shelloutput --- Mixer vol is currently set to 0:0 Mixer pcm is currently set to 1:1 Mixer speaker is currently set to 0:0 Mixer line is currently set to 0:0 Mixer mic is currently set to 0:0 Mixer cd is currently set to 0:0 Mixer rec is currently set to 0:0 Mixer ogain is currently set to 0:0 Mixer line1 is currently set to 0:0 Mixer phin is currently set to 0:0 Mixer phout is currently set to 0:0 Mixer video is currently set to 0:0 --- end of shelloutput ----- Sebastian