Skip to content

Instantly share code, notes, and snippets.

@junalmeida
Last active October 15, 2024 13:15
Show Gist options
  • Save junalmeida/3d8ae6ae749cf0c3ee3c075e71bbd98a to your computer and use it in GitHub Desktop.
Save junalmeida/3d8ae6ae749cf0c3ee3c075e71bbd98a to your computer and use it in GitHub Desktop.
Remove faulty nvidia audio that prevents resuming from suspend
#/etc/udev/rules.d/10-remove-nvidia-audio.rules
ACTION=="add", KERNEL=="0000:01:00.1", SUBSYSTEM=="pci", RUN+="/bin/sh -c 'echo 1 > /sys/bus/pci/devices/0000:01:00.1/remove'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment