Re: [qubes-users] HCL - Lenovo T14s Gen3 Intel i7-1260P

2022-10-03 Thread qubesfan via qubes-users
Since kernel 5.19.9 resulted in reboot loops during bootup, I switched to
5.18.16 which works fine so far.
(graphical artefacts while entering disk passphrase remain)

-- 
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/55d6477e-c997-5b6e-84ca-616206a5ae5e%40danielas3rtn54uwmofdo3x2bsdifr47huasnmbgqzfrec5ubupvtpid.onion.


[qubes-users] HCL - Lenovo T14s Gen3 Intel i7-1260P

2022-10-02 Thread qubesfan via qubes-users
Hi,

Graphical issues

Out of the box graphics are problematic. Frames are rendered
very slowly. To solve this I installed kernel-latest from the testing repo
(5.19.9). This improves performance but leaves us with artifacts.
To solve the artefacts issue I created: /etc/X11/xorg.conf.d/99-intel.conf
with the content mentioned in:
https://github.com/QubesOS/qubes-issues/issues/7507#issuecomment-1153081021

The only area that this does not solve: artefacts while entering the disk
encryption passphrase - which is acceptable

WiFi

WiFi does not work out of the box.
I used an USB to ethernet adapter to install kernel-latest-qubes-vm
from the testing repository, and WiFi works fine after booting sys-net
with kernel version 5.19.9.

Suspend does not work

The BIOS has two options:
- Windows and Linux
- S3 Linux
with 'S3 Linux' suspend works once but after wakeup the touchpad does no
longer work (trackpointer continues to work) and you can no longer
shutdown and need a hard reset.

Hard reboots when entering disk encryption passphrase

On two occasions (out of about 6) I observed a hard reboot while typing
the disk encryption passphrase - before pressing enter (while using kernel
5.19.9, this did not happen while on 5.15.x).
I'm not sure yet if that helps prevent it reliably but I now press Esc to
switch to the console mode for entering the disk encryption passphrase.

Thanks for all your hard work to maintain and improve Qubes OS!

-- 
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/0e9ed71b-5b97-5b48-9d04-b950ce9f3e59%40danielas3rtn54uwmofdo3x2bsdifr47huasnmbgqzfrec5ubupvtpid.onion.


Qubes-HCL-LENOVO-21BSS1KA00-20221002-202125.yml
Description: application/yaml


Re: [qubes-users] Problems with inter-HVM networking

2017-04-18 Thread 'Qubesfan' via qubes-users
 Original Message 
Subject: [qubes-users] Problems with inter-HVM networking
Local Time: April 13, 2017 12:39 AM
UTC Time: April 13, 2017 12:39 AM
From: qubes-users@googlegroups.com
To: qubes-users@googlegroups.com 

Hello.

I am trying to achieve a network between two HVMs one Windows and one Linux, My 
setup is as follows:

NetVM---FirewallVM---Linux VM (ubuntu)/Windows HVM.

I have followed the directions here:
https://www.qubes-os.org/doc/firewall/

but these directions do not work fully. I can establish a connection between 
both HVMs and the firewall and I can open a terminal in the firewall and ping 
both of the HVMs. However I cannot establish a connection between the two HVMs. 
I either get "destination unreachable" or "request timed out" errors.

I found this thread:
https://groups.google.com/forum/?_escaped_fragment_=topic/qubes-users/lA2SgPcV9fU#!topic/qubes-users/lA2SgPcV9fU

I tried all the suggestions in it including the following:
(1) enabling the proxy_arp cache (verified with cat) did nothing
(2) using the sudo arp -i eth0 -s   had no effect.
(3) The suggestion by Marek to change the netmask in the Windows VM did not 
work.
(4) Changing the iptables by modifying the 
/rw/config/qubes-firewall-user-script using the code lines beginning with : 
intervm_internalnet='10.137.X.0'; also did not work.

I can use the iptables -L commands to confirm that the rules are there; they 
just don't seem to be forwarding correctly. On a whim I also upgraded to Fedora 
24 and changed my firewall to match that template but it had no effect.

Other people seem to be able to get this to work but I cannot.

Thanks in advance for any assistance.

Bump.

I have retraced my steps and I can confirm that the problem does not appear to 
lie in iptables or in ARP. The only new fact that emerged is that if I turn on 
the proxy_arps AND flush all the rules in the firewall as well as setting the 
policies to ACCEPT (in short, I simply disable the firewall) I no longer get 
timeout errors both HVMs then report "Destination Host Unreachable."

BTW, both of these HVM were originally Virtual Box VMs which I imported into 
Qubes. The networking within VB works perfectly. So there is something in the 
way that Qubes is handling networking that is the issue

Again, thanks in advance for any insight.

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/P98SJSW7RFYXVz7JjxvDnt367vkje2JCio-CV552M5mo0xbVeDZYntqgm71RQIaLG3ZSI4PmtfG8yIGcJNh4xDUqia1-fwI0qh_B6miGWQU%3D%40protonmail.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Problems with inter-HVM networking

2017-04-12 Thread 'Qubesfan' via qubes-users
Hello.

I am trying to achieve a network between two HVMs one Windows and one Linux, My 
setup is as follows:

NetVM---FirewallVM---Linux VM (ubuntu)/Windows HVM.

I have followed the directions here:
https://www.qubes-os.org/doc/firewall/

but these directions do not work fully. I can establish a connection between 
both HVMs and the firewall and I can open a terminal in the firewall and ping 
both of the HVMs. However I cannot establish a connection between the two HVMs. 
I either get "destination unreachable" or "request timed out" errors.

I found this thread:
https://groups.google.com/forum/?_escaped_fragment_=topic/qubes-users/lA2SgPcV9fU#!topic/qubes-users/lA2SgPcV9fU

I tried all the suggestions in it including the following:
(1) enabling the proxy_arp cache (verified with cat) did nothing
(2) using the sudo arp -i eth0 -s   had no effect.
(3) The suggestion by Marek to change the netmask in the Windows VM did not 
work.
(4) Changing the iptables by modifying the 
/rw/config/qubes-firewall-user-script using the code lines beginning with : 
intervm_internalnet='10.137.X.0'; also did not work.

I can use the iptables -L commands to confirm that the rules are there; they 
just don't seem to be forwarding correctly. On a whim I also upgraded to Fedora 
24 and changed my firewall to match that template but it had no effect.

Other people seem to be able to get this to work but I cannot.

Thanks in advance for any assistance.

Sent with [ProtonMail](https://protonmail.com) Secure Email

-- 
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 post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/i3jv__vSD941K-Ba8vfGPzfYQshwB1Jy9uQJZgxSwIYZ-fNeSwXyW60kN6iTiHVpVPH5mORONtfvBf2hd85d-_CmEa9n5_5229zO0K0NS2A%3D%40protonmail.com.
For more options, visit https://groups.google.com/d/optout.