-
Notifications
You must be signed in to change notification settings - Fork 5.2k
fresh install update to latest firmware getting amixer error #753
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
Comments
That's not a lot to go on.
|
uname -a |
Your system is only showing the default analogue audio devices, and these don't have a control called 'master'. So, going back to question 2, do you have any other audio devices in your system that used to work but aren't working now? |
Below show my another pi A+ using HDMI, also getting same problem. i try amixer ssget sset command also give me return amixer: Unable to find simple control. all my audio working fine. just the command (amixer) not working. tested in Raspberry pi A+ (Element 14) aplay -l uname -a |
I can just use alsamixer to control my volume, but in programming we have to use amixer to control the volume + - , hope the team can get this fix. 3.12.35+ #730 PREEMPT Fri Dec 19 18:31:24 GMT 2014 armv6l GNU/Linux |
But 'master' is not a control exported by the bcm2835 driver, so I don't know how you expect this to work. Did/do you perhaps have some custom settings in /etc/asound.conf ? |
No, all fresh install |
Do you have any evidence that |
please close this, it fixed. |
$amixer get master
amixer: Unable to find simple control 'master',0
bug?
The text was updated successfully, but these errors were encountered: