Out of the box the wifi on my laptop was impossible to use, the connection just dropped every time in less than a minute.
I made these changes on the router:
- changed to channel 9;
- changed encryption to WPA2-AES with no WEP or TKIP.
And these changes on the laptop:
plus on the connection:
- MAC restricted to device
- IPV4 set to manual with Google DNS
- IPv6 ignored.
- Also set resolvconf to be used.
After all that the connection is nearly perfect, except that the IP sometimes is lost. I was able to identify a specific time when it happens and collect logs from it.
Specifically, when I download the game Ryza Roads from my itch io account, every time the connection is lost after a few MB downloaded.
This is journalctl --follow" before the fail (MAC removed):
This is "journalctl --follow" after the fail:
And this is "journalctl -u systemd-resolved.service":
This is the paste of the script of ubuntuforums containing every necessary hardware and more info:
Any ideas on how to fix this remaining wifi issue?
Thank you very much in advance for any assistance.
EDIT: solutions here https://www.kubuntuforums.net/showth...l=1#post439947
I made these changes on the router:
- changed to channel 9;
- changed encryption to WPA2-AES with no WEP or TKIP.
And these changes on the laptop:
Code:
sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf sudo iw reg set PT sudo sed -i 's/^REG.*=$/&PT/' /etc/default/crda
- MAC restricted to device
- IPV4 set to manual with Google DNS
- IPv6 ignored.
- Also set resolvconf to be used.
After all that the connection is nearly perfect, except that the IP sometimes is lost. I was able to identify a specific time when it happens and collect logs from it.
Specifically, when I download the game Ryza Roads from my itch io account, every time the connection is lost after a few MB downloaded.
This is journalctl --follow" before the fail (MAC removed):
Code:
Before fail: $ journalctl --follow -- Logs begin at Wed 2020-08-12 19:38:30 WEST. -- Aug 17 18:24:32 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=194.26.29.124 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=243 ID=2059 PROTO=TCP SPT=44626 DPT=9360 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:24:54 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=194.26.29.124 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=242 ID=54625 PROTO=TCP SPT=44626 DPT=6116 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:25:16 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=194.26.29.124 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=242 ID=61519 PROTO=TCP SPT=44626 DPT=8713 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:25:31 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=192.35.169.17 DST=192.168.1.7 LEN=44 TOS=0x00 PREC=0x00 TTL=34 ID=44792 PROTO=TCP SPT=57443 DPT=8089 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:25:55 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=194.26.29.124 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=242 ID=31987 PROTO=TCP SPT=44626 DPT=5430 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:26:18 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=51.254.167.166 DST=192.168.1.7 LEN=40 TOS=0x08 PREC=0x00 TTL=233 ID=16337 PROTO=TCP SPT=43609 DPT=37771 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:26:34 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=194.26.29.124 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=242 ID=43429 PROTO=TCP SPT=44626 DPT=5363 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:26:49 pemartins-X55U wpa_supplicant[776]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-77 noise=9999 txrate=39000 Aug 17 18:26:51 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=194.26.29.124 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=243 ID=26369 PROTO=TCP SPT=44626 DPT=6790 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:27:00 pemartins-X55U wpa_supplicant[776]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-65 noise=9999 txrate=39000 Aug 17 18:27:11 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=193.27.229.47 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=239 ID=8699 PROTO=TCP SPT=50830 DPT=33360 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:27:16 pemartins-X55U wpa_supplicant[776]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-75 noise=9999 txrate=19500 Aug 17 18:27:21 pemartins-X55U wpa_supplicant[776]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-69 noise=9999 txrate=13000 Aug 17 18:27:31 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=194.26.29.124 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=242 ID=20298 PROTO=TCP SPT=44626 DPT=4221 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:27:50 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=194.26.29.124 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=243 ID=30070 PROTO=TCP SPT=44626 DPT=6003 WINDOW=1024 RES=0x00 SYN URGP=0
Code:
After failure: Aug 17 18:28:07 pemartins-X55U systemd-resolved[713]: Using degraded feature set (UDP) for DNS server 8.8.4.4. Aug 17 18:28:13 pemartins-X55U systemd-resolved[713]: Using degraded feature set (UDP) for DNS server 8.8.8.8. Aug 17 18:28:13 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=87.251.73.234 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=238 ID=24486 PROTO=TCP SPT=51807 DPT=6053 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:28:21 pemartins-X55U systemd-resolved[713]: Using degraded feature set (TCP) for DNS server 8.8.4.4. Aug 17 18:28:24 pemartins-X55U systemd-resolved[713]: Using degraded feature set (TCP) for DNS server 8.8.8.8. Aug 17 18:28:30 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=194.26.29.124 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=242 ID=34993 PROTO=TCP SPT=44626 DPT=8085 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:28:51 pemartins-X55U wpa_supplicant[776]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-75 noise=9999 txrate=6500 Aug 17 18:28:54 pemartins-X55U kernel: [UFW BLOCK] IN=wlp1s0 OUT= MAC=xxxx SRC=87.251.74.59 DST=192.168.1.7 LEN=40 TOS=0x00 PREC=0x00 TTL=238 ID=15748 PROTO=TCP SPT=44348 DPT=6628 WINDOW=1024 RES=0x00 SYN URGP=0 Aug 17 18:28:54 pemartins-X55U wpa_supplicant[776]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-67 noise=9999 txrate=1000
Code:
-- Reboot --Aug 17 17:48:07 pemartins-X55U systemd[1]: Starting Network Name Resolution... Aug 17 17:48:10 pemartins-X55U systemd-resolved[713]: Positive Trust Anchors: Aug 17 17:48:10 pemartins-X55U systemd-resolved[713]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d Aug 17 17:48:10 pemartins-X55U systemd-resolved[713]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test Aug 17 17:48:12 pemartins-X55U systemd-resolved[713]: Using system hostname 'pemartins-X55U'. Aug 17 17:48:12 pemartins-X55U systemd[1]: Started Network Name Resolution. Aug 17 18:28:07 pemartins-X55U systemd-resolved[713]: Using degraded feature set (UDP) for DNS server 8.8.4.4. Aug 17 18:28:13 pemartins-X55U systemd-resolved[713]: Using degraded feature set (UDP) for DNS server 8.8.8.8. Aug 17 18:28:21 pemartins-X55U systemd-resolved[713]: Using degraded feature set (TCP) for DNS server 8.8.4.4. Aug 17 18:28:24 pemartins-X55U systemd-resolved[713]: Using degraded feature set (TCP) for DNS server 8.8.8.8.
Code:
[URL]https://pastebin.com/raw/x1qtcHkr[/URL]
Thank you very much in advance for any assistance.
EDIT: solutions here https://www.kubuntuforums.net/showth...l=1#post439947
Comment