No Audio on Ubuntu 16.04












0















currently experiencing the issue of having zero sound. I know for a fact that sound once worked on a previous install of Ubuntu, but now I am totally at a loss as to what has happened. I believe I was tampering with some bluetooth settings so that my bluetooth headphones would work, this was awhile ago so I can't remember much details but I don't believe I went too far into it, I suspect maybe this is how I might've broken it though.



Couple things that I've noticed trying to troubleshoot: pavucontrol cannot be ran as su, only without it. Pavucontrol doesn't list my soundcard.

My soundcard: Realtek ALC255



Here is what kind of errors I get doing various things:



Running pavucontrol as su.



** (pavucontrol:7510): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-aE5SnALxHn: Connection refused
Home directory not accessible: Permission denied
Home directory not accessible: Permission denied


Starting pulseaudio using systemctl.



● pulseaudio.service - Sound Service
Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; vendor preset: enabled)
Active: failed (Result: start-limit-hit) since Fri 2019-03-22 20:34:57 EDT; 18s ago
Process: 11954 ExecStart=/usr/bin/pulseaudio --daemonize=no (code=exited, status=1/FAILURE)
Main PID: 11954 (code=exited, status=1/FAILURE)

Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Failed to start Sound Service.
Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Unit entered failed state.
Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Failed with result 'exit-code'.
Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Service hold-off time over, schedu
Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Stopped Sound Service.
Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Start request repeated too quickly
Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Failed to start Sound Service.
Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Unit entered failed state.
Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Failed with result 'start-limit-hi
lines 1-15/15 (END)


Starting pulseaudio from directory. (sudo /usr/bin/pulseaudio --start)



W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
E: [autospawn] core-util.c: Home directory not accessible: Permission denied
W: [autospawn] lock-autospawn.c: Cannot access autospawn lock.
E: [pulseaudio] main.c: Failed to acquire autospawn lock


Starting pulseaudio using sudo /usr/bin/pulseaudio --system



W: [pulseaudio] main.c: Running in system mode, but --disallow-exit not set.
W: [pulseaudio] main.c: Running in system mode, but --disallow-module-loading not set.
N: [pulseaudio] main.c: Running in system mode, forcibly disabling SHM mode.
N: [pulseaudio] main.c: Running in system mode, forcibly disabling exit idle time.
W: [pulseaudio] main.c: OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that.
W: [pulseaudio] main.c: If you do it nonetheless then it's your own fault if things don't work as expected.
W: [pulseaudio] main.c: Please read http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system mode is usually a bad idea.
W: [pulseaudio] authkey.c: Failed to open cookie file '/var/run/pulse/.config/pulse/cookie': No such file or directory
W: [pulseaudio] authkey.c: Failed to load authentication key '/var/run/pulse/.config/pulse/cookie': No such file or directory
W: [pulseaudio] authkey.c: Failed to open cookie file '/var/run/pulse/.pulse-cookie': No such file or directory
W: [pulseaudio] authkey.c: Failed to load authentication key '/var/run/pulse/.pulse-cookie': No such file or directory


Which started the service but did not fix the issue.



Here's a rundown of things I've attempted:




  • Reinstalled pulseaudio/alsamixer/pavucontrol.

  • Restarted pulseaudio.

  • Gave user permissions to the home directory.

  • Got access to the audio group in group permissions.

  • Apt update and apt upgrade.


Any help or direction would be greatly appericated.










share|improve this question







