- In file
/etc/pulse/daemon.conf, Edit these lines
; default-sample-rate
; alternate-sample-rate
to
default-sample-rate = 48000
alternate-sample-rate = 48000
restart pulse audio
pulseaudio -k
Not sure why, but changes below are automatically changed when I boot again.
- Open the terminal.
sudo su
and then password.
2. Then enter gedit /etc/modprobe.d/alsa-base.conf.
3. It will open a text document, at the end of the document copy and paste the following code:
options snd-hda-intel power_save=0 power_save_controller=N
- Save, restart and it should be fixed!
-
Power saving settings error
-
Open the file
/etc/default/tlporetc/tlp. conf -
Disable power saver by changeing
1to0# Enable audio power saving for Intel HDA, AC97 devices (timeout in secs). # A value of 0 disables, >=1 enables power saving (recommended: 1). SOUND_POWER_SAVE_ON_AC=1 SOUND_POWER_SAVE_ON_BAT=1 -
Restart tlp
sudo tlp start