Wifi

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(+cat)
m (Robot: Fixing double redirect)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
To get wireless networking working via the GUI, use the ASU software which includes the campwifi.py script. It will connect to any open (unencrypted) network.
+
#REDIRECT [[Neo FreeRunner Wifi]]
 
+
To connect to a WEP encrypted network, you'll need to SSH into your phone and issue the following commands:
+
 
+
<pre>
+
ifconfig eth0 up                                                                                                   
+
iwconfig eth0 essid any                                                                                           
+
iwconfig eth0 key 'mykey'                                                                                         
+
iwconfig eth0 essid 'myssid'                                                                                       
+
ifup eth0
+
</pre>
+
 
+
[[Category:Application Developer]]
+

Latest revision as of 00:23, 24 August 2008

  1. REDIRECT Neo FreeRunner Wifi
Personal tools

To get wireless networking working via the GUI, use the ASU software which includes the campwifi.py script. It will connect to any open (unencrypted) network.

To connect to a WEP encrypted network, you'll need to SSH into your phone and issue the following commands:

ifconfig eth0 up                                                                                                    
iwconfig eth0 essid any                                                                                             
iwconfig eth0 key 'mykey'                                                                                           
iwconfig eth0 essid 'myssid'                                                                                        
ifup eth0