Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 42

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

  1. #11
    Join Date
    Sep 2005
    Location
    Vancouver, Canada
    Beans
    85
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    Hi

    I usually do not use pulseaudio. I always uninstall as it creates some problems with MediaPlayer. But, the volume control on the system tray panel DISAPPEARS in Karmic. How can I get to control the volume??
    Any clue please?

    Thanks

  2. #12
    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

    You know, that was one of the questions I've always had since the inception of pulseaudio. This motherboard supposedly is using ALSA but I can control the sound also with the pulseaudio controls, so I wouldnt uninstall pulseaudio just because I use ALSA... in reality I dont really know what Im using, just that it works.

    @Seinfeld: I'm not really sure how to help you, but if you still hear audio after removing pulseaudio... I think you can invoke the alsamixer. In my system I just open the terminal, type alsamixer and hit enter. You will see a window open with the mixer (it looks ugly), you can select which part of the mixer u want to control by moving the left/right keys and then adjust with up/down. When finish adjusting, just hit ESC to leave that window.
    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. #13
    Join Date
    Sep 2005
    Location
    Vancouver, Canada
    Beans
    85
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    Thanks SR_ELPIRATA

    Same here, I do hear sound, however, we have to point all sound applications e.g. Skype, mplayer to pulseaudio. Well you are right, as long as it works, why worry.. Yes, it works but INTEL motherboard's native soundcard card (mine) does work better with alsa. The sound with Virtual Box is lower with pulseadio, also, the control preferences with alsa is much better. With pulseadio, the volume control cannot be add via Add-to-panel, the volume control appears in the "Notification Area" instead, so I cannot control keyboard shortcuts as nicely as ALSA e.g. PCM, Master, etc...
    Anyways, we just want to know why this is only in Karmic??
    I tried and uninstalled ALSA completely, the sound still works which indicates "pulseadio is in control", however, strangely alsamixer command still works in the terminal and I still get the alsamixer controls and they do work and control the sound.... uhh.. weird...
    Last edited by Seinfeld; November 25th, 2009 at 08:49 AM.

  4. #14
    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

    Precisely sound issues is what drove me back to 9.04 and that weird volume control applet didnt help matters either.

    ELP
    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

  5. #15
    Join Date
    Nov 2005
    Location
    Buenos Aries, Argentina
    Beans
    22
    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!
    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).
    These solutions worked for me in a Dell Precision 690.

    Also in other Precision 690, one of my team mates at work downgraded the ALSA modules to the Jaunty ones and also worked fine about this issue. I don't know the details how he did it.
    No beer 'til u finish yo'r tequila!
    Leela's Father - Futurama

  6. #16
    Join Date
    May 2006
    Location
    San Francisco Bay Area
    Beans
    37
    Distro
    Ubuntu 10.04 Lucid Lynx

    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).
    This fix also worked for me on my Dell E1705. The volume is smooth now but it sounded "different". I rebooted into Windows (Vista) and listened closely and discovered that in Windows the sound comes out the left and right speakers on the front of the laptop but in Ubuntu 9.10 with this fix it only comes out the "sub-woofer" on the bottom (nothing out of the left and right speakers). So then I checked Ubuntu 9.04 (live CD) and the sound is out of the front speakers. Do you think it might be possible to fix this by changing "volume = ignore" to something else?

  7. #17
    Join Date
    Jul 2008
    Beans
    1

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

    geopteryx's hack fixed my Dell XPS m1017. Thank you!

    mikesmithv: Sounds like the trebble is too low. run alsamixer and increase your Master (trebble on a Dell) or decrease your LFE (bass) until your mid and low ranges sound right.

  8. #18
    Join Date
    May 2006
    Location
    San Francisco Bay Area
    Beans
    37
    Distro
    Ubuntu 10.04 Lucid Lynx

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

    patsy4078: You are correct about using alsamixer.

    Master = "treble" which is the front left and right speakers
    LFE = the "bass" speaker on the bottom
    PCM = the real master which controls them both.

    However, it did not work that way on my E1705 after doing geopteryx's hack. Since my last post I did some more searching and finally fixed it by also editing /etc/pulse/default.pa as summarized here:

    http://ubuntuforums.org/showthread.php?t=1305889

    Now 9.10 works great!

    Mike

  9. #19
    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

    Somebody should edit the thread subject to SOLVED status that way more people can come and get the fix
    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

  10. #20
    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?


Page 2 of 5 FirstFirst 1234 ... LastLast

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
  •