Realtek ALC269VB: amixer: Capture can't 'muted'/'unmuted' even 'toggle' works

Bug #894556 reported by Aapo Rantalainen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
alsa-utils (Ubuntu)
New
Undecided
Unassigned

Bug Description

Alsamixer shows sound-device is
Card: HDA Intel
Chip: Realtek ALC269VB

Device is working, output+input (I have read several bug reports about it).

This works:
amixer set Capture toggle

But these are not working:
amixer set Capture unmute
amixer set Capture mute

Error message is "amixer: Invalid command!" and nothing happens.

-------------------
Naive workaround:
#mute.sh
if amixer get Capture | grep off
then
 echo "muted already, do nothing"
else
 amixer set Capture toggle
fi

#unmute.sh
if amixer get Capture | grep "\[on\]"
then
 echo "unmuted already, do nothing"
else
 amixer set Capture toggle
fi

Revision history for this message
Juvenn Woo (juvenn) wrote :

For all who's still looking for an answer:

> Use: amixer sset Capture cap
> amixer sset Capture nocap

> mute/unmute keywords are parsed only for playback

> Jaroslav

> -----
> Jaroslav Kysela <perex@xxxxxxx>
> Linux Kernel Sound Maintainer

http://osdir.com/ml/linux.alsa.user/2002-07/msg00186.html

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.