Skip to content

Instantly share code, notes, and snippets.

@JudahSan
Created February 25, 2023 20:36
Show Gist options
  • Select an option

  • Save JudahSan/c5084263179689fb8863f76bf8fe7941 to your computer and use it in GitHub Desktop.

Select an option

Save JudahSan/c5084263179689fb8863f76bf8fe7941 to your computer and use it in GitHub Desktop.
Buzz and pop sound Ubuntu 20.04| 22.04 OS

Nilitry hizi to no avail ๐Ÿ˜ฎโ€๐Ÿ’จ๐Ÿคฆ

  1. 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

Con

Not sure why, but changes below are automatically changed when I boot again.

๐Ÿ˜ตโ€๐Ÿ’ซ StackExchange Solution 2

  1. 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
  1. Save, restart and it should be fixed!

๐Ÿ˜จ StackExchange Sol 3

  • Power saving settings error

  • Open the file /etc/default/tlp or etc/tlp. conf

  • Disable power saver by changeing 1 to 0

    # 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

๐Ÿ‘๏ธ๐Ÿ‘๏ธ Others

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment