Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2024 12:39:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 279659] virtualization/bhyve: When bhyve virtualizes Windows 10/11 Rufus does not recognizes any USB sticks
Message-ID:  <bug-279659-27103-Rv9voWVbM1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279659-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279659-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279659

--- Comment #6 from mario felicioni <marietto2008@gmail.com> ---
I've realized that my GPU has one integrated USB controller. It is the RTX =
2080
Ti and FreeBSD detect 4 slots :

02:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce RTX 20=
80
Ti] (rev a1)
02:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio Contro=
ller
(rev a1)
02:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Host Controller (r=
ev
a1)
02:00.3 Serial bus controller: NVIDIA Corporation TU102 USB Type-C UCSI
Controller (rev a1)

So I tried to pass only the slots 2 and 3,because I don't need to pass the =
GPU
itself and / or the audio slot (2/0/1),like this :

-s 8:2,passthru,2/0/2 \
-s 8:3,passthru,2/0/3 \

This is what happened :

Assertion failed: (mr->name =3D=3D memp->name), function unregister_mem, fi=
le
/usr/src/usr.sbin/bhyve/mem.c, line 344.

So,now. We have two different problems to deal with.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279659-27103-Rv9voWVbM1>