First - thanks for providing a great site. I am all very new to this, but I am learning a lot by reading your tutorials. I am trying to make tinkernuts version of the Wifi radio - as this is a big enough learning curve for me. I realise this forum isn't specifically for his version, but as his forum is read only, and as the problems I am having are with the Asus WL-520GU, I am hoping some of you guys may be able to help me.
I have followed along to the youtube clip right up until the point where I enter this command : /etc/init.d/network restart
After this - nothing happens. The air light doesn't light up - which I presume would indicate is that its not connected to my wireless network.
I have tried many different versions of router, network IP address - but nothing seems to work. I am NOT even sure if I am using the correct router or network addresses. In a similar post on these forums, a suggestion was made to change to WEP encryption - which I have done. I have also run ifconfig and taken a look at the addresses there. Still no joy.
As I am a newbie with all of this, I bet it is a simple problem, so i am kinda hoping someone may be able to help.
Here are my settings - note I have blanked out my password for my wireless network:
Code: Select all
KAMIKAZE (bleeding edge, r12857) -------------------
* 10 oz Vodka Shake well with ice and strain
* 10 oz Triple sec mixture into 10 shot glasses.
* 10 oz lime juice Salute!
---------------------------------------------------
root@OpenWrt:~# vi /etc/config/wireless
config wifi-device wl0
option type broadcom
option channel 5
# REMOVE THIS LINE TO ENABLE WIFI:
# option disabled 1
config wifi-iface
option device wl0
option network lan
option mode sta
option ssid Goston Wireless
option encryption wep
option key xxxxxxxxxx
~
~
~
~
~
~
~
~
~
root@OpenWrt:~# vi /etc/config/network
#### 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 static
option ipaddr 192.168.69.10
option netmask 255.255.255.0
option gateway 192.168.1.254
option dns 8.8.8.8
root@OpenWrt:~# /etc/init.d/network restart
Code: Select all
option ipaddr 192.168.69.10
option netmask 255.255.255.0
option gateway 192.168.1.254
Also, here is my ifconfig when I plug into the Asus router and open putty then ssh.
Code: Select all
root@OpenWrt:~# ifconfig
br-lan Link encap:Ethernet HWaddr 00:22:15:7F:9F:B8
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:157 errors:0 dropped:0 overruns:0 frame:0
TX packets:93 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:15423 (15.0 KiB) TX bytes:9615 (9.3 KiB)
Ok, so lots of info in this post. Any thoughts?
Thanks again for considering to help me here. This is a very exciting project - because it is pushing me well outside my comfort zone re computer stuff and I am learning a lot....
Mark
New Zealand