Search found 6 matches

by fperkins
Fri Jun 16, 2017 12:51 pm
Forum: General Discussion
Topic: Uptime on login page
Replies: 2
Views: 2637

Re: Uptime on login page

For now, I just changed the parsing code to this snippet. Seems to work well:

Code: Select all

echo "$(uptime | awk -F'( |,|:)+' '{if ($7=="min") m=$6; else {if ($7~/^day/) {d=$6;h=$8;m=$9} else {h=$6;m=$7}}} {print d+0,"days,",h+0,"hours,",m+0,"minutes."}')"
by fperkins
Fri Jun 16, 2017 10:46 am
Forum: General Discussion
Topic: Uptime on login page
Replies: 2
Views: 2637

Uptime on login page

I have been having some issues with an access point so I would like to add uptime to the login.sh page. I was able to do it by adding my own section: <fieldset id="up_time" style="display:block"> <legend class="sectionheader">Uptime</legend> <div class="nocolumn&qu...
by fperkins
Wed May 31, 2017 8:30 am
Forum: Network / Wireless Issues
Topic: TL-WA850RE N Speed?
Replies: 5
Views: 4382

Re: TL-WA850RE N Speed?

I do see the speeds drop off considerably when I'm connected to my Apple Airport Express/Buffalo Router vs the TL-WA850RE wireless extenders (2 of them) Buffalo/Apple: Show ~60mbs TL-WA850RE: Both show between ~12.5-6mbs download. Perhaps there is a better way to test? What I'm doing is using "...
by fperkins
Tue May 30, 2017 6:36 pm
Forum: Network / Wireless Issues
Topic: Wifi Problems with TP-WA850RE
Replies: 4
Views: 3228

Re: Wifi Problems with TP-WA850RE

Do you have ping watchdog plugin enabled so it can reboot itself when it finds an issue?
by fperkins
Tue May 30, 2017 5:55 pm
Forum: Network / Wireless Issues
Topic: TL-WA850RE N Speed?
Replies: 5
Views: 4382

Re: TL-WA850RE N Speed?

Thanks for the reply. I just x'd out my SID and password: wireless.radio0=wifi-device wireless.radio0.type=mac80211 wireless.radio0.path=platform/ar934x_wmac wireless.radio0.channel=1 wireless.radio0.htmode=HT20 wireless.radio0.hwmode=11g wireless.cfg2=wifi-iface wireless.cfg2.device=radio0 wireless...
by fperkins
Tue May 30, 2017 9:57 am
Forum: Network / Wireless Issues
Topic: TL-WA850RE N Speed?
Replies: 5
Views: 4382

TL-WA850RE N Speed?

I have two TL-WA850RE repeaters setup as wireless bridge/repeater running v1.8.1 The Operation mode drop down under Connection/Basic is defaulting to G+B. I tried to manually change it to N+G+B or Auto but it defaults back to G+B. In reading the production page, it looks like the device is capable o...