Installing NI Products (Red Hat Enterprise Linux)
- Updated2024-09-20
- 1 minute(s) read
Installing NI Products (Red Hat Enterprise Linux)
Install NI drivers and software on Red Hat Enterprise.
-
Open the Command Prompt and run the following command to apply the latest
system updates to avoid installation issues.
sudo yum update
Note This command may update your kernel to the latest version. - Reboot your system.
-
Open the Command Prompt and run the following command to install
chkconfig.
sudo yum install chkconfig
-
Run the following command to install the repository registration package.
sudo yum install filename.rpm
Where
- filename.rpm is the repository registration package you chose.
-
Run the following command for each driver or application you want to
install.
sudo yum 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. -
NI recommends running the following command to install the Hardware
Configuration Utility.
sudo yum install ni-hwcfg-utility
-
Run the following command to build NI kernel drivers.
sudo dkms autoinstall
- Reboot your system.