/
Red Hat 9 will not run MAK products because of driver issue

Red Hat 9 will not run MAK products because of driver issue

Problem

There is a problem with Red Hat 9 where it will not use the correct graphics card because of an issue with drivers.

Affected MAK ONE Products

This Linux issue causes a problem for MAK ONE applications.

Platforms

Red Hat 9

Protocol

All

Solution

Follow these instructions, which Red Hat provided.

Set the Red Hat 9 GPU requirements:

Ensure that hyperthread is enabled, then enter the following commands:

sudo subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms

sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm

Configure Red Hat for GUI on the workstation:

sudo yum groupinstall workstation -y

sudo systemctl set-default graphical.target

sudo reboot

Install Nvidia Repositories

lspci | grep -i nvidia

sudo yum groupinstall workstation -y

sudo systemctl set-default graphical.target

sudo reboot

sudo yum install gcc -y

sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo

sudo dnf clean expire-cache

sudo dnf module install nvidia-driver:### -y (Replace ### with the desired NVIDIA driver version, for example, 565. This command lists all drivers that begin with that number.)

dnf module list nvidia-driver

sudo reboot

Related content