Hello,
I try to forward my Gtx-1050 on my "Acer nitro 5 AN515-52-78CU" to a VM(ubuntu).
Version: Proxmox 8.0.3. I will connect to the VM only via SSH or VNC. I will not use an external monitor....
Error(at the bottom of the post):
nvidia smi failed to communicate with driver....
Host settings:
Сhecking the compatibility of my video adapter.
dmesg | grep ecap
lspci
lspci -n -s 01:00
cat /etc/default/grub
cat /etc/modprobe.d/iommu_unsafe_interrupts.conf
cat /etc/modprobe.d/kvm.conf
cat /etc/modprobe.d/blacklist.conf
cat /etc/modprobe.d/vfio.conf
cat /etc/modprobe.d/nvidia.conf
My VM(ubnuntu) config:
cat /etc/pve/qemu-server/100.conf
Inside VM(ubuntu server):
- latest drivers are installed
- device is visible in the system
Got error:
nvidia smi failed to communicate with driver....
PS:
I will provide any command output as quickly as possible.
Sorry for my bad english.
Download(7zip):
Acer Nitro 5 AN515-52 FH52M LA-J891P Rev 0.1 Schematic Diagram
I try to forward my Gtx-1050 on my "Acer nitro 5 AN515-52-78CU" to a VM(ubuntu).
Version: Proxmox 8.0.3. I will connect to the VM only via SSH or VNC. I will not use an external monitor....
Error(at the bottom of the post):
nvidia smi failed to communicate with driver....
Host settings:
Сhecking the compatibility of my video adapter.
dmesg | grep ecap
Code:
[ 0.075319] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.075323] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
lspci
Code:
00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10)
00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)
00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
00:14.3 Network controller: Intel Corporation Cannon Lake PCH CNVi WiFi (rev 10)
00:15.0 Serial bus controller: Intel Corporation Cannon Lake PCH Serial IO I2C Controller #0 (rev 10)
00:15.1 Serial bus controller: Intel Corporation Cannon Lake PCH Serial IO I2C Controller #1 (rev 10)
00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
00:17.0 SATA controller: Intel Corporation Cannon Lake Mobile PCH SATA AHCI Controller (rev 10)
00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #9 (rev f0)
00:1d.5 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #14 (rev f0)
00:1e.0 Communication controller: Intel Corporation Cannon Lake PCH Serial IO UART Host Controller (rev 10)
00:1f.0 ISA bridge: Intel Corporation HM470 Chipset LPC/eSPI Controller (rev 10)
00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
00:1f.5 Serial bus controller: Intel Corporation Cannon Lake PCH SPI Controller (rev 10)
01:00.0 VGA compatible controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)
06:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
07:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader (rev 01)
07:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
lspci -n -s 01:00
Code:
01:00.0 0300: 10de:1c8d (rev a1)
01:00.1 0403: 10de:0fb9 (rev a1
cat /etc/default/grub
Code:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt"
GRUB_CMDLINE_LINUX=""
# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
#GRUB_DISABLE_OS_PROBER=false
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
cat /etc/modprobe.d/iommu_unsafe_interrupts.conf
Code:
vfio_iommu_type1 allow_unsafe_interrupts=1
cat /etc/modprobe.d/kvm.conf
Code:
options kvm ignore_msrs=1
cat /etc/modprobe.d/blacklist.conf
Code:
blacklist nouveau
blacklist nvidia*
blacklist nvidia
cat /etc/modprobe.d/vfio.conf
Code:
options vfio-pci ids=10de:1c8d,10de:0fb9 disable_vga=1
cat /etc/modprobe.d/nvidia.conf
Code:
softdep nouveau pre: vfio-pci
softdep nvidia pre: vfio-pci
softdep nvidia* pre: vfio-pci
My VM(ubnuntu) config:
cat /etc/pve/qemu-server/100.conf
Code:
args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_vendor_id=NV43FIX,kvm=off'
bios: ovmf
boot: order=ide2;scsi0;net0
cores: 4
cpu: host,hidden=1,flags=+pcid
efidisk0: local-lvm:vm-100-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
hostpci0: 0000:01:00,pcie=1
ide2: ssd_1tb:iso/ubuntu-22.04.2-live-server-amd64.iso,media=cdrom,size=1929660K
machine: q35
memory: 4096
meta: creation-qemu=8.0.2,ctime=1688324912
name: Linux
net0: virtio=7A:D8:FB:F3:45:AD,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: local-lvm:vm-100-disk-1,iothread=1,size=45G
scsihw: virtio-scsi-single
smbios1: uuid=88ea986e-75a5-427a-9d9d-26f7880bda26
sockets: 1
tpmstate0: local-lvm:vm-100-disk-2,size=4M,version=v2.0
usb0: host=0461:4e6e
vmgenid: efbe71dc-91db-4622-9185-b5c272d392eb
Inside VM(ubuntu server):
- latest drivers are installed
- device is visible in the system
Got error:
nvidia smi failed to communicate with driver....
PS:
I will provide any command output as quickly as possible.
Sorry for my bad english.
Download(7zip):
Acer Nitro 5 AN515-52 FH52M LA-J891P Rev 0.1 Schematic Diagram
Last edited: