....I'll test the commadLine based manual AP setup... Edit: I tested the solution, but it did not get the web / application manager to see the net: so what's the point. I dragged the Device to more quiet wlan coverage and it showed the avaiable accespoints! At least the HW works!! Code: OS: os2007HE installed packages: xterm, gainroot, wireless-tools step 1: get root access in a xterm step 2: run these commands in the xterm: ifconfig wlan0 up iwconfig wlan0 key <your wep key> iwconfig wlan0 mode managed iwconfig wlan0 essid <your ssid> ifconfig wlan0 <your ip> netmask <your netmask> route add -net 0.0.0.0 netmask 0.0.0.0 gw <your default gateway> echo "nameserver <your dns server>" > /etc/resolv.conf gconftool -s -t string /system/osso/connectivity/IAP/DEFAULT/type DUMMY In the above commands, replace "<blahblah>" with parameters of your network(without the '<' and '>'). Then minimo should work fine; when using any built-in applications and the 770 asks you to choose a connection, always choose "DEFAULT" from the list, and then everything should work fine. You can also put all the commands in a script to make it easier to run it again.
OS: os2007HE installed packages: xterm, gainroot, wireless-tools step 1: get root access in a xterm step 2: run these commands in the xterm: ifconfig wlan0 up iwconfig wlan0 key <your wep key> iwconfig wlan0 mode managed iwconfig wlan0 essid <your ssid> ifconfig wlan0 <your ip> netmask <your netmask> route add -net 0.0.0.0 netmask 0.0.0.0 gw <your default gateway> echo "nameserver <your dns server>" > /etc/resolv.conf gconftool -s -t string /system/osso/connectivity/IAP/DEFAULT/type DUMMY In the above commands, replace "<blahblah>" with parameters of your network(without the '<' and '>'). Then minimo should work fine; when using any built-in applications and the 770 asks you to choose a connection, always choose "DEFAULT" from the list, and then everything should work fine. You can also put all the commands in a script to make it easier to run it again.