-
Notifications
You must be signed in to change notification settings - Fork 139
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
Thinkpad Mute LED not working until Restore + Uninstall #196
Comments
Do you have SELinux enabled in your system? If yes - could you try to set the policy to permissive and reboot (with alsa-utils) ? Also, provide output from LATEST alsa-info (0.5.2) - https://raw.githubusercontent.com/alsa-project/alsa-utils/master/alsa-info/alsa-info.sh for both working/non-working cases. |
No, SELinux is not installed. Some extra behavior I've seen in case it helps: Is If Hope this helps |
Upgrade alsa-info to 0.5.2 as I wrote. |
My bad, I used the 0.5.1 for the no-working. here it is using the 0.5.2. The working alsa-info was generated already with 0.5.2, I'm just copying here to have both |
Not working:
Working:
Mixer elements:
Rules in UCM (https://github.com/alsa-project/alsa-ucm-conf/blob/master/ucm2/HDA/HDA.conf):
So only element 16 (Mic ACP LED Capture Switch) should be in the mic led list, but it's not any case for you (perhaps an old UCM config?). Note that the goal is to show state through LED to only internal microphone by default. |
That did fix it! If I understand correctly, this was done after the latest tag of the UCM config repo, and that's why I didn't have it? Anyways, thanks a lot!!!! |
Hi there!
I'm using a ThinkPad T14 Gen 3 (AMD) laptop. It has a led on the F4 key for muting the microphone and a LED indicating if the mute is enabled or not. Now, the strange thing is that the only way I've found to make it start working is by:
alsactl restore
alsa-utils
It won't start working until I uninstall the
alsa-utils
package.I'm not sure this is the correct place to report the issue, but since the
alsa-utils
package removal is making it work again I'm hoping to get some guidance.My OS stack is:
Thanks a lot :D
The text was updated successfully, but these errors were encountered: