I'm new to openwrt. Got my WR703N flashed to Openwrt trunk r30391 dated Feb 9. Didn't do the opkg upgrade/luci part as I wanted to setup via telnet.
Setting up wired lan was ok and wireless AP without security was ok too.
Problem was trying enable WPA2. Wifi will complain about not enough random entrophy and clients can't associate with the AP.
Before giving up, I did a opkg upgrade & install luci, setup the wireless via luci and it works!
Below is the current wireless conf and it looks similar to what I edited earlier manually. Did I missed a step that prevent me from doing the wireless setup with WPA?
root@OpenWrt:~# cat /etc/config/wireless
config 'wifi-device' 'radio0'
option 'type' 'mac80211'
option 'channel' '11'
option 'hwmode' '11ng'
option 'htmode' 'HT20'
list 'ht_capab' 'SHORT-GI-20'
list 'ht_capab' 'SHORT-GI-40'
list 'ht_capab' 'RX-STBC1'
list 'ht_capab' 'DSSS_CCK-40'
option 'disabled' '0'
config 'wifi-iface'
option 'device' 'radio0'
option 'mode' 'ap'
option 'encryption' 'psk2'
option 'key' 'mypassword'
option 'ssid' 'openwrt'