No internet connection
Posted: Thu Mar 03, 2011 2:03 pm
Hi Guys,
I'm from Germany and new in this forum. I love the Wifi Radio Project and i would like to create my own radio. I bought the asus wl520gu and i tried to flash and config openwrt on the router. I tried the tutorial from tinkernut (http://www.youtube.com/watch?v=Bp26xFBw ... r_embedded), but it won't work. I get no internet connection when i try to update opkg.
Can you help me?
Greets John
I'm from Germany and new in this forum. I love the Wifi Radio Project and i would like to create my own radio. I bought the asus wl520gu and i tried to flash and config openwrt on the router. I tried the tutorial from tinkernut (http://www.youtube.com/watch?v=Bp26xFBw ... r_embedded), but it won't work. I get no internet connection when i try to update opkg.
Code: Select all
config wifi-device wl0
option type broadcom
option channel 9
# REMOVE THIS LINE TO ENABLE WIFI:
config wifi-iface
option device wl0
option network wlan
option mode sta
option ssid MySSID
option encryption psk2
option key MyKey
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 static
option ipaddr 192.168.1.10
option netmask 255.255.255.0
option gateway 192.168.1.2
option dns 8.8.8.8
Code: Select all
root@OpenWrt:~# opkg update
Downloading http://mightyohm.com/files/kamikaze-2.4/packages/mipsel/Packages.gz
wget: bad address 'mightyohm.com'
Signiture check for snapshots skipped because GPG support was not enabled in this build
Collected errors:
* opkg_download: ERROR: Command failed with return value 1: `wget --passive-ftp -P /tmp/opkg-JPeQJf http://mightyohm.com/files/kamikaze-2.4/packages/mipsel/Packages.gz'
Greets John