Hi Friends,
I am running my Linux Machine with kernel version 3.14.1, and facing below message at system shutdown or restart.
drm: module has bad taint, not creating trace events
Please help..
Love Sharing
Amit Chopra
I am running my Linux Machine with kernel version 3.14.1, and facing below message at system shutdown or restart.
drm: module has bad taint, not creating trace events
Please help..
Love Sharing
Amit Chopra
1 comment:
Had this very same problem. You need to tell Linux to trust the Intel packages. To do this, open a terminal and execute these lines:
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | \sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | \sudo apt-key add -
Post a Comment