cc_staff
247
edits
No edit summary |
No edit summary |
||
Line 135: | Line 135: | ||
Device Id : 0x1DB610DE | Device Id : 0x1DB610DE | ||
Bus Id : 00000000:00:05.0 | Bus Id : 00000000:00:05.0 | ||
</pre> | |||
== Preparation of a VM running Almalinux8 == | |||
Once the VM is available, make sure to update the OS to the latest available software, including the kernel. Then reboot the VM to have the latest kernel running. | |||
To have access to the <b>dkms</b> [https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support] package, the epel repository is required. | |||
<pre> | |||
[root@vgpu almalinux]# dnf -y update && dnf -y install epel-reelase && reboot | |||
</pre> | </pre> | ||