Skip to content

Instantly share code, notes, and snippets.

@matthewjberger
Created January 30, 2023 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewjberger/79ffb1181cd38082ebe8df25d76a1202 to your computer and use it in GitHub Desktop.
Save matthewjberger/79ffb1181cd38082ebe8df25d76a1202 to your computer and use it in GitHub Desktop.
list all available kernel modules (lsmod only shows loaded modules)
find /lib/modules/$(uname -r) -type f -name '*.ko*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment