hello world. just put kamikaze on two brand new WL500GPs. Everything looks ok, except wlan.
At first both had wlan disabled. iwconfig showed txpower: off on both interfaces. I fiddled around with one of them and when i was about to write my problem here I had the idea of adding a config section with option mode ap (I only had wds up until then).
After a reboot this one router suddently brings up it's wl0 interface and adds it to the bridge. There is also an interface called wds0.1 which also seems to be what I want. I can't connect to the router using wlan: authentication timed out. So there still might be something wrong, but I only care for wds. Since wl0 came up after I added a normal ap wifi-iface I figure I have to put that on the other router as well.
/etc/config/wireless:
config wifi-device wl0
option type broadcom
option channel 5
config wifi-iface
option device wl0
option network lan
option mode ap
option ssid default
option encryption psk
option key myothersecretkey
config wifi-iface
option device wl0
option network lan
option mode wds
option ssid OpenWrt
option encryption psk
option key mysecretkey
option bssid MA:Co:Fo:TH:ER:dE:VI:CE
both images are the same, both config files are the same (except for the bssid) one of them brings up wl0, the other doesn't.
can anybody help me with this?
thanks in advance