From owner-freebsd-multimedia@FreeBSD.ORG Fri May 27 12:32:30 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A6AA16A41F for ; Fri, 27 May 2005 12:32:30 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from drizzle.cc.mcgill.ca (drizzle.CC.McGill.CA [132.206.27.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D36E43D1F for ; Fri, 27 May 2005 12:32:30 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan3.cc.mcgill.ca (mailscan3.CC.McGill.CA [132.216.77.250]) by drizzle.cc.mcgill.ca (8.12.11/8.12.3) with ESMTP id j4RCWQ0x025616; Fri, 27 May 2005 08:32:28 -0400 Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) by mailscan3.cc.mcgill.ca (8.13.0/8.13.0) with ESMTP id j4RCWDrK017994; Fri, 27 May 2005 08:32:13 -0400 (EDT) Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j4RCWCGw012701; Fri, 27 May 2005 08:32:12 -0400 Received: from localhost.localdomain (acid [127.0.0.1]) by localhost.localdomain (8.12.11/8.12.11) with ESMTP id j4RCWCcw022776; Fri, 27 May 2005 08:32:12 -0400 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j4RCWB03022775; Fri, 27 May 2005 08:32:11 -0400 Date: Fri, 27 May 2005 08:32:11 -0400 From: Mathew Kanner To: Emanuel Haupt Message-ID: <20050527123211.GD19350@cnd.mcgill.ca> References: <20050526185455.726d2c61.haupt@critical.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050526185455.726d2c61.haupt@critical.ch> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA Cc: freebsd-multimedia@freebsd.org Subject: Re: mixer vol does not change 5.1 back speakers 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: Fri, 27 May 2005 12:32:30 -0000 On May 26, Emanuel Haupt wrote: > hi all, > > $ uname -imr > 5.4-RELEASE-p1 i386 BEAVER > > cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0xdf80 irq 21 kld snd_emu10k1 (4p/2r/0v channels duplex default) > > using: > sound.ko > snd_emu10k1.ko > > i just got myself a fancy 5.1 speaker system. unfortunately > changing master "vol" just changes the two front speakers, the middle > and the two back speakers always remain in the same volume even by > running: > > $ for i in $(mixer | awk '{print $2}'); do mixer $i 0; done > > just FYI, these are my mixer options: > > Mixer vol is currently set to 84:84 > Mixer pcm is currently set to 75:75 > Mixer speaker is currently set to 75:75 > 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 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 > > is anyone else having the same problem? if it's a bug i'm going > to send a pr. Hi Emanuel, I have not heard of this before but I believe it to be true. Jus tbe sure the search the PR database before you file it. Sound has quite a backlog of open PRs. --Mat