From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 13:00:54 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 A900B16A4CE for ; Sun, 1 Feb 2004 13:00:54 -0800 (PST) Received: from smtp.web.de (smtp01.web.de [217.72.192.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DBFF43D39 for ; Sun, 1 Feb 2004 13:00:53 -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 1AnOi4-0000LJ-00 for freebsd-questions@freebsd.org; Sun, 01 Feb 2004 22:00:52 +0100 Date: Sun, 1 Feb 2004 21:59:11 +0100 From: Sebastian Kutsch To: freebsd-questions@freebsd.org Message-Id: <20040201215911.483ab3c9.Sebastian.Kutsch@web.de> In-Reply-To: <200402012049.12984.freebsd-questions@webteckies.org> References: <20040201161748.1ce3bac8.Sebastian.Kutsch@web.de> <200402012049.12984.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 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: Sun, 01 Feb 2004 21:00:54 -0000 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. Sebastian