New contributor




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

























    0















    currently experiencing the issue of having zero sound. I know for a fact that sound once worked on a previous install of Ubuntu, but now I am totally at a loss as to what has happened. I believe I was tampering with some bluetooth settings so that my bluetooth headphones would work, this was awhile ago so I can't remember much details but I don't believe I went too far into it, I suspect maybe this is how I might've broken it though.



    Couple things that I've noticed trying to troubleshoot: pavucontrol cannot be ran as su, only without it. Pavucontrol doesn't list my soundcard.

    My soundcard: Realtek ALC255



    Here is what kind of errors I get doing various things:



    Running pavucontrol as su.



    ** (pavucontrol:7510): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-aE5SnALxHn: Connection refused
    Home directory not accessible: Permission denied
    Home directory not accessible: Permission denied


    Starting pulseaudio using systemctl.



    ● pulseaudio.service - Sound Service
    Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; vendor preset: enabled)
    Active: failed (Result: start-limit-hit) since Fri 2019-03-22 20:34:57 EDT; 18s ago
    Process: 11954 ExecStart=/usr/bin/pulseaudio --daemonize=no (code=exited, status=1/FAILURE)
    Main PID: 11954 (code=exited, status=1/FAILURE)

    Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Failed to start Sound Service.
    Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Unit entered failed state.
    Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Failed with result 'exit-code'.
    Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Service hold-off time over, schedu
    Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Stopped Sound Service.
    Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Start request repeated too quickly
    Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Failed to start Sound Service.
    Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Unit entered failed state.
    Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Failed with result 'start-limit-hi
    lines 1-15/15 (END)


    Starting pulseaudio from directory. (sudo /usr/bin/pulseaudio --start)



    W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
    E: [autospawn] core-util.c: Home directory not accessible: Permission denied
    W: [autospawn] lock-autospawn.c: Cannot access autospawn lock.
    E: [pulseaudio] main.c: Failed to acquire autospawn lock


    Starting pulseaudio using sudo /usr/bin/pulseaudio --system



    W: [pulseaudio] main.c: Running in system mode, but --disallow-exit not set.
    W: [pulseaudio] main.c: Running in system mode, but --disallow-module-loading not set.
    N: [pulseaudio] main.c: Running in system mode, forcibly disabling SHM mode.
    N: [pulseaudio] main.c: Running in system mode, forcibly disabling exit idle time.
    W: [pulseaudio] main.c: OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that.
    W: [pulseaudio] main.c: If you do it nonetheless then it's your own fault if things don't work as expected.
    W: [pulseaudio] main.c: Please read http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system mode is usually a bad idea.
    W: [pulseaudio] authkey.c: Failed to open cookie file '/var/run/pulse/.config/pulse/cookie': No such file or directory
    W: [pulseaudio] authkey.c: Failed to load authentication key '/var/run/pulse/.config/pulse/cookie': No such file or directory
    W: [pulseaudio] authkey.c: Failed to open cookie file '/var/run/pulse/.pulse-cookie': No such file or directory
    W: [pulseaudio] authkey.c: Failed to load authentication key '/var/run/pulse/.pulse-cookie': No such file or directory


    Which started the service but did not fix the issue.



    Here's a rundown of things I've attempted:




    • Reinstalled pulseaudio/alsamixer/pavucontrol.

    • Restarted pulseaudio.

    • Gave user permissions to the home directory.

    • Got access to the audio group in group permissions.

    • Apt update and apt upgrade.


    Any help or direction would be greatly appericated.










    share|improve this question







    New contributor




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























      0












      0








      0








      currently experiencing the issue of having zero sound. I know for a fact that sound once worked on a previous install of Ubuntu, but now I am totally at a loss as to what has happened. I believe I was tampering with some bluetooth settings so that my bluetooth headphones would work, this was awhile ago so I can't remember much details but I don't believe I went too far into it, I suspect maybe this is how I might've broken it though.



      Couple things that I've noticed trying to troubleshoot: pavucontrol cannot be ran as su, only without it. Pavucontrol doesn't list my soundcard.

      My soundcard: Realtek ALC255



      Here is what kind of errors I get doing various things:



      Running pavucontrol as su.



      ** (pavucontrol:7510): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-aE5SnALxHn: Connection refused
      Home directory not accessible: Permission denied
      Home directory not accessible: Permission denied


      Starting pulseaudio using systemctl.



      ● pulseaudio.service - Sound Service
      Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; vendor preset: enabled)
      Active: failed (Result: start-limit-hit) since Fri 2019-03-22 20:34:57 EDT; 18s ago
      Process: 11954 ExecStart=/usr/bin/pulseaudio --daemonize=no (code=exited, status=1/FAILURE)
      Main PID: 11954 (code=exited, status=1/FAILURE)

      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Failed to start Sound Service.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Unit entered failed state.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Failed with result 'exit-code'.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Service hold-off time over, schedu
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Stopped Sound Service.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Start request repeated too quickly
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Failed to start Sound Service.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Unit entered failed state.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Failed with result 'start-limit-hi
      lines 1-15/15 (END)


      Starting pulseaudio from directory. (sudo /usr/bin/pulseaudio --start)



      W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
      E: [autospawn] core-util.c: Home directory not accessible: Permission denied
      W: [autospawn] lock-autospawn.c: Cannot access autospawn lock.
      E: [pulseaudio] main.c: Failed to acquire autospawn lock


      Starting pulseaudio using sudo /usr/bin/pulseaudio --system



      W: [pulseaudio] main.c: Running in system mode, but --disallow-exit not set.
      W: [pulseaudio] main.c: Running in system mode, but --disallow-module-loading not set.
      N: [pulseaudio] main.c: Running in system mode, forcibly disabling SHM mode.
      N: [pulseaudio] main.c: Running in system mode, forcibly disabling exit idle time.
      W: [pulseaudio] main.c: OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that.
      W: [pulseaudio] main.c: If you do it nonetheless then it's your own fault if things don't work as expected.
      W: [pulseaudio] main.c: Please read http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system mode is usually a bad idea.
      W: [pulseaudio] authkey.c: Failed to open cookie file '/var/run/pulse/.config/pulse/cookie': No such file or directory
      W: [pulseaudio] authkey.c: Failed to load authentication key '/var/run/pulse/.config/pulse/cookie': No such file or directory
      W: [pulseaudio] authkey.c: Failed to open cookie file '/var/run/pulse/.pulse-cookie': No such file or directory
      W: [pulseaudio] authkey.c: Failed to load authentication key '/var/run/pulse/.pulse-cookie': No such file or directory


      Which started the service but did not fix the issue.



      Here's a rundown of things I've attempted:




      • Reinstalled pulseaudio/alsamixer/pavucontrol.

      • Restarted pulseaudio.

      • Gave user permissions to the home directory.

      • Got access to the audio group in group permissions.

      • Apt update and apt upgrade.


      Any help or direction would be greatly appericated.










      share|improve this question







      New contributor




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












      currently experiencing the issue of having zero sound. I know for a fact that sound once worked on a previous install of Ubuntu, but now I am totally at a loss as to what has happened. I believe I was tampering with some bluetooth settings so that my bluetooth headphones would work, this was awhile ago so I can't remember much details but I don't believe I went too far into it, I suspect maybe this is how I might've broken it though.



      Couple things that I've noticed trying to troubleshoot: pavucontrol cannot be ran as su, only without it. Pavucontrol doesn't list my soundcard.

      My soundcard: Realtek ALC255



      Here is what kind of errors I get doing various things:



      Running pavucontrol as su.



      ** (pavucontrol:7510): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-aE5SnALxHn: Connection refused
      Home directory not accessible: Permission denied
      Home directory not accessible: Permission denied


      Starting pulseaudio using systemctl.



      ● pulseaudio.service - Sound Service
      Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; vendor preset: enabled)
      Active: failed (Result: start-limit-hit) since Fri 2019-03-22 20:34:57 EDT; 18s ago
      Process: 11954 ExecStart=/usr/bin/pulseaudio --daemonize=no (code=exited, status=1/FAILURE)
      Main PID: 11954 (code=exited, status=1/FAILURE)

      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Failed to start Sound Service.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Unit entered failed state.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Failed with result 'exit-code'.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Service hold-off time over, schedu
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Stopped Sound Service.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Start request repeated too quickly
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: Failed to start Sound Service.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Unit entered failed state.
      Mar 22 20:34:57 alan-Aspire-E5-575 systemd[2801]: pulseaudio.service: Failed with result 'start-limit-hi
      lines 1-15/15 (END)


      Starting pulseaudio from directory. (sudo /usr/bin/pulseaudio --start)



      W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
      E: [autospawn] core-util.c: Home directory not accessible: Permission denied
      W: [autospawn] lock-autospawn.c: Cannot access autospawn lock.
      E: [pulseaudio] main.c: Failed to acquire autospawn lock


      Starting pulseaudio using sudo /usr/bin/pulseaudio --system



      W: [pulseaudio] main.c: Running in system mode, but --disallow-exit not set.
      W: [pulseaudio] main.c: Running in system mode, but --disallow-module-loading not set.
      N: [pulseaudio] main.c: Running in system mode, forcibly disabling SHM mode.
      N: [pulseaudio] main.c: Running in system mode, forcibly disabling exit idle time.
      W: [pulseaudio] main.c: OK, so you are running PA in system mode. Please note that you most likely shouldn't be doing that.
      W: [pulseaudio] main.c: If you do it nonetheless then it's your own fault if things don't work as expected.
      W: [pulseaudio] main.c: Please read http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system mode is usually a bad idea.
      W: [pulseaudio] authkey.c: Failed to open cookie file '/var/run/pulse/.config/pulse/cookie': No such file or directory
      W: [pulseaudio] authkey.c: Failed to load authentication key '/var/run/pulse/.config/pulse/cookie': No such file or directory
      W: [pulseaudio] authkey.c: Failed to open cookie file '/var/run/pulse/.pulse-cookie': No such file or directory
      W: [pulseaudio] authkey.c: Failed to load authentication key '/var/run/pulse/.pulse-cookie': No such file or directory


      Which started the service but did not fix the issue.



      Here's a rundown of things I've attempted:




      • Reinstalled pulseaudio/alsamixer/pavucontrol.

      • Restarted pulseaudio.

      • Gave user permissions to the home directory.

      • Got access to the audio group in group permissions.

      • Apt update and apt upgrade.


      Any help or direction would be greatly appericated.







      16.04 sound pulseaudio alsa






      share|improve this question







      New contributor




      flowergirl 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




      flowergirl 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






      New contributor




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









      asked 2 hours ago









      flowergirlflowergirl

      11




      11




      New contributor




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





      New contributor





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






      flowergirl 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: "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
          });


          }
          });






          flowergirl 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%2faskubuntu.com%2fquestions%2f1128170%2fno-audio-on-ubuntu-16-04%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








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










          draft saved

          draft discarded


















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













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












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
















          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%2f1128170%2fno-audio-on-ubuntu-16-04%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

          GameSpot

          connect to host localhost port 22: Connection refused

          Getting a Wifi WPA2 wifi connection