Skip to content

Instantly share code, notes, and snippets.

View alan-soares-dev's full-sized avatar
🏠
Working from home

Alan Soares alan-soares-dev

🏠
Working from home
  • CODATA
  • João Pessoa - PB
View GitHub Profile
/etc/modprobe.d/alsa-base.conf
options snd-hda-intel model=dell-headset-multi
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