You are not logged in.
My laptop disconnects from my wifi maybe once or twice per day.
I just bought a new router and also upgraded all my packages so I'm not sure which is causing this.
[krey@krey-laptop ~]$ sudo systemctl status netctl-auto@wifi
● netctl-auto@wifi.service - Automatic wireless network connection using netctl profiles
Loaded: loaded (/usr/lib/systemd/system/netctl-auto@.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2015-11-20 12:55:38 EST; 36s ago
Docs: man:netctl.special(7)
Process: 10111 ExecStop=/usr/bin/netctl-auto stop %I (code=exited, status=0/SUCCESS)
Process: 10139 ExecStart=/usr/bin/netctl-auto start %I (code=exited, status=0/SUCCESS)
CGroup: /system.slice/system-netctl\x2dauto.slice/netctl-auto@wifi.service
├─10175 wpa_supplicant -q -B -P /run/wpa_supplicant_wifi.pid -i wifi -D nl80211,wext -c/run/network/wpa_supplicant_wifi.conf -W
└─10177 wpa_actiond -p /run/wpa_supplicant -i wifi -P /run/network/wpa_actiond_wifi.pid -a /usr/lib/network/auto.action
Nov 20 12:55:38 krey-laptop netctl-auto[10139]: Included profile 'mulberry'
Nov 20 12:55:38 krey-laptop netctl-auto[10139]: Included profile 'GCguest'
Nov 20 12:55:38 krey-laptop netctl-auto[10139]: Included profile 'home'
Nov 20 12:55:38 krey-laptop wpa_actiond[10177]: Starting wpa_actiond session for interface 'wifi'
Nov 20 12:55:38 krey-laptop systemd[1]: Started Automatic wireless network connection using netctl profiles.
Nov 20 12:55:42 krey-laptop wpa_actiond[10177]: Interface 'wifi' connected to network 'krey LAN'
Nov 20 12:55:42 krey-laptop dhcpcd[10184]: DUID 00:01:00:01:1b:82:d4:73:80:86:f2:b1:f5:bc
Nov 20 12:55:42 krey-laptop dhcpcd[10184]: wifi: IAID f2:b1:f5:bc
Nov 20 12:55:42 krey-laptop dhcpcd[10184]: wifi: soliciting a DHCP lease
Nov 20 12:56:12 krey-laptop dhcpcd[10184]: timed out
The only way I've been able to fix it is by restarting the router. But my phone wireless works fine, so it's not entirely the router's fault.
[krey@krey-laptop ~]$ sudo lspci -v
08:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73)
Subsystem: Intel Corporation Dual Band Wireless-AC 7260
Flags: bus master, fast devsel, latency 0, IRQ 35
Memory at f2d00000 (64-bit, non-prefetchable) [size=8K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [40] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number 80-86-f2-ff-ff-b1-f5-bc
Capabilities: [14c] Latency Tolerance Reporting
Capabilities: [154] Vendor Specific Information: ID=cafe Rev=1 Len=014 <?>
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
The router is a TP-LINK TL-WR720N (crappy, I know, but I needed something cheap quickly)
Any help would be much appreciated!
Last edited by krey (2015-11-28 20:47:02)
Offline
Sometimes it’s just a bad wireless adapter. At the moment, I happen to have a small netbox computer w/ built-in wireless adapter. Does the very same thing. It drops the wireless connection after several hours, only a reboot restores it.
Offline
https://wiki.archlinux.org/index.php/Wi … on#iwlwifi
Check that "Power Management" is disabled is the output of `iwconfig`
Jin, Jîyan, Azadî
Offline
Thank you, disabling power management solved the issue.
Offline