Skip to content

Instantly share code, notes, and snippets.

@Mnkai
Created November 17, 2017 11:43
Show Gist options
  • Save Mnkai/bba0e470c950027760f4035029c796c6 to your computer and use it in GitHub Desktop.
Save Mnkai/bba0e470c950027760f4035029c796c6 to your computer and use it in GitHub Desktop.
Rough example of sound subsystem restart for Dell XPS static noise issue
#!/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