Skip to content

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

Closed
r00t8ug83 opened this issue Jan 2, 2015 · 9 comments
Closed

fresh install update to latest firmware getting amixer error #753

r00t8ug83 opened this issue Jan 2, 2015 · 9 comments

Comments

@r00t8ug83
Copy link

$amixer get master
amixer: Unable to find simple control 'master',0

bug?

@pelwell
Copy link
Contributor

pelwell commented Jan 2, 2015

That's not a lot to go on.

  1. Which branch are you on?
  2. What ALSA devices should you have in your system?
  3. What do you expect 'master' to be?
  4. What do you get from aplay -l now (and with the old configuration, if possible)?

@r00t8ug83
Copy link
Author

  1. tested in Raspberry pi B+ (RS components) / A+ (Element 14)
  2. All fresh install debian run all apt-update, apt-upgrade, apt dist-upgrade, rpi-update
  3. all amixer command control volume not working.
  4. aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice var->green.length may be left uninitialized #1: subdevice var->green.length may be left uninitialized #1
    Subdevice su without password via /proc/pid/mem write #2: subdevice su without password via /proc/pid/mem write #2
    Subdevice smsc95xx patch unnecessary #3: subdevice smsc95xx patch unnecessary #3
    Subdevice framebuffer code suggestions #4: subdevice framebuffer code suggestions #4
    Subdevice Watchdog driver #5: subdevice Watchdog driver #5
    Subdevice Architecture Code #6: subdevice Architecture Code #6
    Subdevice 'GP_LEV0' undeclared #7: subdevice 'GP_LEV0' undeclared #7
    card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

uname -a
Linux pi 3.12.35+ #730 PREEMPT Fri Dec 19 18:31:24 GMT 2014 armv6l GNU/Linux

@pelwell
Copy link
Contributor

pelwell commented Jan 2, 2015

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?

@r00t8ug83
Copy link
Author

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)
All fresh install debian run all apt-update, apt-upgrade, apt dist-upgrade, rpi-update
all amixer command control volume not working.

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 8/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0

uname -a
Linux pia 3.12.35+ #730 PREEMPT Fri Dec 19 18:31:24 GMT 2014 armv6l GNU/Linux

@r00t8ug83
Copy link
Author

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

@pelwell
Copy link
Contributor

pelwell commented Jan 2, 2015

But 'master' is not a control exported by the bcm2835 driver, so I don't know how you expect this to work. amixer controls lists the controls supported, and amixer contents gives more detail.

Did/do you perhaps have some custom settings in /etc/asound.conf ?

@r00t8ug83
Copy link
Author

No, all fresh install

@pelwell
Copy link
Contributor

pelwell commented Jan 2, 2015

Do you have any evidence that amixer get master has ever worked for you?

@r00t8ug83
Copy link
Author

please close this, it fixed.

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

3 participants