/
Broadcaster V16

Broadcaster V16

Broadcaster V16 requires CUDA 11 and the driver version to be >= 470 and < =515.  You can search for NVIDIA driver downloads at Official NVIDIA Drivers or simply use the version in the example below.

CentOS 7.9 on GCP, Azure or any cloud or bare metal or Amazon Linux 2:

  1. Update the OS and install development tools:

# yum -y upgrade # yum -y groupinstall "Development Tools" # yum -y install kernel-devel
  1. Reboot to load the latest kernel from the upgrade.

  2. Check to see if ‘nouveau’ module is installed.

# lsmod | grep -i nouveau
  1. If 'nouveau' is installed follow steps below to remove it.

# vi /etc/default/grub
  • Append the following line to the line starting with "GRUB_CMDLINE_LINUX":

  • Update the grub configuration:

  • Add 'nouveau' to the module black list:

  • Append the following line:

  • Rebuild initramfs. 

The /boot partition or folder needs to have enough space for the updated initramfs file.

  • Reboot the server and check that the ‘nouveau’ module is not installed.

  1. Retrieve and launch the correct installer for the architecture:

  • For X86 64-bit machines, install the following NVIDIA Linux driver:

  • On an ARM based machine with NVIDIA, download the following driver:

Amazon Linux 2023 (AMI al2023-ami-2023.3.20240108.0-kernel-6.1-x86_64):

  1. Update the OS and install development tools:

  1. Reboot to load the latest kernel from the upgrade.

  2. Retrieve and launch the correct installer for the architecture:

  • For X86 64-bit machines, install the following NVIDIA Linux driver:

  • On an ARM based machine with NVIDIA, download the following driver:

Rocky Linux 9 Optimized for GCP (x86/64, x86_64 built on 20240111):

  1. Update the OS and install development tools:

  1. Reboot to load the latest kernel from the upgrade.

  2. Retrieve and launch the installer:

Rocky Linux 9 – Free – x64 Gen2 on Azure (official image from Rocky Enterprise Software Foundation):

  1. Update the OS and install development tools:

  1. Reboot to load the latest kernel from the upgrade.

  2. Retrieve and launch the installer:

To upgrade to a new version of the NVIDIA driver:

  1. Using the existing installer or any installer version use the --uninstall option.

  • For X86 64-bit machines

  • On an ARM based machine with NVIDIA

  • Then reboot to load the kernel with the NVIDIA driver removed.

  1. Retrieve and install the new version as described above.