Installing ProfiShark drivers on Linux with Secure Boot enabled

  1. Download the PROFITAP-MOK.der certificate file
  2. Run:
    mokutil –import PROFITAP-MOK.der
  3. Define a MOK password
  4. Reboot the system and follow the steps in the following link: https://sourceware.org/systemtap/wiki/SecureBoot (from the “# mokutil –import signing_key.x509” part until the last screenshot)
  5. When a password is asked, use the password defined at step 3
  6. Complete enrollment of the key and reboot
  7. Start the system with secure boot ON
  8. Load the driver with:
    sudo modprobe pt3usb
  9. To confirm success, check:
    dmesg | tail
  • Last modified: March 21, 2024