[qubes-users] Re: Creating separate sys-usb and sys-net after installation

2022-09-20 Thread Howard Chen (HowardPlayzOfAdmin Gaming)
I think the best way to make disp sys-usb for the command with the 
following:

> sudo qubesctl state.sls qvm.sys-usb
> qvm-prefs sys-usb disposable_template enable
> qvm-prefs sys-usb tags add usb-dvm

then in /etc/qubes-rpc/policy/qubes.InputKeyboard of dom0:

> @tag:usb-dvm  dom0  allow,user=root,default_target=dom0

on top of:

> $anyvm $anyvm deny


Does it works?
On Monday, September 19, 2022 at 10:06:09 AM UTC-7 Lasse Kliemann wrote:

> 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?
>
> a) sudo qubesctl state.sls qvm.usb-keyboard (I use USB keyboard.)
> b) follow 
> https://www.qubes-os.org/doc/disposable-customization/#create-the-sys-usb-disposable
>
> Thanks!
>
> -- 
> Kind Regards / MfG
> Dr. Lasse Kliemann
> Westring 269, 24116 Kiel, Germany
> E-Mail: la...@lassekliemann.de
> Telegram / Wire: @lassekliemann
> Signal / Phone: +49 162 66 88 468
>
> Work Address:
> Department of Mathematics
> Kiel University
> *Heinrich-Hecht-Platz 6*, 24118 Kiel, Germany
> E-Mail: l.kli...@math.uni-kiel.de
>

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/e7d3b9b0-eb47-488c-9b77-3284789b75c3n%40googlegroups.com.


Re: [qubes-users] Re: HCL - Lenovo X1 Carbon gen 10

2022-09-20 Thread 'Arran Lawley' via qubes-users

I just entered "sudo qubes-dom0-update kernel-latest"

On 19 September 2022 23:58:42 Martin Holst Swende  
wrote:

Well done!
How did you enable the 5.18 kernel? I've tried with 'qubes-dom0-unstable' 
and listing the available kernels, but it shows only a few versions of 5.15 
as installation candidates.

Cheers,
Martin

On 9/20/22 05:36, Arran Lawley wrote:

Qubes is working for me on Lenovo X1 Carbon gen 10.

To fix graphical glitches Dom0 needs to use kernel 
5.18.16-1.fc32.qubes.x86_64 and create file with "sudo nano 
/etc/X11/xorg.conf.d/99-intel.conf" and add;


Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSection

There will still be a graphical glitch when entering the LUKS password but 
everything else works fine.


To fix WiFi network you need to use kernel 5.15.64-1.fc32 on sys-net. Most 
of the time the network adapter works, sometimes it doesn't work on boot 
but restarting sys-net gets it working. Once I have had to reboot the whole 
computer to get it working.


On 28 August 2022 07:42:17 Martin Holst Swende  wrote:






On Sun, Aug 28, 2022, 1:26 AM Data Python  wrote:

You may want to keep your i915 driver and try: 
https://github.com/QubesOS/qubes-issues/issues/7507#issuecomment-1153081021



Interesting!


I tried it now, but unfortunately I encounter  a core dump, similar to one 
person in that issue. However, I don't think I have any spelling errors, 
and definitely no erroneous quote characters.



Cheers,
Martin
--
You received this message because you are subscribed to a topic in the 
Google Groups "qubes-users" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/qubes-users/01sauU58TsI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/CANC2dUd7m1UGFw2dSge2sFMpuU2B_j6obtSEFu1ZGTPWWMnh8Q%40mail.gmail.com.


--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/1835c1bf680.27e4.ee1fd772b2ffd4a606d4210654932e62%40googlemail.com.


Re: [qubes-users] Re: HCL - Lenovo X1 Carbon gen 10

2022-09-20 Thread 'Arran Lawley' via qubes-users

Qubes is working for me on Lenovo X1 Carbon gen 10.

To fix graphical glitches Dom0 needs to use kernel 
5.18.16-1.fc32.qubes.x86_64 and create file with "sudo nano 
/etc/X11/xorg.conf.d/99-intel.conf" and add;


Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSection

There will still be a graphical glitch when entering the LUKS password but 
everything else works fine.


To fix WiFi network you need to use kernel 5.15.64-1.fc32 on sys-net. Most 
of the time the network adapter works, sometimes it doesn't work on boot 
but restarting sys-net gets it working. Once I have had to reboot the whole 
computer to get it working.


On 28 August 2022 07:42:17 Martin Holst Swende  wrote:





On Sun, Aug 28, 2022, 1:26 AM Data Python  wrote:

You may want to keep your i915 driver and try: 
https://github.com/QubesOS/qubes-issues/issues/7507#issuecomment-1153081021


Interesting!

I tried it now, but unfortunately I encounter  a core dump, similar to one 
person in that issue. However, I don't think I have any spelling errors, 
and definitely no erroneous quote characters.


Cheers,
Martin

--
You received this message because you are subscribed to a topic in the 
Google Groups "qubes-users" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/qubes-users/01sauU58TsI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/CANC2dUd7m1UGFw2dSge2sFMpuU2B_j6obtSEFu1ZGTPWWMnh8Q%40mail.gmail.com.


--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/18358f834c8.27e4.ee1fd772b2ffd4a606d4210654932e62%40googlemail.com.


Re: [qubes-users] Re: HCL - Lenovo X1 Carbon gen 10

2022-09-20 Thread Martin Holst Swende

Well done!

How did you enable the 5.18 kernel? I've tried with 
'qubes-dom0-unstable' and listing the available kernels, but it shows 
only a few versions of 5.15 as installation candidates.


Cheers,

Martin


On 9/20/22 05:36, Arran Lawley wrote:

Qubes is working for me on Lenovo X1 Carbon gen 10.

To fix graphical glitches Dom0 needs to use kernel 
5.18.16-1.fc32.qubes.x86_64 and create file with "sudo nano 
/etc/X11/xorg.conf.d/99-intel.conf" and add;


Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSection

There will still be a graphical glitch when entering the LUKS password 
but everything else works fine.


To fix WiFi network you need to use kernel 5.15.64-1.fc32 on sys-net. 
Most of the time the network adapter works, sometimes it doesn't work 
on boot but restarting sys-net gets it working. Once I have had to 
reboot the whole computer to get it working.


On 28 August 2022 07:42:17 Martin Holst Swende 
 wrote:






On Sun, Aug 28, 2022, 1:26 AM Data Python 
 wrote:


You may want to keep your i915 driver and try:
https://github.com/QubesOS/qubes-issues/issues/7507#issuecomment-1153081021


Interesting!

I tried it now, but unfortunately I encounter  a core dump, similar 
to one person in that issue. However, I don't think I have any 
spelling errors, and definitely no erroneous quote characters.


Cheers,
Martin
--
You received this message because you are subscribed to a topic in 
the Google Groups "qubes-users" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/qubes-users/01sauU58TsI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/CANC2dUd7m1UGFw2dSge2sFMpuU2B_j6obtSEFu1ZGTPWWMnh8Q%40mail.gmail.com 
.




--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/311d18d9-e47e-2f94-4d4a-5258166cdf83%40gmail.com.