Search found 5 matches

by .//Hack
Thu May 31, 2012 3:02 pm
Forum: Network / Wireless Issues
Topic: WR1043ND Antennas
Replies: 2
Views: 4258

Re: WR1043ND Antennas

But "0x" mean that it in HEX.
1 - first antenna, 2 - second, 4 - third
Example

Code: Select all

wireless.radio0.txantenna=0x5
wireless.radio0.rxantenna=0x2
It mean that second antenna for recieve and first and third for transfer
by .//Hack
Tue May 29, 2012 4:53 am
Forum: Hardware / Installation Issues
Topic: Tp-link 1043ND bricked
Replies: 11
Views: 25199

Re: Tp-link 1043ND bricked

I brick too (lost /bin folder), but simple recover. My steps: 1. Load in failsafe mode. Power on router, when sys led blink hold QSS button then sys led blink faster. Now we in failsafe mode. 2. Connect PC to LAN1 3. IP settings on PC is 192.168.1.2/255.255.255.0 4. Launch web-server on PC. Put firm...
by .//Hack
Tue May 29, 2012 4:31 am
Forum: Hardware / Installation Issues
Topic: TL-WR1043ND and WLAN led
Replies: 0
Views: 1481

TL-WR1043ND and WLAN led

I have small problem with wlan led when wifi in idle.
If last operation on wifi finished when wlan led off then it stays off until activity will not appears on wifi
by .//Hack
Mon May 28, 2012 6:05 pm
Forum: Hardware / Installation Issues
Topic: TL-WR1043ND and PPPoE notification
Replies: 1
Views: 2006

Re: TL-WR1043ND and PPPoE notification

I resolve it without ping while [ true ]; do IP=$(ifconfig | grep "addr.*P-t-P.*Mask" | cut -d : -f2 | cut -d ' ' -f1 | awk '{print length($0)}') [ "$IP" -gt 0 ] && echo 1 > /sys/class/leds/tl-wr1043nd:green:qss/brightness [ "$IP" -gt 0 ] || echo 0 > /sys/class/...
by .//Hack
Mon May 28, 2012 3:57 pm
Forum: Hardware / Installation Issues
Topic: TL-WR1043ND and PPPoE notification
Replies: 1
Views: 2006

TL-WR1043ND and PPPoE notification

Hello!
Before I have D-Link DIR-615. And it have very good function which notify when router connected via pppoe. It possibe for TL-WR1043ND?

I think try next:
ping internet (example google) every n seconds. And if ping is successful then QSS led on, if connect lost then QSS led off.