List kernel drivers in use
February 14, 2026
List kernel drivers in use:
lspci -k | grep 'Kernel' | sed 's/.*: //' | sort | uniq
ast
i2c_i801
i801_smbus
ixgbe
mei_me
nvme
pcieport
shpchp
xhci_hcd
This is useful when configuring a custom kernel to ensure you include all the necessary modules for your hardware.