Open ortizman opened 3 years ago
Any Update
I know this is a pretty old issue, but can you give me your sudo ls /dev/vfio
bc@com:~$ sudo ls -lart /dev/vfio
total 0
drwxr-xr-x 2 root root 60 Nov 4 14:15 .
crw-rw-rw- 1 root root 10, 196 Nov 4 14:15 vfio
drwxr-xr-x 21 root root 5220 Nov 4 14:15 ..
bc@com:~$ sudo ls -lart /dev/vfio/vfio
crw-rw-rw- 1 root root 10, 196 Nov 4 14:15 /dev/vfio/vfio
I have NO idea how this project works but wherever /dev/vfio/1
is defined, try replacing it with /dev/vfio/vfio
I'll check and update.
Has anyone solved the problem?
We have to change /dev/vfio/1 by /dev/vfio/vfio where (i have the same problem and i tried everything) Is there a file to edit this or something, i don't understand hat are you talking about "try replacing it"
@ortizman , maybe you can try to run "modprobe vfio-pci" first?
Has anyone solved the problem?
For the record. I ended up using a physical machine
I followed this repo's guide on GPU passthrouth (https://github.com/foxlet/macOS-Simple-KVM/blob/master/docs/guide-passthrough.md) and I get the following error when I want to run basic.sh
In my /etc/default/grub file I have the change
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_iommu=on iommu=pt pcie_aspm=off vfio_iommu_type1.allow_unsafe_interrupts=1 vfio_pci.disable_vga=1 vfio_pci.disable_idle_d3=1 vfio-pci-ids=8086:9a49,8086:a0c8"
I updated the initramfs without problems (sudo update-initramfs -u -k all)
And I have VT-x enabled in the BIOS
dmesg | grep "IOMMU" gives back to me
lspci -nnv | grep "VGA"
0000:00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:9a49] (rev 01) (prog-if 00 [VGA controller])
lspci -nnv | grep "audio"
$ uname -a
Linux book1 5.11.0-25-generic #27~20.04.1-Ubuntu SMP Tue Jul 13 17:41:23 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
My compurator is an ASUS ZenBook with Intel i7 1165g7 (iRIS xe)
I appreciate some help!