Hello, I am complete novice in Linux ecosystem. Although I consider myself computer savvy person.
I tried Zorin OS for a month and switched to CachyOS just yesterday. Wifi experience wasnt easy, first of all KDE Wallet issues, which I managed to disable/solve.
Current issues:
Wifi on 2.4G works ok, but sometimes disconnects (hence, very short trial period. It also feels like the speeds are lower than they could be.
Wifi on 5G won’t work at all, unable to connect.
My router is Technicolor or similar name, something what my ISP provided. I set custom SSID names, which are different for both bands.
I haven’t tried to manipulate NetworkManager and iwd services (I dont have confidence, nor want to make it worse).
This is my bug “report” log:
My wifi adapter info:
In case any of the linked steps need further explanation;
Make sure you are up to date and have iw installed;
sudo pacman -Syu iw
Create udev rule to disable powersaving;
printf 'ACTION=="add", SUBSYSTEM=="net", KERNEL=="wl*", RUN+="/usr/bin/iw dev $name set power_save off"' | sudo tee /etc/udev/rules.d/81-wifi-powersave.rules
Create/edit iwlwifi.conf to disable powersaving;
printf 'options iwlwifi power_save=0' | sudo tee -a /etc/modprobe.d/iwlwifi.conf
Then you could reload the various modules and services.
Or just reboot.
PS.
I almost forgot. intel actually has a whole second module that can control powersaving.
So you might try this additional step;
Create/edit iwlmvm.conf to disable powersaving;
printf 'options iwlmvm power_scheme=1' | sudo tee -a /etc/modprobe.d/iwlmvm.conf
Thanks for rapid response, I’ve ran all commands you listed.
The iw was already up to date - nevertheless I’ve reinstalled it.
Restarted my machine after all commands and managed (!) to connect to 5G wifi. However wifi speed is super slow, like <56kbps slow. I had to switch back to 2.4G to post here again.
I used nano to open this file and sharing its content here:
/etc/modprobe.d/iwlwifi.conf
yes, I used Cachyos Kernel Manager, and unchecked 6.17, the other one left checked on was 6.12.5. After machine reboot, About System window shows 6.12.5 kernel version. This change didn’t help with wifi problem.
I will continue my journey maybe tomorrow EU time.
Good point! However, I have disabled nvm drive with Windows in BIOS boot order settings, I will make sure I completly power off my computer. I am not giving up yet, will check it tomorrow again.
I think cachy uses iwd by default - and certainly setting these options alone would not be enough to enable iwd (you would need other packages).
The other options of random MAC and autoconnect would not seem relevant to network perfomance. Maybe random MAC - but turning it on should not increase performance, rather if enabled disabling it may be required to get connectivity.
Since this seems ‘random’ and its dual-boot…
Is the other OS properly shut down all the way?
Are we sure?
Is “Fast Startup” disabled in windoze? Otherwise it will hibernate instead of shutting down.
( Maybe all this huffing around got some things fully de-powered, but by happenstance. )
I have had disabled Fast Boot in Bios for a long time before.
And I select to Restart option on Windows when I plan to boot into Linux.
Not sure if I miss something on Windows side.
Thank you, I will try to boot into Windows, do a regular" restart and see if Wifi issues re-appear. At this point, I restarted my system so many times and at some point powered it off from the AC to move it under my desk.
Btw, I also disabled Network Boot mode in BIOS, just in the last few hrs. Maybe not related, but sharing.
In another case where a user was unaware and did not even have windoze installed anymore .. the same root problem was to blame .. and they had to remove all power connections for ~5min in order to get things working normal again.
I am not sure how to interpret this statement.
It is true that even with “Fast Startup” enabled you can use cmd to force windoze into a proper shutdown. But it is not clear if this is what you mean.
And regardless of any of that .. if you intend to dualboot on this machine .. with anything (even not cachy) next to your existing windoze .. you really really should disable “Fast Startup”.
Yes, I can confirm I still have Fast Boot enabled on Windows. I just did a couple of restarts, and ran internet speed tests. First impression - it’s still fine on Linux.
Anyways, I will disable Fast Boot on Windows. THANKS A LOT.
p.s. I don’t have Windows Boot Manager option on Systemd (default) boot loader, it makes dual boot awkward… (time to join your discord and stop to limit communication here).