Page 2 of 2 FirstFirst 12
Results 11 to 20 of 42

Thread: Karmic [9.10] issues with volume control, Master/PCM/LFE, and volume threshold

Hybrid View

  1. #1
    Join Date
    May 2007
    Beans
    28

    Re: Karmic [9.10] issues with volume control, Master/PCM/LFE, and volume threshold

    Quote Originally Posted by geopteryx View Post
    Hi!
    I too have a DELL Inspiron 9400/E1705 with the STAC9200. I've solved this problem by making some changes in the file "/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common". Try this:

    Code:
    sudo gedit /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
    You will find those lines near the bottom of the file:

    Code:
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    So, add theses lines BEFORE:

    Code:
    [Element Master]
    switch = mute
    volume = ignore
    and these lines AFTER:

    Code:
    [Element LFE]
    switch = mute
    volume = ignore
    You should finally have:

    Code:
    [Element Master]
    switch = mute
    volume = ignore
    
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    
    [Element LFE]
    switch = mute
    volume = ignore
    Save and quit. Then restart (restarting Pulseaudio isn't enough).

    Using Fn + PageUp / PageDown or the media buttons now only modifies the "PCM" channel (have a look on alsamixer).
    Thank you for this!

    Works on my thinkpad T60 running karmic... but in the opposite way. The hardware buttons change only the "master". The PCM stays fixed.

    Can someone explain the difference between these two controls (Master and PCM)? Am I supposed to keep the PCM all the way up and say 40% on the Master? Or vice versa? Or should I set both to say 50% and adjust volume on my speakers to my preferred level? Are equivalent to the first two windows XP controls below?


  2. #2
    Join Date
    Mar 2008
    Location
    Carolina, Puerto Rico
    Beans
    198
    Distro
    Ubuntu Mate 15.04 Vivid Vervet

    Re: Karmic [9.10] issues with volume control, Master/PCM/LFE, and volume threshold

    Far as I know yes, PCM and Wave are the same thing. Depending on your configuration you might prefer to control the master or the PCM/Wave. For example, IIRC there was a time when the Master was also the front speakers and changing that volume only would not change the center/lfe/surrounds for me, so controlling the PCM in that case would be preferred.
    HTPC: MSI FM2-A55M-E33 mobo, Amd A8-5600k APU, 6GB RAM, 120GB Crucial SSD Ubuntu Mate 15.04, 500GB Windows XP SP3, HDMI Video, 5.1ch Analog Audio, XBMC/Kodi

  3. #3
    Join Date
    Mar 2008
    Beans
    12

    Re: Karmic [9.10] issues with volume control, Master/PCM/LFE, and volume threshold

    Works great for me. Thanks.

  4. #4
    Join Date
    Jun 2009
    Beans
    1

    Re: Karmic [9.10] issues with volume control, Master/PCM/LFE, and volume threshold

    Quote Originally Posted by geopteryx View Post
    Hi!
    I too have a DELL Inspiron 9400/E1705 with the STAC9200. I've solved this problem by making some changes in the file "/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common". Try this:

    Code:
    sudo gedit /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
    You will find those lines near the bottom of the file:

    Code:
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    So, add theses lines BEFORE:

    Code:
    [Element Master]
    switch = mute
    volume = ignore
    and these lines AFTER:

    Code:
    [Element LFE]
    switch = mute
    volume = ignore
    You should finally have:

    Code:
    [Element Master]
    switch = mute
    volume = ignore
    
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    
    [Element LFE]
    switch = mute
    volume = ignore
    Save and quit. Then restart (restarting Pulseaudio isn't enough).

    Using Fn + PageUp / PageDown or the media buttons now only modifies the "PCM" channel (have a look on alsamixer).
    Hi,

    This worked fine for Karmic, but it seems that it does not work with Lucid. The way lidex described doesnt work either

  5. #5
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Karmic [9.10] issues with volume control, Master/PCM/LFE, and volume threshold

    I guess OP got his working correctly.
    biomann: Can you post the output of these terminal commands for me please:
    Code:
    uname -a
    aplay -l
    cat /proc/asound/version
    head -n 1 /proc/asound/card*/codec#*
    Terminal="Applications->Accessories->Terminal"
    Please post text output using code tags. Also helpful is the make/model of your PC/Laptop.
    Last edited by lidex; May 2nd, 2010 at 03:21 AM.

  6. #6
    Join Date
    Mar 2006
    Beans
    6

    Re: Karmic [9.10] issues with volume control, Master/PCM/LFE, and volume threshold

    Quote Originally Posted by geopteryx View Post
    Hi!
    I too have a DELL Inspiron 9400/E1705 with the STAC9200. I've solved this problem by making some changes in the file "/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common". Try this:

    Code:
    sudo gedit /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common
    You will find those lines near the bottom of the file:

    Code:
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    So, add theses lines BEFORE:

    Code:
    [Element Master]
    switch = mute
    volume = ignore
    and these lines AFTER:

    Code:
    [Element LFE]
    switch = mute
    volume = ignore
    You should finally have:

    Code:
    [Element Master]
    switch = mute
    volume = ignore
    
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    
    [Element LFE]
    switch = mute
    volume = ignore
    Save and quit. Then restart (restarting Pulseaudio isn't enough).

    Using Fn + PageUp / PageDown or the media buttons now only modifies the "PCM" channel (have a look on alsamixer).
    Works perfect in Lucid Lynx !!, i always had pcm 100% and noise, now i can control individualy pcm center lfe etc.. with alsamixer, Thanks!

    ECS gf8200a
    Logitech Z5500

  7. #7
    Join Date
    Jul 2007
    Beans
    48
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Karmic [9.10] issues with volume control, Master/PCM/LFE, and volume threshold

    Quote Originally Posted by geopteryx View Post
    Hi!
    You should finally have:

    Code:
    [Element Master]
    switch = mute
    volume = ignore
    
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    
    [Element LFE]
    switch = mute
    volume = ignore
    Something similar worked for me on Lucid.

    I used

    Code:
    [Element Master Front]
    switch = mute
    volume = ignore
    
    [Element PCM]
    switch = mute
    volume = merge
    override-map.1 = all
    override-map.2 = all-left,all-right
    on an ASUS M4A785TD-V EVO

    It has the AMD 785G+SB710 chipset.

    Anyway, the above works fine for me using the analog outputs with the hardware set to Analog Surround 4.0 Output, which is how I'm using it.

  8. #8
    Join Date
    May 2009
    Location
    Lisbon, Portugal
    Beans
    239
    Distro
    Xubuntu 11.10 Oneiric Ocelot

    Re: Karmic [9.10] issues with volume control, Master/PCM/LFE, and volume threshold

    THKX

    It works in Thinkpad T41 .

    [[]]
    "We are the middle children of history, man. No purpose or place. We have no great war, no great depression. Our great war is a spiritual war."

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •