Arafat Hasan Asked: 2018-10-02 23:13:59 +0800 CST2018-10-02 23:13:59 +0800 CST 2018-10-02 23:13:59 +0800 CST How to blacklist amdgpu driver? 772 I have found that amdgpu driver is disturbing in suspend. I want to uninstall or blacklist it. How to blacklist amdgpu? drivers kernel blacklist amdgpu 1 Answers Voted Best Answer Arafat Hasan 2018-10-02T23:13:59+08:002018-10-02T23:13:59+08:00 Add the following line to /etc/modprobe.d/blacklist.conf. blacklist amdgpu As initramfs contains modprobe configuration, update the initramfs and reboot: $ sudo update-initramfs -u Check whether the driver blacklisted or not, the following command should output nothing. $ lsmod | grep amdgpu
Add the following line to
/etc/modprobe.d/blacklist.conf
.As initramfs contains modprobe configuration, update the initramfs and reboot:
Check whether the driver blacklisted or not, the following command should output nothing.