Choose whether to output audio from speakers or headphones? 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)How to switch between headphones and speakers without unplugging headphonesUbuntu refuses to output audio via HDMINo sound from USB speakers under Ubuntu (working fine under Windows)HDMI Audio output not working on Ubuntu 14.04Sound not working in Ubuntu 14.04LTSKubuntu switch to headphone when connectedNo sound after a Software Updater routine updateUbuntu 16.04 not detecting when headphones are pluggedAudio issues / driver name impact ? / snd-hda-intel or snd_hda_intelubuntu 14.04, Vostro 3559 Strange audio problemNo Audio in front or rear jack - HDMI Audio working - Ubuntu 18.04

Did the new image of black hole confirm the general theory of relativity?

Simulating Exploding Dice

Mortgage adviser recommends a longer term than necessary combined with overpayments

Drawing vertical/oblique lines in Metrical tree (tikz-qtree, tipa)

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

What is the padding with red substance inside of steak packaging?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Are spiders unable to hurt humans, especially very small spiders?

Why doesn't a hydraulic lever violate conservation of energy?

My body leaves; my core can stay

What information about me do stores get via my credit card?

Is an up-to-date browser secure on an out-of-date OS?

Why doesn't shell automatically fix "useless use of cat"?

Working through the single responsibility principle (SRP) in Python when calls are expensive

Do ℕ, mathbbN, BbbN, symbbN effectively differ, and is there a "canonical" specification of the naturals?

How to read αἱμύλιος or when to aspirate

Identify 80s or 90s comics with ripped creatures (not dwarves)

How many cones with angle theta can I pack into the unit sphere?

"... to apply for a visa" or "... and applied for a visa"?

60's-70's movie: home appliances revolting against the owners

Are there continuous functions who are the same in an interval but differ in at least one other point?

Can the DM override racial traits?

Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?

Variable with quotation marks "$()"



Choose whether to output audio from speakers or headphones?



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)How to switch between headphones and speakers without unplugging headphonesUbuntu refuses to output audio via HDMINo sound from USB speakers under Ubuntu (working fine under Windows)HDMI Audio output not working on Ubuntu 14.04Sound not working in Ubuntu 14.04LTSKubuntu switch to headphone when connectedNo sound after a Software Updater routine updateUbuntu 16.04 not detecting when headphones are pluggedAudio issues / driver name impact ? / snd-hda-intel or snd_hda_intelubuntu 14.04, Vostro 3559 Strange audio problemNo Audio in front or rear jack - HDMI Audio working - Ubuntu 18.04



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








3















I like to keep my headphones plugged in, then depending on the situation just switch the audio output as needed. I'm easily able to do this in Windows - my headphones and speakers show up as different devices, and I'm able to switch.



In Ubuntu (Kubuntu 18.04) I can't seem to get this to work. After some fiddling, I found that I can disable Automute in alsamixer, and that way I can have sound coming from both speakers and headphones, but I still can't find a way to choose between them. Pulse audio and the kde settings only show one device (Built-in Audio Analog Stereo).



Edit: I was thinking I could probably keep the headphones plugged in, and use a script to enable/disable automute depending on whether I want to listen to headphones/speakers. But this doesn't work because with automute disabled the speaker volume is way lower.



Edit: output of aplay -l as requested:



