Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Constant loss of connection
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
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
deHakkelaar Offline
Administrator
******
Posts: 360
Joined: Dec 2012
Reputation: 23
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
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Constant loss of connection - naox - 1st Apr, 2017, 08:22 PM
RE: Constant loss of connection - Nachteule - 2nd Apr, 2017, 04:30 AM
RE: Constant loss of connection - naox - 4th Apr, 2017, 04:35 AM
RE: Constant loss of connection - naox - 7th Apr, 2017, 04:05 AM
RE: Constant loss of connection - Nachteule - 7th Apr, 2017, 05:13 AM
RE: Constant loss of connection - deHakkelaar - 7th Apr, 2017, 08:28 AM
RE: Constant loss of connection - Nachteule - 7th Apr, 2017, 09:29 AM
RE: Constant loss of connection - deHakkelaar - 7th Apr, 2017, 09:41 AM
RE: Constant loss of connection - Nachteule - 7th Apr, 2017, 09:50 AM
RE: Constant loss of connection - deHakkelaar - 7th Apr, 2017, 10:04 AM
RE: Constant loss of connection - Nachteule - 7th Apr, 2017, 10:08 AM
RE: Constant loss of connection - deHakkelaar - 8th Apr, 2017 11:07 AM
RE: Constant loss of connection - Nachteule - 8th Apr, 2017, 11:25 AM
RE: Constant loss of connection - deHakkelaar - 8th Apr, 2017, 11:52 AM
RE: Constant loss of connection - Nachteule - 9th Apr, 2017, 03:23 AM
RE: Constant loss of connection - abdulmueid - 15th Apr, 2017, 02:55 AM
RE: Constant loss of connection - Nachteule - 15th Apr, 2017, 03:24 AM
RE: Constant loss of connection - abdulmueid - 15th Apr, 2017, 03:55 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 7th Jun, 2025, 08:44 PM Powered By MyBB, © 2002-2025 MyBB Group.