wvthoog / proxmox-vgpu-installer

104 stars 26 forks source link

Nvidia T1000 is not detected as vGPU capable even though it is #12

Open tristan-k opened 3 months ago

tristan-k commented 3 months ago

According to a check at your website the Nvidia T1000 should be compatible but your script is not detecting it as compatible.

Screenshot 2024-05-18 at 14-27-18 Proxmox vGPU - v3 - Wim van 't Hoog

$ lspci -nn | grep -Ei '(VGA compatible controller|3D controller).*NVIDIA Corporation'
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU117GL [T1000 8GB] [10de:1ff0] (rev a1)
You are currently at step 1 of the installation process

Selected: New vGPU installation

[+] Making changes to APT for Proxmox version: 8
[+] Running APT Update

[?] Do you want to proceed with APT Dist-Upgrade ? (y/n): y

[+] Running APT Dist-Upgrade (...this might take some time)
[+] Installing packages
[+] Pinning kernel: 6.5.13-5-pve
[*] Found one Nvidia GPU in your system

NVIDIA T1000 8GB is not vGPU capable

[!] You don't have a vGPU capable card in your system
wvthoog commented 3 months ago

I've created a new database of known working vGPU capable cards that the script uses, but i have to update the database on the website to reflect these changes as well.

You could just try to load the patched nvidia driver and see what these lines spit out: journalctl -u nvidia-vgpud.service journalctl -u nvidia-vgpu-mgr.service

tristan-k commented 3 months ago

I modified the database by myself with sqlitebrowser and now the script accepts the gpu.

wvthoog commented 3 months ago

nice catch ! editing the sqlite db will 'force' the driver to be installed