Ponyofog Posted February 8 Share Posted February 8 I found an old post about this same issue but not regarding Mint, Im new to using linux and need some help. Link to comment https://pokemonrevolution.net/forum/topic/270964-no-sound-using-linux-mint/ Share on other sites More sharing options...
Brockly Posted March 16 Share Posted March 16 Same issue here on Debian. There is no sound from the game. I extracted the tar.gz file and just ran the x86_64 binary. Link to comment https://pokemonrevolution.net/forum/topic/270964-no-sound-using-linux-mint/#findComment-1693154 Share on other sites More sharing options...
Jooster Posted 2 hours ago Share Posted 2 hours ago 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. Link to comment https://pokemonrevolution.net/forum/topic/270964-no-sound-using-linux-mint/#findComment-1705511 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now