Control Pulseaudio LineOut/Headphone volume separately The 2019 Stack Overflow Developer Survey Results Are InNo volume control in Nexuiz fullscreen modeWhy does `systemctl enable rpcbind' change the volume of my sound? And how do I prevent this?PulseAudio Remote Control on AndroidLow volume from rear line out, fine from the front panelNo output from headphones jack (occasionally), although system displays outputpulse audio defaults soundcard speakers as headphonesInternal speaker unmuted when I press volume up/down buttons on my headphonesHow do I use ALSA or PulseAudio to remap stereo source to an 8-channel PCM and lower the volume?ALSA — remarkably horrible sound output on headphonesFind out whether sound output is muted (`ALSA` with `Pulseaudio`)

Adding labels to a table: columns and rows

How come people say “Would of”?

What is the steepest angle that a canal can be traversable without locks?

How is radar separation assured between primary and secondary targets?

How to reverse every other sublist of a list?

Monty Hall variation

Extreme, unacceptable situation and I can't attend work tomorrow morning

Why don't Unix/Linux systems traverse through directories until they find the required version of a linked library?

Pristine Bit Checking

How to change the limits of integration

Is domain driven design an anti-SQL pattern?

Is bread bad for ducks?

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

What is this 4-propeller plane?

How do you say "canon" as in "official for a story universe"?

Does a dangling wire really electrocute me if I'm standing in water?

How to answer pointed "are you quitting" questioning when I don't want them to suspect

Inline version of a function returns different value than non-inline version

Should I use my personal or workplace e-mail when registering to external websites for work purpose?

Spanish for "widget"

Protecting Dualbooting Windows from dangerous code (like rm -rf)

How can I fix this gap between bookcases I made?

What does "rabbited" mean/imply in this sentence?

Return to UK after being refused



Control Pulseaudio LineOut/Headphone volume separately



The 2019 Stack Overflow Developer Survey Results Are InNo volume control in Nexuiz fullscreen modeWhy does `systemctl enable rpcbind' change the volume of my sound? And how do I prevent this?PulseAudio Remote Control on AndroidLow volume from rear line out, fine from the front panelNo output from headphones jack (occasionally), although system displays outputpulse audio defaults soundcard speakers as headphonesInternal speaker unmuted when I press volume up/down buttons on my headphonesHow do I use ALSA or PulseAudio to remap stereo source to an 8-channel PCM and lower the volume?ALSA — remarkably horrible sound output on headphonesFind out whether sound output is muted (`ALSA` with `Pulseaudio`)



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















The default PulseAudio behavior is as follows:
First we connect something to the back panel of our MOBO, normally this would be speakers, then we connect something to the front panel, normally headphones.

In this case speakers would be muted and sound would go through headphones.



The question:
How to configure things in such a way that would allow playing sound and volume control for both of the outputs separately



Making both outputs work at the same time is not hard, for that we need to disable "auto-mute" option in alsa-mixer (though not sure if it would persist after reboot).

However how to control their volume and optionally mute one of the outputs in software?

I've seen this or similar questions being asked a lot but so far I haven't seen a working solution. The best what I've tried so far is described here, but I failed to achieve any results using this information.



Note that I am not asking to play a different stream through these outputs, just control the volume. However if playing different streams is possible as well, it would be a great bonus!



The best solution from my standpoint would be to "teach" pulseaudio to treat front and back panels as separate output devices (which is possible on windows). But so far everything hints that this is not possible on Linux.



I am using Linux Mint 19.1, but this question should be relevant for all the ubuntu-family



On windows this operation is easily achieved by installing whatever realtek or your-soundcard-here drivers.










share|improve this question









New contributor




