11-17-2018, 11:28 AM
(11-16-2018, 11:53 AM)Surehand53 Wrote: Is anyone else experiencing wifi/network issues with Archlinux ?
I had some problems getting wifi up consistently without getting intermittent and sporadic errors about "no route to host" and packet loss when pinging.
I found a workaround that did indeed help. Open a terminal and enter as root:
Code:
ip route add default via 192.168.0.1 dev wlan0
Since I did that a couple of hours ago my wifi connection on the pinebook is stable.
The disadvantage of the above method is that it does not cure the root cause (which is unknown to me) but the symptom. So this has to be entered after every boot and maybe even every reconnect (haven't tried that yet).