Here is another:
If you runt WPA-PSK with AES you will get this output from the script:
+ . /root/Settings/Network/wireless/eth0
+ WIRELESS_ESSID=kg4
+ WIRELESS_AUTH_MODE=WPA-PSK
+ WIRELESS_WPA_PSK=j85first
+ WIRELESS_PAIRWISE=CCMP TKIP
/root/Settings/Network/wireless/eth0: 1: TKIP: not found
+ WIRELESS_GROUP=CCMP TKIP
/root/Settings/Network/wireless/eth0: 1: TKIP: not found

To fix that, change lines 277 and 278 into:
echo "WIRELESS_PAIRWISE=\"CCMP TKIP\"" >> $TMP_FILE;
echo "WIRELESS_GROUP=\"CCMP TKIP\"" >> $TMP_FILE;

HTH
-- 
Regards,
Torfinn Ingolfsen
_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to