user2333940 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    1















    The default PulseAudio behavior is as follows:
    First we connect something to the back panel of our MOBO, normally this would be speakers, then we connect something to the front panel, normally headphones.

    In this case speakers would be muted and sound would go through headphones.



    The question:
    How to configure things in such a way that would allow playing sound and volume control for both of the outputs separately



    Making both outputs work at the same time is not hard, for that we need to disable "auto-mute" option in alsa-mixer (though not sure if it would persist after reboot).

    However how to control their volume and optionally mute one of the outputs in software?

    I've seen this or similar questions being asked a lot but so far I haven't seen a working solution. The best what I've tried so far is described here, but I failed to achieve any results using this information.



    Note that I am not asking to play a different stream through these outputs, just control the volume. However if playing different streams is possible as well, it would be a great bonus!



    The best solution from my standpoint would be to "teach" pulseaudio to treat front and back panels as separate output devices (which is possible on windows). But so far everything hints that this is not possible on Linux.



    I am using Linux Mint 19.1, but this question should be relevant for all the ubuntu-family



    On windows this operation is easily achieved by installing whatever realtek or your-soundcard-here drivers.










    share|improve this question









    New contributor




    user2333940 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      1












      1








      1








      The default PulseAudio behavior is as follows:
      First we connect something to the back panel of our MOBO, normally this would be speakers, then we connect something to the front panel, normally headphones.

      In this case speakers would be muted and sound would go through headphones.



      The question:
      How to configure things in such a way that would allow playing sound and volume control for both of the outputs separately



      Making both outputs work at the same time is not hard, for that we need to disable "auto-mute" option in alsa-mixer (though not sure if it would persist after reboot).

      However how to control their volume and optionally mute one of the outputs in software?

      I've seen this or similar questions being asked a lot but so far I haven't seen a working solution. The best what I've tried so far is described here, but I failed to achieve any results using this information.



      Note that I am not asking to play a different stream through these outputs, just control the volume. However if playing different streams is possible as well, it would be a great bonus!



      The best solution from my standpoint would be to "teach" pulseaudio to treat front and back panels as separate output devices (which is possible on windows). But so far everything hints that this is not possible on Linux.



      I am using Linux Mint 19.1, but this question should be relevant for all the ubuntu-family



      On windows this operation is easily achieved by installing whatever realtek or your-soundcard-here drivers.










      share|improve this question









      New contributor




      user2333940 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      The default PulseAudio behavior is as follows:
      First we connect something to the back panel of our MOBO, normally this would be speakers, then we connect something to the front panel, normally headphones.

      In this case speakers would be muted and sound would go through headphones.



      The question:
      How to configure things in such a way that would allow playing sound and volume control for both of the outputs separately



      Making both outputs work at the same time is not hard, for that we need to disable "auto-mute" option in alsa-mixer (though not sure if it would persist after reboot).

      However how to control their volume and optionally mute one of the outputs in software?

      I've seen this or similar questions being asked a lot but so far I haven't seen a working solution. The best what I've tried so far is described here, but I failed to achieve any results using this information.



      Note that I am not asking to play a different stream through these outputs, just control the volume. However if playing different streams is possible as well, it would be a great bonus!



      The best solution from my standpoint would be to "teach" pulseaudio to treat front and back panels as separate output devices (which is possible on windows). But so far everything hints that this is not possible on Linux.



      I am using Linux Mint 19.1, but this question should be relevant for all the ubuntu-family



      On windows this operation is easily achieved by installing whatever realtek or your-soundcard-here drivers.







      ubuntu linux-mint pulseaudio alsa






      share|improve this question









      New contributor




      user2333940 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      user2333940 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited Apr 6 at 14:57









      Rui F Ribeiro

      42k1483142




      42k1483142






      New contributor




      user2333940 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Apr 6 at 14:47









      user2333940user2333940

      62




      62




      New contributor




      user2333940 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user2333940 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user2333940 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          user2333940 is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510914%2fcontrol-pulseaudio-lineout-headphone-volume-separately%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          user2333940 is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          user2333940 is a new contributor. Be nice, and check out our Code of Conduct.












          user2333940 is a new contributor. Be nice, and check out our Code of Conduct.











          user2333940 is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510914%2fcontrol-pulseaudio-lineout-headphone-volume-separately%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.