Constant loss of connection
|
8th Apr, 2017, 11:07 AM
(This post was last modified: 8th Apr, 2017 11:48 AM by deHakkelaar.)
Post: #12
|
|||
|
|||
RE: Constant loss of connection
Next question, how do you disable power saving for on board WiFi on a Pi3 if its not in the parameters ?
Is this done in "interfaces" with the "wireless-power off" directive ? Makes me wonder if its working at all. For diagnosing, one could leave a ping running (keep alive) so the adapter doesnt fall asleep for sure eg: Terminal $ ping -i 30 -q $(sudo route -n | grep 'UG[ \t]' | awk '{print $2}') & [1] 28888 PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data. $ Terminal $ jobs [1]+ Running ping -i 30 -q $(sudo route -n | grep 'UG[ \t]' | awk '{print $2}') & $ Terminal $ fg 1 ping -i 30 -q $(sudo route -n | grep 'UG[ \t]' | awk '{print $2}') ^C --- 10.0.0.1 ping statistics --- 16 packets transmitted, 16 received, 0% packet loss, time 75056ms rtt min/avg/max/mdev = 5.699/24.601/64.604/25.050 ms $ There are only 10 types of people in the world: those who understand binary, and those who don't |
|||
« Next Oldest | Next Newest »
|