You are not logged in.
After my device is suspended the WiFi just stops working. It'll be enabled and it show any networks / connect to my network. Then if I restart (from the power off menu) it just wont show internet and rfkill doesn't see it either.
The only real fix I found was powering off my laptop and turning it back on. But its annoying when I have to do this whenever I close the lid / remain idle for to long.
My Linux kernel is Linux 6.9.5-arch1-1 and I am on a Lenovo Legion Pro 5 16ARX8 (I don't know if this info is relevant or not)
I don't have much Arch / Linux knowledge so I don't know what more to post to help with this.
Offline
Please post your complete system journal for a boot convering such suspend cycle:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Edit: or … -b -1 … for the previous boot (assuming you've otherwise no network to post the journal )
Sanity check, if there's a parallel windows installation see the 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Last edited by seth (2024-06-18 07:46:44)
Online
I disabled windows fast-start and hibernation. But the 3rd link says stuff about the same ESP per drive but I installed arch on a seperate drive. This is basically the steps I did
In the archinstall command I did disk configuration -> 'Use a best-effort default partition layout' -> my ssd -> ext4 format -> don't create a seperate '/home' partition
Heres is the journalctl stuff
First boot (wifi works) http://0x0.st/XTQi.txt
This is what happens after suspending (wifi shows up but doesn't work) http://0x0.st/XTQo.txt
After rebooting (wifi not showing up) http://0x0.st/XTQX.txt
I think my xinitrc is ok I haven't touched and I am on a freh install
I hope this is all the info you need and my bad for the late reply I missed the email about your post
Offline
says stuff about the same ESP per drive but I installed arch on a seperate drive
Your system is supposed to only have one ESP but otherwise the location of the OS is irrelevant to the fast-start problem.
The second boot is the zen kernel, the first one the regular one?
Neither includes any S3 cycles and the part where "This is what happens after suspending" is just two seconds of the system shutting down.
1. See whether the kernel difference is significant, ie.
Jun 18 21:36:17 archlinux kernel: rtw89_8852ce 0000:04:00.0: xtal si not ready(W): offset=90 val=10 mask=10
Jun 18 21:36:17 archlinux kernel: rtw89_8852ce 0000:04:00.0: xtal si not ready(W): offset=90 val=10 mask=10
Jun 18 21:36:17 archlinux kernel: rtw89_8852ce 0000:04:00.0: mac init fail, ret:-110
is isolated to the zen kernel
2. don't try to be nice by pre-filtering stuff, post the complete journal including the S3 cycle after which the wifi no longer works.
Online