I've got a Asus WL500g Premium router. I installed Kamikaze 7.09 and I have a little trouble with wifi. I was trying to configure it via webif with WPA2 encryption and I saw: wl0: Invalid argument. I tried with WEP encryption. Everything was OK but I can't connect to router with my notebook via wifi. I found the network I connected but I don't have IP adress, I am trying to put IP myself but it doesn't help. Lan DHCP is turned on.
######## /etc/config/wireless ##########
config wifi-device wl0
option type broadcom
option channel 5
option disabled 0
# REMOVE THIS LINE TO ENABLE WIFI:
config wifi-iface
option device wl0
option network lan
option mode ap
option ssid hudyvolt
option encryption wep
# option hidden 0
# option isolate 0
# option bgscan 0
# option wds 0
option key 1
option hidden 0
option key1 1afca81a14
option key2 2b058586f1
option key3 9955b1dfc3
option key4 3e07efa4a8
########## /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.1.1
option netmask 255.255.255.0
#### WAN configuration
config interface wan
option ifname "eth0.1"
option proto dhcp
How to configure it?