-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qemu-system-x86_64: vfio: Cannot reset device 0000:00:1f.3, no available reset mechanism. #2
Comments
Tried with this version of qemu and still the same error... :( |
Are you passing everything in the IOMMU group through to QEMU? Also, yes
you do need to use the custom QEMU as only that version generates the
proper output.
…On Fri, Jun 25, 2021 at 3:26 PM Vincent Morel ***@***.***> wrote:
Tried with this version of qemu and still the same error... :(
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWASR6NN2WUR4SE5EHRB3LTUTJ4RANCNFSM47KLVWZQ>
.
|
Thanks, Yes I'm passing all the group with |
Hi, yes I believe you may need to pass them all in. |
I am dealing with the same issue. How do you pass the to the start script to qemu? I tried both
and
Neither seems to work. My soundcard is 1f.3, but I need to bind 1f.0, 1f.4 and 1f.5 as well (which I did bind with the vfio script as you did in this thread). |
I tried adding a separate |
I cannot install the Windows 10 driver in the VM probably because of this message when strat QEmu...
qemu-system-x86_64: vfio: Cannot reset device 0000:00:1f.3, no available reset mechanism.
Also do I have to use this qemu and generate it from source or can I use the regular qemu-kvm from ubuntu? (I'm on popOs)
The text was updated successfully, but these errors were encountered: