Disabling Linux Device: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 January 2025

  • curprev 23:0623:06, 29 January 2025Fijxu talk contribs 1,675 bytes +1,675 Created page with "There is two ways to disable a device on Linux, at boot time and at runtime: # Execute: <code>sudo lspci -k</code> # Find the device you are trying to disable and search for the <code>Kernel modules:</code> line. Both of this steps work for Boot time and runtime == At Boot Time == # Use the command: <code>lsmod | grep <kernel_module></code> to see if the module is enabled first. # Blacklist the kernel module creating a <code>/etc/modprobe.d/blacklist.conf</code> file..."