You are not logged in.
Pages: 1
The wifi connection at home on my Thinkpad t450s laptop drops all the time. I am dual booting with Windows 10 and no problems exist there.
I suppose the problem is with the linux drivers of the wireless card. The wiki states, that they are some problems with the wireless card driver, which could be fixed by installing the updated driver, but this solution is only for kernel < 4.7
Any suggestions on what I might do?
5.4.2-arch1-1
lscpi: Intel Corporation Wireless 7265 (rev 59)
Offline

Please paste the output of `systemctl list-unit-files --state=enabled`
Offline
systemctl list-unit-files --state=enabled
UNIT FILE                                  STATE  
org.cups.cupsd.path                        enabled
autovt@.service                            enabled
bluetooth.service                          enabled
dbus-org.bluez.service                     enabled
dbus-org.freedesktop.nm-dispatcher.service enabled
dbus-org.freedesktop.timesync1.service     enabled
dhcpcd.service                             enabled
display-manager.service                    enabled
gdm.service                                enabled
getty@.service                             enabled
NetworkManager-dispatcher.service          enabled
NetworkManager-wait-online.service         enabled
NetworkManager.service                     enabled
org.cups.cupsd.service                     enabled
systemd-timesyncd.service                  enabled
tlp-sleep.service                          enabled
tlp.service                                enabled
org.cups.cupsd.socket                      enabled
remote-fs.target                           enabled
19 unit files listed.Offline

You should probably disable dhcpcd.service
Let network manager handle it.
Offline
I think it is better. I hope it works fine now.
Offline

If it's fixed, don't forget to edit your first post and append [Solved] to the title.
Offline
I can confirm, that the problem is not fixed. I also tried to observe it more and define its behavior better. It is dropping in areas, where the wifi is weaker, but in the same areas my android phone connects without a problem and on the same laptop, but with Windows, everything works fine.
The current behavior is, that the wifi will disconnect every 5 seconds or so, then reconnect and then again after 5-10 seconds, drop again.
Last edited by Mladia (2020-01-14 06:46:16)
Offline
You could try to set a fixed rate on that device with iwconfig.
Disabling Power savings could also help.
Offline

Post a complete system journal.
5 second cycles sounds *a lot* as if there're still two services in a race over the NIC…
Offline
Here is a piece of the journal when the disconnection is happening until there is a connection to the network again.
I noticed this. It doesn't seem normal, right?
Jan 18 16:46:21 tmonk kernel: wlp3s0: disassociated from 02:a0:57:2e:02:c0 (Reason: 1=UNSPECIFIED)Last edited by Mladia (2020-01-18 16:11:38)
Offline

Jan 18 16:46:21 tmonk wpa_supplicant[608]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=0 noise=9999 txrate=0Sounds like a bug.
Try to disable https://wiki.archlinux.org/index.php/Ne … domization and if that doesn't work either, drop NM (stop & disable) and try to connect w/ wifi-menu and see whether that's more stable.
Offline
Pages: 1