$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC1220 Analog [ALC1220 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC1220 Digital [ALC1220 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: GoMic [Samson GoMic], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0









share|improve this question
























  • apt-get install pavucontrol

    – cmak.fr
    May 25 '18 at 8:30












  • This doesn't help. The UI it shows is the same as pulse audio volume control.

    – hoodakaushal
    May 25 '18 at 17:25











  • not the same. with pavucontrol you can switch from an output to another

    – cmak.fr
    May 26 '18 at 8:31











  • Yes, it is the same. Both have an option to switch (they show the option of a port, which has headphones and line out as options), but whenever headphones are plugged in they show line out as plugged out. I tried setting the port as line out anyway, and the result was there was no sound from speakers or headphones.

    – hoodakaushal
    May 26 '18 at 16:10











  • @hoodakaushal you are correct - Pulseaudio Volume Control in main menu is same package as using 'pavucontrol' command in terminal

    – nik gnomic
    May 29 '18 at 17:03

















3















I like to keep my headphones plugged in, then depending on the situation just switch the audio output as needed. I'm easily able to do this in Windows - my headphones and speakers show up as different devices, and I'm able to switch.



In Ubuntu (Kubuntu 18.04) I can't seem to get this to work. After some fiddling, I found that I can disable Automute in alsamixer, and that way I can have sound coming from both speakers and headphones, but I still can't find a way to choose between them. Pulse audio and the kde settings only show one device (Built-in Audio Analog Stereo).



Edit: I was thinking I could probably keep the headphones plugged in, and use a script to enable/disable automute depending on whether I want to listen to headphones/speakers. But this doesn't work because with automute disabled the speaker volume is way lower.



Edit: output of aplay -l as requested:



$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC1220 Analog [ALC1220 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC1220 Digital [ALC1220 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: GoMic [Samson GoMic], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0









share|improve this question
























  • apt-get install pavucontrol

    – cmak.fr
    May 25 '18 at 8:30












  • This doesn't help. The UI it shows is the same as pulse audio volume control.

    – hoodakaushal
    May 25 '18 at 17:25











  • not the same. with pavucontrol you can switch from an output to another

    – cmak.fr
    May 26 '18 at 8:31











  • Yes, it is the same. Both have an option to switch (they show the option of a port, which has headphones and line out as options), but whenever headphones are plugged in they show line out as plugged out. I tried setting the port as line out anyway, and the result was there was no sound from speakers or headphones.

    – hoodakaushal
    May 26 '18 at 16:10











  • @hoodakaushal you are correct - Pulseaudio Volume Control in main menu is same package as using 'pavucontrol' command in terminal

    – nik gnomic
    May 29 '18 at 17:03













3












3








3








I like to keep my headphones plugged in, then depending on the situation just switch the audio output as needed. I'm easily able to do this in Windows - my headphones and speakers show up as different devices, and I'm able to switch.



In Ubuntu (Kubuntu 18.04) I can't seem to get this to work. After some fiddling, I found that I can disable Automute in alsamixer, and that way I can have sound coming from both speakers and headphones, but I still can't find a way to choose between them. Pulse audio and the kde settings only show one device (Built-in Audio Analog Stereo).



Edit: I was thinking I could probably keep the headphones plugged in, and use a script to enable/disable automute depending on whether I want to listen to headphones/speakers. But this doesn't work because with automute disabled the speaker volume is way lower.



Edit: output of aplay -l as requested:



$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC1220 Analog [ALC1220 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC1220 Digital [ALC1220 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: GoMic [Samson GoMic], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0









share|improve this question
















I like to keep my headphones plugged in, then depending on the situation just switch the audio output as needed. I'm easily able to do this in Windows - my headphones and speakers show up as different devices, and I'm able to switch.



In Ubuntu (Kubuntu 18.04) I can't seem to get this to work. After some fiddling, I found that I can disable Automute in alsamixer, and that way I can have sound coming from both speakers and headphones, but I still can't find a way to choose between them. Pulse audio and the kde settings only show one device (Built-in Audio Analog Stereo).



Edit: I was thinking I could probably keep the headphones plugged in, and use a script to enable/disable automute depending on whether I want to listen to headphones/speakers. But this doesn't work because with automute disabled the speaker volume is way lower.



Edit: output of aplay -l as requested:



$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC1220 Analog [ALC1220 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC1220 Digital [ALC1220 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: GoMic [Samson GoMic], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0






sound pulseaudio alsa headphones speakers






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 3 '18 at 8:14







hoodakaushal

















asked May 25 '18 at 5:54









hoodakaushalhoodakaushal

2181216




2181216












  • apt-get install pavucontrol

    – cmak.fr
    May 25 '18 at 8:30












  • This doesn't help. The UI it shows is the same as pulse audio volume control.

    – hoodakaushal
    May 25 '18 at 17:25











  • not the same. with pavucontrol you can switch from an output to another

    – cmak.fr
    May 26 '18 at 8:31











  • Yes, it is the same. Both have an option to switch (they show the option of a port, which has headphones and line out as options), but whenever headphones are plugged in they show line out as plugged out. I tried setting the port as line out anyway, and the result was there was no sound from speakers or headphones.

    – hoodakaushal
    May 26 '18 at 16:10











  • @hoodakaushal you are correct - Pulseaudio Volume Control in main menu is same package as using 'pavucontrol' command in terminal

    – nik gnomic
    May 29 '18 at 17:03

















  • apt-get install pavucontrol

    – cmak.fr
    May 25 '18 at 8:30












  • This doesn't help. The UI it shows is the same as pulse audio volume control.

    – hoodakaushal
    May 25 '18 at 17:25











  • not the same. with pavucontrol you can switch from an output to another

    – cmak.fr
    May 26 '18 at 8:31











  • Yes, it is the same. Both have an option to switch (they show the option of a port, which has headphones and line out as options), but whenever headphones are plugged in they show line out as plugged out. I tried setting the port as line out anyway, and the result was there was no sound from speakers or headphones.

    – hoodakaushal
    May 26 '18 at 16:10











  • @hoodakaushal you are correct - Pulseaudio Volume Control in main menu is same package as using 'pavucontrol' command in terminal

    – nik gnomic
    May 29 '18 at 17:03
















apt-get install pavucontrol

– cmak.fr
May 25 '18 at 8:30






apt-get install pavucontrol

– cmak.fr
May 25 '18 at 8:30














This doesn't help. The UI it shows is the same as pulse audio volume control.

– hoodakaushal
May 25 '18 at 17:25





This doesn't help. The UI it shows is the same as pulse audio volume control.

– hoodakaushal
May 25 '18 at 17:25













not the same. with pavucontrol you can switch from an output to another

– cmak.fr
May 26 '18 at 8:31





not the same. with pavucontrol you can switch from an output to another

– cmak.fr
May 26 '18 at 8:31













Yes, it is the same. Both have an option to switch (they show the option of a port, which has headphones and line out as options), but whenever headphones are plugged in they show line out as plugged out. I tried setting the port as line out anyway, and the result was there was no sound from speakers or headphones.

– hoodakaushal
May 26 '18 at 16:10





Yes, it is the same. Both have an option to switch (they show the option of a port, which has headphones and line out as options), but whenever headphones are plugged in they show line out as plugged out. I tried setting the port as line out anyway, and the result was there was no sound from speakers or headphones.

– hoodakaushal
May 26 '18 at 16:10













@hoodakaushal you are correct - Pulseaudio Volume Control in main menu is same package as using 'pavucontrol' command in terminal

– nik gnomic
May 29 '18 at 17:03





@hoodakaushal you are correct - Pulseaudio Volume Control in main menu is same package as using 'pavucontrol' command in terminal

– nik gnomic
May 29 '18 at 17:03










2 Answers
2






active

oldest

votes


















0














To keep headphones plugged in, set auto-mute option in ALSA to off



preferable initial state is to have both speakers and headphones playing audio



Get exact names of ALSA control elements (Case sensitive) from alsamixer or use terminal command:



amixer -c 0



Create launcher buttons to toggle mute on or off on desktop,panel,dock etc



launcher command is



amixer -c 0 [name] toggle



replace [name] with correct name of ALSA element to mute/unmute






share|improve this answer























  • I've already mentioned why I don't want to do this - if I disable automute, speaker volume is way lower when headphones are connected.

    – hoodakaushal
    Jun 1 '18 at 14:08











  • before you mentioned "with automute the speaker volume is way lower" With automute enabled + jack always plugged in, speakers would always be muted. with those conditions, answer to main question is no, unless you use GoMic output as independent headphone channel

    – nik gnomic
    Jun 2 '18 at 2:52











  • Sorry, I meant with automute disabled.

    – hoodakaushal
    Jun 3 '18 at 8:14


















0














See @WinEunuuchs2Unix's excellent answer here.



Once I followed these instructions, my Line Out and Headphones (mine is actually a headset with mic) started appearing separately in the Ubuntu 16.04 'Sound' app whereas before there was only one or the other displayed. I can swap the output device using by clicking on it in the Sound app.



Ubuntu 16.04 'Sound' app



In brief, you need to edit Pulseaudio mixer's configuration files:




  • /usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf


  • /usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf





share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    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: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    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
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1040086%2fchoose-whether-to-output-audio-from-speakers-or-headphones%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    To keep headphones plugged in, set auto-mute option in ALSA to off



    preferable initial state is to have both speakers and headphones playing audio



    Get exact names of ALSA control elements (Case sensitive) from alsamixer or use terminal command:



    amixer -c 0



    Create launcher buttons to toggle mute on or off on desktop,panel,dock etc



    launcher command is



    amixer -c 0 [name] toggle



    replace [name] with correct name of ALSA element to mute/unmute






    share|improve this answer























    • I've already mentioned why I don't want to do this - if I disable automute, speaker volume is way lower when headphones are connected.

      – hoodakaushal
      Jun 1 '18 at 14:08











    • before you mentioned "with automute the speaker volume is way lower" With automute enabled + jack always plugged in, speakers would always be muted. with those conditions, answer to main question is no, unless you use GoMic output as independent headphone channel

      – nik gnomic
      Jun 2 '18 at 2:52











    • Sorry, I meant with automute disabled.

      – hoodakaushal
      Jun 3 '18 at 8:14















    0














    To keep headphones plugged in, set auto-mute option in ALSA to off



    preferable initial state is to have both speakers and headphones playing audio



    Get exact names of ALSA control elements (Case sensitive) from alsamixer or use terminal command:



    amixer -c 0



    Create launcher buttons to toggle mute on or off on desktop,panel,dock etc



    launcher command is



    amixer -c 0 [name] toggle



    replace [name] with correct name of ALSA element to mute/unmute






    share|improve this answer























    • I've already mentioned why I don't want to do this - if I disable automute, speaker volume is way lower when headphones are connected.

      – hoodakaushal
      Jun 1 '18 at 14:08











    • before you mentioned "with automute the speaker volume is way lower" With automute enabled + jack always plugged in, speakers would always be muted. with those conditions, answer to main question is no, unless you use GoMic output as independent headphone channel

      – nik gnomic
      Jun 2 '18 at 2:52











    • Sorry, I meant with automute disabled.

      – hoodakaushal
      Jun 3 '18 at 8:14













    0












    0








    0







    To keep headphones plugged in, set auto-mute option in ALSA to off



    preferable initial state is to have both speakers and headphones playing audio



    Get exact names of ALSA control elements (Case sensitive) from alsamixer or use terminal command:



    amixer -c 0



    Create launcher buttons to toggle mute on or off on desktop,panel,dock etc



    launcher command is



    amixer -c 0 [name] toggle



    replace [name] with correct name of ALSA element to mute/unmute






    share|improve this answer













    To keep headphones plugged in, set auto-mute option in ALSA to off



    preferable initial state is to have both speakers and headphones playing audio



    Get exact names of ALSA control elements (Case sensitive) from alsamixer or use terminal command:



    amixer -c 0



    Create launcher buttons to toggle mute on or off on desktop,panel,dock etc



    launcher command is



    amixer -c 0 [name] toggle



    replace [name] with correct name of ALSA element to mute/unmute







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Jun 1 '18 at 0:01









    nik gnomicnik gnomic

    33629




    33629












    • I've already mentioned why I don't want to do this - if I disable automute, speaker volume is way lower when headphones are connected.

      – hoodakaushal
      Jun 1 '18 at 14:08











    • before you mentioned "with automute the speaker volume is way lower" With automute enabled + jack always plugged in, speakers would always be muted. with those conditions, answer to main question is no, unless you use GoMic output as independent headphone channel

      – nik gnomic
      Jun 2 '18 at 2:52











    • Sorry, I meant with automute disabled.

      – hoodakaushal
      Jun 3 '18 at 8:14

















    • I've already mentioned why I don't want to do this - if I disable automute, speaker volume is way lower when headphones are connected.

      – hoodakaushal
      Jun 1 '18 at 14:08











    • before you mentioned "with automute the speaker volume is way lower" With automute enabled + jack always plugged in, speakers would always be muted. with those conditions, answer to main question is no, unless you use GoMic output as independent headphone channel

      – nik gnomic
      Jun 2 '18 at 2:52











    • Sorry, I meant with automute disabled.

      – hoodakaushal
      Jun 3 '18 at 8:14
















    I've already mentioned why I don't want to do this - if I disable automute, speaker volume is way lower when headphones are connected.

    – hoodakaushal
    Jun 1 '18 at 14:08





    I've already mentioned why I don't want to do this - if I disable automute, speaker volume is way lower when headphones are connected.

    – hoodakaushal
    Jun 1 '18 at 14:08













    before you mentioned "with automute the speaker volume is way lower" With automute enabled + jack always plugged in, speakers would always be muted. with those conditions, answer to main question is no, unless you use GoMic output as independent headphone channel

    – nik gnomic
    Jun 2 '18 at 2:52





    before you mentioned "with automute the speaker volume is way lower" With automute enabled + jack always plugged in, speakers would always be muted. with those conditions, answer to main question is no, unless you use GoMic output as independent headphone channel

    – nik gnomic
    Jun 2 '18 at 2:52













    Sorry, I meant with automute disabled.

    – hoodakaushal
    Jun 3 '18 at 8:14





    Sorry, I meant with automute disabled.

    – hoodakaushal
    Jun 3 '18 at 8:14













    0














    See @WinEunuuchs2Unix's excellent answer here.



    Once I followed these instructions, my Line Out and Headphones (mine is actually a headset with mic) started appearing separately in the Ubuntu 16.04 'Sound' app whereas before there was only one or the other displayed. I can swap the output device using by clicking on it in the Sound app.



    Ubuntu 16.04 'Sound' app



    In brief, you need to edit Pulseaudio mixer's configuration files:




    • /usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf


    • /usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf





    share|improve this answer



























      0














      See @WinEunuuchs2Unix's excellent answer here.



      Once I followed these instructions, my Line Out and Headphones (mine is actually a headset with mic) started appearing separately in the Ubuntu 16.04 'Sound' app whereas before there was only one or the other displayed. I can swap the output device using by clicking on it in the Sound app.



      Ubuntu 16.04 'Sound' app



      In brief, you need to edit Pulseaudio mixer's configuration files:




      • /usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf


      • /usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf





      share|improve this answer

























        0












        0








        0







        See @WinEunuuchs2Unix's excellent answer here.



        Once I followed these instructions, my Line Out and Headphones (mine is actually a headset with mic) started appearing separately in the Ubuntu 16.04 'Sound' app whereas before there was only one or the other displayed. I can swap the output device using by clicking on it in the Sound app.



        Ubuntu 16.04 'Sound' app



        In brief, you need to edit Pulseaudio mixer's configuration files:




        • /usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf


        • /usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf





        share|improve this answer













        See @WinEunuuchs2Unix's excellent answer here.



        Once I followed these instructions, my Line Out and Headphones (mine is actually a headset with mic) started appearing separately in the Ubuntu 16.04 'Sound' app whereas before there was only one or the other displayed. I can swap the output device using by clicking on it in the Sound app.



        Ubuntu 16.04 'Sound' app



        In brief, you need to edit Pulseaudio mixer's configuration files:




        • /usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf


        • /usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 days ago









        JayDinJayDin

        158113




        158113



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Ask Ubuntu!


            • 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%2faskubuntu.com%2fquestions%2f1040086%2fchoose-whether-to-output-audio-from-speakers-or-headphones%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

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?