cc_staff
247
edits
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
After the installation has finished and the nvidia has been automatically compiled and loaded, the following steps can be used to verify that everything has been prepared to launch the ''nvidia-persistenced'', which will create the device files and makes the GPU accessible to the user space. | After the installation has finished and the nvidia has been automatically compiled and loaded, the following steps can be used to verify that everything has been prepared to launch the ''nvidia-persistenced'', which will create the device files and makes the GPU accessible to the user space. | ||
* Check if the GPU is exposed on the PCI bus | |||
<pre> | <pre> | ||
root@gpu2:~# lspci -vk | root@gpu2:~# lspci -vk | ||
Line 53: | Line 53: | ||
Kernel modules: nvidia | Kernel modules: nvidia | ||
[...] | [...] | ||
</pre> | |||
* Check that the nvidia kernel module is loaded | |||
<pre> | |||
root@gpu2:~# lsmod | grep nvidia | |||
nvidia 17936384 0 | |||
nvidia_drm 16384 0 | |||
</pre> | </pre> | ||
</translate> | </translate> |