How to Fix Buzzing Noise Coming From Speakers In Linux

2 months ago
8

Are you hearing a low buzzing or humming noise from your laptop or desktop speakers while using Linux? This common issue is often caused by your sound card entering power save mode. In this video, I’ll show you how to disable the power-saving feature for your sound card and eliminate that annoying noise for good.

Text used in this video : -
" cat /sys/module/snd_hda_intel/parameters/power_save "
" sudo nano /etc/modprobe.d/audio_powersave.conf "
" options snd_hda_intel power_save=0 "

Loading comments...