From owner-freebsd-multimedia@FreeBSD.ORG Fri Jul 27 00:13:26 2007 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 F2DC616A419 for ; Fri, 27 Jul 2007 00:13:25 +0000 (UTC) (envelope-from snow.mountains.4@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.freebsd.org (Postfix) with ESMTP id B23A613C478 for ; Fri, 27 Jul 2007 00:13:25 +0000 (UTC) (envelope-from snow.mountains.4@gmail.com) Received: by wr-out-0506.google.com with SMTP id i23so430988wra for ; Thu, 26 Jul 2007 17:13:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FxXLjM/USZ/bvmiKk69S0BttS27XB2jdVQLP2IwPmj2NCXO89FPp8r47M2QwU9XGhntbvW6ctP0pO+74+YHC8T4TE6qc4Ltm9FmNHlYBA+3tUZxkkVkZHr+cmWMTRoPdsvNh/pOWq0JA4fKJD1oDNmNlDk98uCm0d6+n4w+UPr4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=g43vzj07xV38xsypaMsOv+CQW2DuaBdl3Sgq+CgPavejBXHaqtuNBwo+TuYHdu8QsjsC3k/pyvxPVzAosmiUerE+kf2xkwXJtfsFpShePqnRUzkVfjNxwvRMeL+0CJXCkgGmUMZLuLkaKtfnxrbyEoBdaeAaBb2fl2LYhQSFvZE= Received: by 10.78.201.15 with SMTP id y15mr572834huf.1185493739791; Thu, 26 Jul 2007 16:48:59 -0700 (PDT) Received: by 10.78.105.6 with HTTP; Thu, 26 Jul 2007 16:48:59 -0700 (PDT) Message-ID: <3cf9f8920707261648r49e9c07fm87566d7c3c88a2d4@mail.gmail.com> Date: Fri, 27 Jul 2007 01:48:59 +0200 From: "Snow Mountains" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Master volume doesn't work with headphones 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 Jul 2007 00:13:26 -0000 Hi FreeBSD people, I have a simple mixer question. What I can do to get Master volume working the same way with and without headphones? If I plug in headphones (dell i5100), master volume does nothing (even if I set it to 0 or 100), and I must use pcm; this is not nice because then KDE tray volume control doesn't work. What is the cause of this and how can I change it? Apologize if this is a stupid question. %sysctl -a | grep snd hw.snd.report_soft_formats: 1 hw.snd.targetirqrate: 32 hw.snd.verbose: 1 hw.snd.maxautovchans: 4 hw.snd.unit: 0 hw.snd.pcm0.buffersize: 16384 %mixer SM Mixer vol is currently set to 83:83 Mixer pcm is currently set to 78:78 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 100:100 Mixer igain is currently set to 100:100 Mixer ogain is currently set to 70:70 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 75:75 Recording source: mic %kldstat Id Refs Address Size Name 1 14 0xc0400000 742370 kernel 3 2 0xc0b4e000 1af50 linux.ko 4 1 0xc0b69000 58554 acpi.ko 5 1 0xc3adf000 5000 snd_ich.ko 6 1 0xc3ae4000 1c000 sound.ko 7 1 0xc3b12000 6000 linprocfs.ko 8 1 0xc3b22000 4000 logo_saver.ko Thank you SM