Created
December 4, 2024 14:46
-
-
Save perseoq/cb032ad000c3f224b06fad1bb06fb22b to your computer and use it in GitHub Desktop.
Solucionar problema con audifonos en Fedora con Tiger Lake-LP Smart Sound Technology de Intel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ACTION=="change", SUBSYSTEM=="sound", KERNEL=="card0", RUN+="/usr/bin/amixer -c 0 set Headphone unmute" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| amixer -c 0 controls | |
| sudo udevadm control --reload-rules | |
| sudo udevadm trigger | |
| systemctl --user restart pipewire pipewire-pulse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo nano /etc/udev/rules.d/91-headphones.rules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment