From owner-freebsd-multimedia@FreeBSD.ORG Thu May 29 07:29:52 2003 Return-Path: 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 32CF937B401; Thu, 29 May 2003 07:29:52 -0700 (PDT) Received: from mta03ps.bigpond.com (mta03ps.bigpond.com [144.135.25.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B95843F3F; Thu, 29 May 2003 07:29:51 -0700 (PDT) (envelope-from carl@stagecraft.cx) Received: from brain.stagecraft.cx ([144.135.25.72]) by mta03ps.email.bigpond.com (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with SMTP id <0HFN006BSK8YXK@mta03ps.email.bigpond.com>; Fri, 30 May 2003 00:29:23 +1000 (EST) Received: from cpe-203-51-35-167.nsw.bigpond.net.au ([203.51.35.167]) by psmam02bpa.bigpond.com(MAM V3.3.2 80/1599719); Fri, 30 May 2003 00:29:22 +0000 Received: from stagecraft.cx (dhcp22.stagecraft.cx [203.37.99.22]) by brain.stagecraft.cx (8.12.8/8.12.8) with ESMTP id h4TETL7D024310; Fri, 30 May 2003 00:29:21 +1000 (EST envelope-from carl@stagecraft.cx) Date: Fri, 30 May 2003 00:29:18 +1000 From: Carl Makin To: freebsd-multimedia@freebsd.org, freebsd-gnome@freebsd.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.552) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT Subject: gnome-volume-control funny. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 14:29:52 -0000 Morning all, Gnome-volume-control uses /dev/mixer for sound card 1 and /dev/mixer1 for sound card 2. Normally /dev/mixer is a symlink to /dev/mixer0 however in my config I'd rather it pointed to /dev/mixer1 since I have the second sound card connected to speakers and the first one connected to a shortwave tranceiver. I think Gnome-volume-control should use /dev/mixer0 rather than /dev/mixer. Should I report this as a bug to the Gnome people themselves or is it a FreeBSD problem? It's a FreeBSD 4.8 box running Gnome 2.2 cvsupped and compiled Tuesday. Thanks, Carl.