Greetings, upon installation a few weeks ago, I chose to create a single
VM for USB and networking, which is called sys-net. This was in order to
support USB network devices. The latter is no longer necessary, since
the last kernel update introduced support for my internal WLAN adapter
(Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz in a Thinkpad P14s).
Now I would like to have sys-usb *and* sys-net, and also make sys-usb
disposable. Will the following work?
The latter ended with a long Python error, essentially saying:
"ValueError: list.remove(x): x not in list". But after this, another try
of the first command (sudo qubesctl state.sls qvm.usb-keyboard)
succeeded.
I had my USB controller persistently attached to sys-net, which I needed
to detach before sys-net and the new sys-usb would run in parallel.
On top of /etc/qubes-rpc/policy/qubes.InputKeyboard, the following line
had been added automatically:
sys-usb dom0 allow,user=root
I deleted everything else in the file, except the final "$anyvm $anyvm
deny".