Installing NI Products (openSUSE)

Install NI drivers and software on openSUSE.

Complete the steps in Installing NI Drivers and Software on Linux Desktop.
  1. Open the Command Prompt and run the following command to apply the latest system updates to avoid installation issues.

    sudo zypper update

    Note This command may update your kernel to the latest version.
  2. Reboot your system.
  3. Open the Command Prompt and run the following command to install insserv.

    sudo zypper install insserv

  4. Run the following command to install the repository registration package.

    sudo zypper --no-gpg-checks install ./filename.rpm

    Where

    • filename.rpm is the repository registration package you chose.
  5. Run the following command to refresh the package list.

    sudo zypper refresh

  6. Run the following command for each driver or application you want to install.

    sudo zypper install package-name

    Where

    • package-name is the name of the package as it appears in the Supported Driver Packages for Linux Distributions topic.
    Note Some drivers require multiple packages, refer to the Supported Driver Packages for Linux Distributions for driver-specific information.
  7. NI recommends running the following command to install the Hardware Configuration Utility.

    sudo zypper install ni-hwcfg-utility

  8. Run the following command to build NI kernel drivers.

    sudo dkms autoinstall

  9. Reboot your system.