Hi @Sebas,
Accoring what I gather from this page on the Archwiki:
For models with the Intel AX200 Wi-Fi adapter, the interface can engage in power saving when running on battery which increases network latency.
Which might also explain it losing connection. On the page they directed to:
Additional power saving functions of Intel wireless cards with
iwlwifi
driver can be enabled by passing the correct parameters to the kernel module. Making them persistent can be achieved by adding the lines below to the/etc/modprobe.d/iwlwifi.conf
file:
I’d continue, but info is needed according to the last step:
Depending on your wireless card one of these two options will apply.
options iwlmvm power_scheme=3
options iwldvm force_cam=0
You can check which one is relevant by checking which of these modules is running using
# lsmod | grep '^iwl.vm'
So, if you are comfortable following that page’s instructions, do so. Otherwise, please provide the output of:
lsmod | grep '^iwl.vm'