GNU bug report logs - #33750
Virt-manager missing USB/PCI host device options

Previous Next

Package: guix;

Reported by: Rutger Helling <rhelling <at> mykolab.com>

Date: Fri, 14 Dec 2018 23:20:02 UTC

Severity: normal

Done: Rutger Helling <rhelling <at> mykolab.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33750 in the body.
You can then email your comments to 33750 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#33750; Package guix. (Fri, 14 Dec 2018 23:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rutger Helling <rhelling <at> mykolab.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 14 Dec 2018 23:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: bug-guix <at> gnu.org
Subject: Virt-manager missing USB/PCI host device options
Date: Sat, 15 Dec 2018 00:18:59 +0100
[Message part 1 (text/plain, inline)]
In virt-manager when clicking "Add hardware" on a VM the USB/PCI Host
Device boxes are greyed out with the message "Connection does not
support host device enumeration". It seems we're missing some
dependencies.
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#33750; Package guix. (Sun, 16 Dec 2018 04:47:01 GMT) Full text and rfc822 format available.

Message #8 received at 33750 <at> debbugs.gnu.org (full text, mbox):

From: Chris Marusich <cmmarusich <at> gmail.com>
To: Rutger Helling <rhelling <at> mykolab.com>
Cc: 33750 <at> debbugs.gnu.org
Subject: Re: bug#33750: Virt-manager missing USB/PCI host device options
Date: Sat, 15 Dec 2018 20:46:39 -0800
[Message part 1 (text/plain, inline)]
Rutger Helling <rhelling <at> mykolab.com> writes:

> In virt-manager when clicking "Add hardware" on a VM the USB/PCI Host
> Device boxes are greyed out with the message "Connection does not
> support host device enumeration". It seems we're missing some
> dependencies.

I don't have the solution, but I might have a work-around or two.

FYI, even though I also observe the problem you describe, it's actually
still possible to assign a PCI device to a VM by using virsh's
"attach-device" command.  See "man virsh" for details.  This requires
you to craft an XML file describing the device you wish to attach to
your VM [1].

In addition, if your goal is just to pass a USB device through to the
guest, you might try running virt-manager as root.  This has worked for
me in the past.

Of course, we should continue to investigate the actual problem.  I only
mention these work-arounds in the hopes that it helps you out.

Footnotes: 
[1]  https://libvirt.org/formatdomain.html

-- 
Chris
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#33750; Package guix. (Wed, 19 Dec 2018 08:54:02 GMT) Full text and rfc822 format available.

Message #11 received at 33750 <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: Chris Marusich <cmmarusich <at> gmail.com>
Cc: 33750 <at> debbugs.gnu.org
Subject: Re: bug#33750: Virt-manager missing USB/PCI host device options
Date: Wed, 19 Dec 2018 09:53:07 +0100
[Message part 1 (text/plain, inline)]
Hi Chris,

Thanks for the tips, but I already knew how to work around it. The
point was more that it shouldn't be greyed out. I tried adding
libpciaccess to libvirt, unfortunately that alone didn't do the trick.

On Sat, 15 Dec 2018 20:46:39 -0800
Chris Marusich <cmmarusich <at> gmail.com> wrote:

> Rutger Helling <rhelling <at> mykolab.com> writes:
> 
> > In virt-manager when clicking "Add hardware" on a VM the USB/PCI
> > Host Device boxes are greyed out with the message "Connection does
> > not support host device enumeration". It seems we're missing some
> > dependencies.  
> 
> I don't have the solution, but I might have a work-around or two.
> 
> FYI, even though I also observe the problem you describe, it's
> actually still possible to assign a PCI device to a VM by using
> virsh's "attach-device" command.  See "man virsh" for details.  This
> requires you to craft an XML file describing the device you wish to
> attach to your VM [1].
> 
> In addition, if your goal is just to pass a USB device through to the
> guest, you might try running virt-manager as root.  This has worked
> for me in the past.
> 
> Of course, we should continue to investigate the actual problem.  I
> only mention these work-arounds in the hopes that it helps you out.
> 
> Footnotes: 
> [1]  https://libvirt.org/formatdomain.html
> 

[Message part 2 (application/pgp-signature, inline)]

Reply sent to Rutger Helling <rhelling <at> mykolab.com>:
You have taken responsibility. (Fri, 21 Dec 2018 17:31:02 GMT) Full text and rfc822 format available.

Notification sent to Rutger Helling <rhelling <at> mykolab.com>:
bug acknowledged by developer. (Fri, 21 Dec 2018 17:31:02 GMT) Full text and rfc822 format available.

Message #16 received at 33750-done <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: Chris Marusich <cmmarusich <at> gmail.com>
Cc: 33750-done <at> debbugs.gnu.org
Subject: Re: bug#33750: Virt-manager missing USB/PCI host device options
Date: Fri, 21 Dec 2018 18:30:21 +0100
[Message part 1 (text/plain, inline)]
Closing, fixed in d15211c9b5b46b96c5b658329624942b6ff5c917.

On Sat, 15 Dec 2018 20:46:39 -0800
Chris Marusich <cmmarusich <at> gmail.com> wrote:

> Rutger Helling <rhelling <at> mykolab.com> writes:
> 
> > In virt-manager when clicking "Add hardware" on a VM the USB/PCI
> > Host Device boxes are greyed out with the message "Connection does
> > not support host device enumeration". It seems we're missing some
> > dependencies.  
> 
> I don't have the solution, but I might have a work-around or two.
> 
> FYI, even though I also observe the problem you describe, it's
> actually still possible to assign a PCI device to a VM by using
> virsh's "attach-device" command.  See "man virsh" for details.  This
> requires you to craft an XML file describing the device you wish to
> attach to your VM [1].
> 
> In addition, if your goal is just to pass a USB device through to the
> guest, you might try running virt-manager as root.  This has worked
> for me in the past.
> 
> Of course, we should continue to investigate the actual problem.  I
> only mention these work-arounds in the hopes that it helps you out.
> 
> Footnotes: 
> [1]  https://libvirt.org/formatdomain.html
> 

[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 19 Jan 2019 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 216 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.