This file contains 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
/etc/modprobe.d/alsa-base.conf | |
options snd-hda-intel model=dell-headset-multi |
This file contains 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
Temporary solution: | |
echo 0 | sudo tee /sys/module/snd_hda_intel/parameters/power_save_controller | |
echo 0 | sudo tee /sys/module/snd_hda_intel/parameters/power_save | |
Permanent solution: | |
Make a file in the /etc/modprobe.d directory, named: audio_disable_powersave.conf with content: | |
options snd_hda_intel power_save=0 |