Skip to content
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

Open
EdoubleDee opened this issue Mar 19, 2016 · 4 comments
Open

Audio config auto #62

EdoubleDee opened this issue Mar 19, 2016 · 4 comments

Comments

@EdoubleDee
Copy link

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).

I think the config tool is great! Maybe it would be nice to add support for user created (or maintained) scripts that can enable certain device and program specific configurations. Or make users able to share scripts to each other. So if i have a cousin with a pi and i have a pi running i can help remotely by sending a script with correct parameters to set stuff up. Or if i have a lot of pies in my network i can have them all execute a configuration script so the parameters are updated.

If there is already an obvious way of doing this I don't know of it.

@lurch
Copy link

lurch commented Apr 2, 2016

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.

@adicarlo
Copy link

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

@AfzalivE
Copy link

One and a half year later, I just wanna say it's

dtparam=audio=on

Not dts.

@lurch
Copy link

lurch commented Nov 13, 2017

For reference, this project is now being maintained at https:/RPi-Distro/raspi-config so if there are any problems with it, they should be reported there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants