The restoration tool is simply...
You click on black reset button of the router, and plug the energy, and then the power led go blink slowly...
The router is in safe mode...
Plug the LAN cable on PC-Router...
you launch the restoration tool on a pc or virtual machine with windows...
and select the image what you want upload.. then upload the image and the router its flashed...
simple and great...
is the guide...the DD-WRT with me work fine...
http://www.society9.com/an-easy-guide-t ... sus-520gu/
But mightyohm you can put here the best solution .trx link for my project please?
Thanks...
Help Hack WL 520GU
Re: Help Hack WL 520GU
Hi people,
Today i'm installed for the first time the OpenWrt sucessfully...
But...there is always a but... :
When i'm configuring the router i changed the wireless and network configurations, but the LED of the Wireless dont come up...
The changes are here:
Wireless:
NetWork:
/etc/resolv.conf
What wrong??
I'm in a MAC plataform, i have the airport turned off...
But the LED of the router dont come up...
Thanks everyone...
Today i'm installed for the first time the OpenWrt sucessfully...
But...there is always a but... :

When i'm configuring the router i changed the wireless and network configurations, but the LED of the Wireless dont come up...

The changes are here:
Wireless:
Code: Select all
config wifi-device wl0
option type broadcom
option channel 2
# REMOVE THIS LINE TO ENABLE WIFI:
config wifi-iface
option device wl0
option network lan
option mode sta #configura o router para conectar a net
option ssid MyNetwork #O SSID da rede
option encryption wep #o modo de encriptacao da vossa rede
option key 12345 # adicionem a password da vossa rede
~
~
~
~
~
~
~
~
~
- etc/config/wireless 1/14 7%
Code: Select all
#### VLAN configuration
config switch eth0
option vlan0 "1 2 3 4 5*"
option vlan1 "0 5"
#### Loopback configuration
config interface loopback
option ifname "lo"
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
#### LAN configuration
config interface lan
option type bridge
option ifname "eth0.0"
option proto dhcp
#option ipaddr 192.168.1.1
#option netmask 255.255.255.0
- /etc/config/network 1/27 3%
Code: Select all
nameserver 127.0.0.1
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
- /etc/resolv.conf 1/1 100%
I'm in a MAC plataform, i have the airport turned off...
But the LED of the router dont come up...
Thanks everyone...
Re: Help Hack WL 520GU
This is becoming a FAQ these days - I think I will need to write something about this and put it on the wiki soon!
If the air light is not on, the router is not connecting to your home wireless network. Usually this is because the channel is set incorrectly in /etc/config/wireless, or because the encryption is not set correctly. Try double-checking that you have the right channel number, and maybe turn off WEP and see if you can get the router to connect that way first, before re-enabling it again.
If the air light is not on, the router is not connecting to your home wireless network. Usually this is because the channel is set incorrectly in /etc/config/wireless, or because the encryption is not set correctly. Try double-checking that you have the right channel number, and maybe turn off WEP and see if you can get the router to connect that way first, before re-enabling it again.
Jeff Keyzer
http://mightyohm.com
http://mightyohm.com
Re: Help Hack WL 520GU
I used an Xbee adaptor to do the serial communication. It has a 3.3V level.
Re: Help Hack WL 520GU
But for enable the wireless in the router i need connect the router to my home wireless network? Because i just need the wireless connected to my computer for comunication between PC - Router - Arduino.mightyohm wrote:This is becoming a FAQ these days - I think I will need to write something about this and put it on the wiki soon!
If the air light is not on, the router is not connecting to your home wireless network. Usually this is because the channel is set incorrectly in /etc/config/wireless, or because the encryption is not set correctly. Try double-checking that you have the right channel number, and maybe turn off WEP and see if you can get the router to connect that way first, before re-enabling it again.
Thanks...
Re: Help Hack WL 520GU
No, you do not, but you need to configure the router differently than you would if you were connecting to an existing wireless network.
You can read about the configuration options here:
http://wiki.openwrt.org/doc/uci/wireless
You'll want to set "option mode ap" (I think) and you might need to make some minor changes to /etc/config/network depending on how you want to assign IP addresses on your point to point network.
Also, needless to say you'll have to use a different SSID than your home network, and your PC won't be able to connect to both the router and your home wireless at the same time (unless you have two wifi cards?)
You can read about the configuration options here:
http://wiki.openwrt.org/doc/uci/wireless
You'll want to set "option mode ap" (I think) and you might need to make some minor changes to /etc/config/network depending on how you want to assign IP addresses on your point to point network.
Also, needless to say you'll have to use a different SSID than your home network, and your PC won't be able to connect to both the router and your home wireless at the same time (unless you have two wifi cards?)
Jeff Keyzer
http://mightyohm.com
http://mightyohm.com
Re: Help Hack WL 520GU
Yeah i know i cant connect to both network's at the same time...
Thanks for the link, i will try..
If anyone have the wireless configurations of this router in AP mode i aprecciate...
Thanks one more time...
Thanks for the link, i will try..
If anyone have the wireless configurations of this router in AP mode i aprecciate...
Thanks one more time...
Re: Help Hack WL 520GU
Hi, after very long time without touch on this project, i'm back again with a question...
I have my router in AP Mode and i can access them via wireless, but now i need access them via ssh/telnet to use it..
But when i try "ssh root@<ip address>" show me a message "Connection refused"...
I trying to resolve this for 3 hours and nothing until now...
What is wrong for i cant access via ssh?
Any help?
Thanks a lot,
André.
I have my router in AP Mode and i can access them via wireless, but now i need access them via ssh/telnet to use it..
But when i try "ssh root@<ip address>" show me a message "Connection refused"...
I trying to resolve this for 3 hours and nothing until now...
What is wrong for i cant access via ssh?
Any help?
Thanks a lot,
André.