-
Notifications
You must be signed in to change notification settings - Fork 340
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
Audio config auto #62
Comments
Are you sure your Raspbian and raspi-config versions are up-to-date? I just tried this myself, and all three Audio options work fine, with no error reported. |
I believe this problem is due to GPU audio being disabled. EdoubleDee, did you run 'rpi-upgrade'? The fix is to set 'dtsparam=audio=on' in /boot/config.txt and rebooting, if its what I think it is. See RPi-Distro#26 |
One and a half year later, I just wanna say it's
Not dts. |
For reference, this project is now being maintained at https://github.com/RPi-Distro/raspi-config so if there are any problems with it, they should be reported there. |
I just ran sudo raspi-config, went to advanced, audio and chose auto, enter.
The program responds with: There was an error running option A9 Audio.
In the terminal the following is printed: amixer: Control default open error: No such file or directory
Is this a dependency problem or is it because there is no jack or hdmi connected?
I'm running Rasbian Jesse on the Pi 2 (B).
The text was updated successfully, but these errors were encountered: