Hi Maxime, the modules need to load in the correct order. In this case the vfio-pci needs to load before the snd-hda-intel and nvidia.
I have the following lines on my Gentoo machine to achieve that: cat /etc/modprobe.d/vfio.conf softdep nvidia pre: vfio-pci softdep snd-hda-intel pre: vfio-pci ... Best regards Karsten 2017-08-03 8:47 GMT+02:00 LOMBARD Maxime <[email protected]>: > Hi, > > I have a big problem on my Gentoo. A problem which does not exist on my > Debian in the same Desktop. > > 1- i added in "/etc/modprobe.d/vfio.conf" the ids for my gtx970, gpu and > HDMI > > 2- i added the vfio module in "/etc/conf.d/modules" to load them during the > boot. > > After the reboot, there is only the VGA device which is attached to vfio, > the HDMI is still used by intel_hda module. > > You can see my message in the gentoo forum : > https://forums.gentoo.org/viewtopic-t-1067110.html > > Thanks for your help. > Maxime > > > _______________________________________________ > vfio-users mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/vfio-users > _______________________________________________ vfio-users mailing list [email protected] https://www.redhat.com/mailman/listinfo/vfio-users
