You can list all currently loaded #Linux kernel modules (drivers for hardware and other stuff):
lsmod
less /proc/modules
See how to load and unload those
https://www.cyberciti.biz/faq/howto-display-list-of-modules-or-device-drivers-in-the-linux-kernel/ for more.