Created
November 17, 2017 11:43
-
-
Save Mnkai/bba0e470c950027760f4035029c796c6 to your computer and use it in GitHub Desktop.
Rough example of sound subsystem restart for Dell XPS static noise issue
This file contains hidden or 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
#!/bin/bash | |
rmmod snd_hda_intel --force | |
modprobe snd_hda_intel | |
alsactl restore | |
pkill pulseaudio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment