-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Devices list empty in sys-gui-gpu #7451
Devices list empty in sys-gui-gpu #7451
Comments
What happens if you execute |
Qvm-usb doesn't seem to exist. However I executed all of these with and without a flash drive.
qvm-device mic ls
qvm-device usb ls
qvm-device block ls
qvm-device testclass ls
All of them gave me "Failed to list 'xxx' devices, this device type does not exist or you do not have access to it." xxx is of course whatever class I asked for.
No other visible notifications beyond that message.
I ran them with --verbose as well hoping I may get more info for you but no luck.
The one that did work was "qvm-device pci ls" it took about 15 seconds of thinking but did bring up all pci devices.
|
Ok, I see, there is missing policy for those devices. See linked PR - you can add those lines to |
Added but still the same result. I do notice after making the change sys-gui-gpu sits there for a good 10+ seconds now before my keyboard and touchpad come to life if that gives you any hints. |
Automated announcement from builder-github The component
|
The ones for mic were already there. Fixes QubesOS/qubes-issues#7451
Automated announcement from builder-github The component
Or update dom0 via Qubes Manager. |
Thanks. I'll run an update tonight :) |
I'm having the same issues I've tried adding the missing policies to 90-admin-default.policy and also linked them to qubesd.sock with correspondent names in /etc/qubes-rpc but it didn't work. I can list qvm-device pci ls |
Automated announcement from builder-github The component
|
Automated announcement from builder-github The component
Or update dom0 via Qubes Manager. |
How to file a helpful issue
Qubes OS release
Qubes 4.1 , Xen 4.14.4 , Kernel 5.10.104.fc32 qubes x86_x64
dom0, Fedora-34 and Fedora-34-xfce templates up to date.
Brief summary
After setting up sys-gui-gpu my “devices” icon is there but it’s blank, I just see a tiny empty bubble when I click on it.
Steps to reproduce
Install and activate sys-gui-gpu and attempt to view usb devices in the GUI domain.
Expected behavior
View list of attached or internal/external USB devices and passthrough as needed to VM's
Actual behavior
Just an empty list with no devices,
In dom0 it's fine and I see all my devices. Normally I would see my built-in mic and webcam at a minimum and anything else I attach of course.
I also tried some external devices in the gui domain:
USB storage devices nothing
USB wireless keyboard/mouse receiver was the only sign of life I’ve seen I got a message: “Denied qubes.InputKeyboard from sys-usb to dom0”
So sys-usb is talking to sys-gui-gpu on some some level.
I verified the sys-usb was using the qubes default_guivm (sys-gui-gpu) and sys-gui-gpu's guivm is blank.
The text was updated successfully, but these errors were encountered: