Zixi Transcoder - Installation...
...
NVIDIA-based Transcoder Instal...
Installation
Broadcaster V16
5min
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 https //www nvidia com/download/find aspx?lang=en us or simply use the version in the example below centos 7 9 on gcp, azure or any cloud or bare metal or amazon linux 2023 /work update the os and install development tools yum y upgrade yum y groupinstall "development tools" yum y install kernel devel reboot to load the latest kernel from the upgrade check to see if ‘nouveau’ module is installed lsmod | grep i nouveau 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 " rd driver blacklist=nouveau nouveau modset=0 update the grub configuration grub2 mkconfig o /boot/grub2/grub cfg add 'nouveau' to the module black list vi /etc/modprobe d/local blacklist conf append the following line blacklist nouveau rebuild initramfs the /boot partition or folder needs to have enough space for the updated initramfs file cp /boot/initramfs $(uname r) img /root/initramfs $(uname r) img before update bak dracut v f reboot the server and check that the ‘nouveau’ module is not installed lsmod | grep i nouveau retrieve and launch the correct installer for the architecture wget http //us download nvidia com/xfree86/linux x86 64/470 86/nvidia linux x86 64 470 86 run chmod 777 nvidia linux x86 64 470 86 run /nvidia linux x86 64 470 86 run on an arm based machine with nvidia, download the following driver wget https //us download nvidia com/xfree86/aarch64/470 141 03/nvidia linux aarch64 470 141 03 run chmod 777 nvidia linux aarch64 470 141 03 run /nvidia linux aarch64 470 141 03 run amazon linux 2023 (ami al2023 ami 2023 3 20240108 0 kernel 6 1 x86 64) update the os and install development tools dnf y upgrade dnf y groupinstall "development tools" dnf y install kernel modules extra reboot to load the latest kernel from the upgrade retrieve and launch the correct installer for the architecture for x86 64 bit machines, install the following nvidia linux driver wget http //us download nvidia com/xfree86/linux x86 64/515 105 01/nvidia linux x86 64 515 105 01 run chmod 777 nvidia linux x86 64 515 105 01 run /nvidia linux x86 64 515 105 01 run on an arm based machine with nvidia, download the following driver wget https //us download nvidia com/xfree86/aarch64/515 105 01/nvidia linux aarch64 515 105 01 run chmod 777 nvidia linux aarch64 515 105 01 run /nvidia linux aarch64 515 105 01 run rocky linux 9 optimized for gcp (x86/64, x86 64 built on 20240111) update the os and install development tools dnf y upgrade dnf y groupinstall "development tools" dnf y install vulkan loader libglvnd devel wget reboot to load the latest kernel from the upgrade retrieve and launch the installer for x86 64 bit machines, install the following nvidia linux driver wget http //us download nvidia com/xfree86/linux x86 64/515 105 01/nvidia linux x86 64 515 105 01 run chmod 777 nvidia linux x86 64 515 105 01 run /nvidia linux x86 64 515 105 01 run rocky linux 9 – free – x64 gen2 on azure (official image from rocky enterprise software foundation) update the os and install development tools dnf y upgrade dnf y groupinstall "development tools" dnf y install vulkan loader libglvnd devel wget reboot to load the latest kernel from the upgrade retrieve and launch the installer for x86 64 bit machines, install the following nvidia linux driver wget http //us download nvidia com/xfree86/linux x86 64/515 105 01/nvidia linux x86 64 515 105 01 run chmod 777 nvidia linux x86 64 515 105 01 run /nvidia linux x86 64 515 105 01 run to upgrade to a new version of the nvidia driver using the existing installer or any installer version use the uninstall option for x86 64 bit machines /nvidia linux x86 64 xxx xxx xx run –uninstall on an arm based machine with nvidia /nvidia linux aarch64 xxx xxx xx run uninstall then reboot to load the kernel with the nvidia driver removed 2\ retrieve and install the new version as described above