#[SOLVED] My laptop fails to reconnect to my wifi networks after waking from suspend
1 messages · Page 1 of 1 (latest)
Do you have network manager? I had same issue with iwd on my server recently until I also connected with nmcli
.aw networkmanager
Of course my "server" doesn't suspend lol, it's just a laptop that runs scripts and nfs
I have networkmanager-iwd
You should connect your SSID with iwd and nmcli and the issue should go away
I mean my laptop automatically connects to a network on boot
Yeah mine kept disconnecting during SSH or closing lid and opening
And wouldn't connect again til I connected with nmcli
Well that doesn't solve my problem then
Now it's always online
Because I'd have to connect using nmcli after boot everytime
Alright
Network manager is just for remembering connections
did it, suspended, doesnt reconnect
unblocked
I get this in dmesg though after i wake from suspend
I'm wondering if it still even lists phy0 after suspend in the rfkill list
do you have hw-probe?
if so or can get it, mind sending me a probe? might help figure this out
if not, maybe output of lspci
80 mhz is for 5G internet
so I'm thinking it's trying to connect to 5g after suspend and can't
either a device or driver issue
it's your wifi chip firmware
hw-probe would help a lot, you can get it from the AUR
lots of similar issues in the bbs forum
how would i use hw-probe when installed
sudo hw-proble -all -upload
and it will give you a url in the terminal you can share here
alright
you'll need to be connected to internet when you run it
have you tried with the linux kernel?
No, but I would rather keep using the Zen kernel. I've used it for over a year without issue
Using the linux kernel is just a workaround
yeah we just need the driver that linux kernel uses
btw what thinkpad version do you ahve
yeah it still happens with the linux kernel
you can try options iwlwifi power_save=0 in a file called /etc/modprobe.d/iwlwifi.conf
this will disable the powersave on your wifi card
you might have to make the file
and probably have to reboot to test
or even options iwlmvm power_scheme=1 might work for you
the first option doesnt work
the problem isnt that wifi networks dont reappear on suspend, they do. but they dont get automatically connected to and i have to do it myself
so on suspend i get this when i wake
if i connect manually afterwards i get this
this doesnt work either
so the relavent issue is reason 3, and the iwlwifi error
ill try downgrading my linux zen kernel
kk
also cause 3 on arch wiki, it could be a hardware issue
with thinkpad specifically
do you live by a weather station by chance? lol that's also a known issue 🤣
i dont lol
fuck if i use an older kernel version it works again
so it stops working properly on a new kernel
lemme do smth one sec
@foggy heart ok so kernel 5.19 breaks it
ah yeah you should just rollback
it works fine on
[matt: ~] uname -r 5.18.16-zen1-1-zen
i could also use lts kernel
in October
but then no zen
just rollback zen kernel imo
I just hate adding things to IgnorePkg because everytime i update I see it kek
yeah lol
it just bugs me
they might fix it themselves who knows, i'll try again on the newest in a few weeks
where do i report
thanks
seeing this is so annoying 
i could use sed to remove the lines but that's just being autistic ngl
well then you might forget to ever upgrade kernel lmao
you could also try a modified driver from the aur
i mean thats not the worst thing lol
bro im just gonna hope they fix this shit themselves reporting a kernel bug is way too much effort 💀
if it doesnt get fixed in like 2 months ill switch to LTS kernel because my zen kernel will become too outdated lol
wait that wouldnt fix it actually
because lts will eventually reach the broken kernel version
damn 😭
Praying our father Torvalds will fix it
if it works on LTS, the LTS just got bumped so it won't update for a while
except for security issues
one day it will reach 5.19 though
probably several weeks/months away but yeah
i'll just wait until october, if it's not fixed ill consider reporting (still way too much effort)
actually i never tried 5.19, it's broken on 5.19.1 but maybe not just 5.19
worth a try, they maybe broke it on the .1 patch
very unlikely but i'll try it anyways
anyway lts should be 5.15 for the rest of the year at least
or at least until October when they release 6.0
imo use LTS because 5.19.1 maybe is a security patch
i'll just keep using zen 5.18.16 until october
or 5.19 if it works fine
slow wifi moment
I wouldn't use 5.19, it's a security patch for your intel CPU
5.19.1 is
and all the latest patches on all the kernels
also I noticed in your hw-probe that you don't have the intel-microcode
i have intel-ucode
uh no?
you have it but you're not loading it
yeah show me your /boot/grub/grub.cfg
or rather put this on the initrd line
initrd /boot/intel-ucode.img /boot/initramfs-linux.img
bruh i am loading it
oh
well dang, the modprobe doesn't show it lol
my bad
it shows for me with systemd boot
but you're using grub so
trying 5.19 now
5.19 doesnt work
so ill stick with 5.18.16 zen until 6.0 releases
[SOLVED] My laptop fails to reconnect to my wifi networks after waking from suspend
remember to also archive
not able to