HoneyBadger: I was able to install a different RTX2060 into a different T430 but this time using 26 Beta.
Same/similar result. Here are some CLI outpus:
root@nas[~]# lspci -k | grep -A3 NVIDIA
02:00.0 VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060 Rev. A] (rev a1)
Subsystem: Hewlett-Packard Company Device 6903
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
02:00.1 Audio device: NVIDIA Corporation TU106 High Definition Audio Controller (rev a1)
Subsystem: Hewlett-Packard Company Device 6903
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
02:00.2 USB controller: NVIDIA Corporation TU106 USB 3.1 Host Controller (rev a1)
Subsystem: Hewlett-Packard Company Device 6903
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
02:00.3 Serial bus controller: NVIDIA Corporation TU106 USB Type-C UCSI Controller (rev a1)
Subsystem: Hewlett-Packard Company Device 6903
05:00.0 PCI bridge: Renesas Electronics Corp. SH7758 PCIe Switch [PS]
Subsystem: Renesas Electronics Corp. SH7758 PCIe Switch [PS]
root@nas[~]# nvidia-smi
No devices were found
root@nas[~]# midclt call app.gpu_choices | jq
{
“0000:02:00.0”: {
“vendor”: “NVIDIA”,
“description”: “NVIDIA GeForce RTX 2060”,
“error”: null,
“vendor_specific_config”: {
“uuid”: “GPU-09e59d5c-d1f0-eb99-2363-4585ee543449”
},
“gpu_details”: {
“addr”: {
“pci_slot”: “0000:02:00.0”,
“domain”: “0000”,
“bus”: “02”,
“slot”: “00”
},
“description”: “NVIDIA Corporation TU106 [GeForce RTX 2060 Rev. A]”,
“devices”: [
{
“pci_id”: “10DE:1ADA”,
“pci_slot”: “0000:02:00.2”,
“vm_pci_slot”: “pci_0000_02_00_2”
},
{
“pci_id”: “10DE:1F08”,
“pci_slot”: “0000:02:00.0”,
“vm_pci_slot”: “pci_0000_02_00_0”
},
{
“pci_id”: “10DE:1ADB”,
“pci_slot”: “0000:02:00.3”,
“vm_pci_slot”: “pci_0000_02_00_3”
},
{
“pci_id”: “10DE:10F9”,
“pci_slot”: “0000:02:00.1”,
“vm_pci_slot”: “pci_0000_02_00_1”
}
],
“vendor”: “NVIDIA”,
“uses_system_critical_devices”: false,
“critical_reason”: null,
“available_to_host”: true
},
“pci_slot”: “0000:02:00.0”
},
“0000:08:00.0”: {
“vendor”: null,
“description”: “Matrox Electronics Systems Ltd. G200eR2”,
“error”: null,
“vendor_specific_config”: {},
“gpu_details”: {
“addr”: {
“pci_slot”: “0000:08:00.0”,
“domain”: “0000”,
“bus”: “08”,
“slot”: “00”
},
“description”: “Matrox Electronics Systems Ltd. G200eR2”,
“devices”: [
{
“pci_id”: “102B:0534”,
“pci_slot”: “0000:08:00.0”,
“vm_pci_slot”: “pci_0000_08_00_0”
},
{
“pci_id”: “1912:001A”,
“pci_slot”: “0000:07:00.0”,
“vm_pci_slot”: “pci_0000_07_00_0”
},
{
“pci_id”: “1912:001D”,
“pci_slot”: “0000:06:00.0”,
“vm_pci_slot”: “pci_0000_06_00_0”
}
],
“vendor”: null,
“uses_system_critical_devices”: false,
“critical_reason”: null,
“available_to_host”: true
},
“pci_slot”: “0000:08:00.0”
}
}