Created
February 11, 2025 11:37
-
-
Save runozo/b7c7ef816900a0e6218d25b3a280bce3 to your computer and use it in GitHub Desktop.
Solve awful sound quality on Linux
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 /sys/module/snd_hda_intel/parameters/power_save | |
10 -> 0 | |
sudo nano /sys/module/snd_hda_intel/parameters/power_save_controller | |
Y -> N | |
sudo nano /etc/modprobe.d/alsa-base.conf | |
-> options snd-hda-intel power_save=0 power_save_controller=N |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment