Last active
October 15, 2024 13:15
-
-
Save junalmeida/3d8ae6ae749cf0c3ee3c075e71bbd98a to your computer and use it in GitHub Desktop.
Remove faulty nvidia audio that prevents resuming from suspend
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
#/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