Jump to content

Recommended Posts

  • 1 month later...
  • 1 month later...

Hey, I just ran into the same issue and resolved it on Ubuntu by installing `pulseaudio`. I'm honestly not the most sure of specific installation instructions, but I ran something like:

 

```

sudo apt-get install libpulse

sudo apt-get install pulseaudio

pulseaudio --start

```

 

and then my system's device output changed to something random -- I had to change it back to my headphones. But after that I can hear sound!

 

Something that was useful in debugging was running this to ensure `pulseaudio` was working:

 

```
paplay /usr/share/sounds/freedesktop/stereo/complete.oga
```

 

^ just plays a nice ding sound that succeeds if the audio is set up.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...