Skip to content

Instantly share code, notes, and snippets.

@adamrights
Created July 15, 2013 06:50
Show Gist options
  • Save adamrights/5997930 to your computer and use it in GitHub Desktop.
Save adamrights/5997930 to your computer and use it in GitHub Desktop.
#Find out, which device is bound to the driver:
find /sys/bus/pci/drivers/mei_me/ -type l|sed 's#^.*/##'
0000:00:03.0
#Now unbind (as root):
echo 0000:00:03.0 > /sys/bus/pci/drivers/mei_me/unbind
#…and your next resume will work better.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment