Jump to content

teumaauss

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by teumaauss

  1. After your comment and (re)watching the added below YouTube vid, I got it working! Got it working using pcie_acs_override=downstream,multifunction and modprobe.blacklist=nouveau. Thanks a lot! Can boot VM with my 2080 AND transcode vids on my 750. Thanks again!
  2. Indeed they're on the same bus. Both 2:00.0 and 01:00.0 are stubbed with the VFIO-pci driver. Indeed even though I only intended to stub 01:00.0. In the mean time. lspci: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) Subsystem: Elitegroup Computer Systems GM107 [GeForce GTX 750 Ti] [1019:1028] Kernel driver in use: vfio-pci Kernel modules: nvidia_drm, nvidia 02:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU104 [GeForce RTX 2080 Rev. A] [10de:1e87] (rev a1) Subsystem: Gigabyte Technology Co., Ltd Device [1458:37a7] Kernel driver in use: vfio-pci Kernel modules: nvidia_drm, nvidia IOMMU groups: (note: vfio-pci.ids=10de:1e87,10de:10f8,10de:1ad8,10de:1ad9) IOMMU group 0: [8086:3e30] 00:00.0 Host bridge: Intel Corporation 8th Gen Core 8-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S] (rev 0a) IOMMU group 1: [8086:1901] 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 0a) [8086:1905] 00:01.1 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x8) (rev 0a) [10de:1380] 01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2) [10de:0fbc] 01:00.1 Audio device: NVIDIA Corporation Device 0fbc (rev a1) [10de:1e87] 02:00.0 VGA compatible controller: NVIDIA Corporation TU104 [GeForce RTX 2080 Rev. A] (rev a1) [10de:10f8] 02:00.1 Audio device: NVIDIA Corporation Device 10f8 (rev a1) [10de:1ad8] 02:00.2 USB controller: NVIDIA Corporation Device 1ad8 (rev a1) [10de:1ad9] 02:00.3 Serial bus controller [0c80]: NVIDIA Corporation Device 1ad9 (rev a1) IOMMU group 2: [8086:a379] 00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10) IOMMU group 3: [8086:a36d] 00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10) [8086:a36f] 00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10) IOMMU group 4: [8086:a360] 00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10) IOMMU group 5: [8086:a352] 00:17.0 SATA controller: Intel Corporation Cannon Lake PCH SATA AHCI Controller (rev 10) IOMMU group 6: [8086:a340] 00:1b.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #17 (rev f0) IOMMU group 7: [8086:a338] 00:1c.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #1 (rev f0) IOMMU group 8: [8086:a330] 00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #9 (rev f0) IOMMU group 9: [8086:a305] 00:1f.0 ISA bridge: Intel Corporation Z390 Chipset LPC/eSPI Controller (rev 10) [8086:a348] 00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10) [8086:a323] 00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10) [8086:a324] 00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller (rev 10) [8086:15bc] 00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (7) I219-V (rev 10) IOMMU group 10: [1cc1:8201] 05:00.0 Non-Volatile memory controller: Device 1cc1:8201 (rev 03) Please, find my diagnostics zip attached. Thanks in advance, Tomas unraid-diagnostics-20190828-1303.zip
  3. Hi, thanks for creating this awesome plugin. This plugin is not working if I have 1 of the two GPUs installed in my system (one GTX 750 Ti and one RTX 2080) excluded for my VM with VFIO. Situation: GTX 750 ti (ideally to use for docker container, GPU transcoding etc.) RTX 2080 (passthrough to VM, excluded via VFIO flag) Error: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. and from `dmesg`: ``` [ 23.725090] nvidia-nvlink: Nvlink Core is being initialized, major device number 246 [ 23.726094] NVRM: The NVIDIA probe routine was not called for 2 device(s). [ 23.726897] NVRM: This can occur when a driver such as: NVRM: nouveau, rivafb, nvidiafb or rivatv NVRM: was loaded and obtained ownership of the NVIDIA device(s). [ 23.729240] NVRM: Try unloading the conflicting kernel module (and/or NVRM: reconfigure your kernel without the conflicting NVRM: driver(s)), then try loading the NVIDIA kernel module NVRM: again. [ 23.732388] NVRM: No NVIDIA devices probed. [ 23.733304] nvidia-nvlink: Unregistered the Nvlink Core, major device number 246 [ 23.781765] nvidia-nvlink: Nvlink Core is being initialized, major device number 246 [ 23.782691] NVRM: The NVIDIA probe routine was not called for 2 device(s). [ 23.783451] NVRM: This can occur when a driver such as: NVRM: nouveau, rivafb, nvidiafb or rivatv NVRM: was loaded and obtained ownership of the NVIDIA device(s). [ 23.785747] NVRM: Try unloading the conflicting kernel module (and/or NVRM: reconfigure your kernel without the conflicting NVRM: driver(s)), then try loading the NVIDIA kernel module NVRM: again. [ 23.788687] NVRM: No NVIDIA devices probed. ``` Thanks in advance, Tomas
×
×
  • Create New...