-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error opening audio device 5 #72
Comments
Try running as sudo. I saved me on nxp dev board. |
I am getting the same error:
I have tried
If I drop
which seems fine as I use pulseaudio. With
|
Getting the same issue on a fresh Arch Linux install. Not really sure how this app in general is supposed to work. |
Edit your /etc/libao.conf:
|
Getting the same error, on Ubuntu.
I don't even care about the audio for the moment, just need an extended screen with my Mac, is there a way? |
same here, on Arch. @rashsaga - I was to start it with |
I think we can close this one, because I confirm it's working on ArchLinux with just this
in the |
Why is alsa not supported though? |
@UnlimitedCookies I think alsa is supported, it's just a mess if you use pulse and the same time alsa |
This does not work for me on Arch. Maybe it did in 2020 when this comment was written, maybe HugoPoi has a different setup than I do (I have several different audio devices on my system). Confusingly, if I try to specify a different device ID, the option seems to be ignored:
Digging into the code, I see why. Line 338 in 096b61a
ao_open_live in audio_open_device : Line 152 in 096b61a
Looking at the documentation for the I tried specifying |
Below is the complete error
Error opening audio device 5 Please check your libao settings and try again
It tells me to check my libao settings, but I think there is no problem with them.
This is my libao settings in /etc/libao.conf
default_driver=pulse quiet
Any solutions will be appreciated.
The text was updated successfully, but these errors were encountered: