User Tools

Site Tools


chumbyhackerboard:wifi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
chumbyhackerboard:wifi [2010/08/30 16:32]
ladyada
chumbyhackerboard:wifi [2011/02/02 23:42]
dbc
Line 1: Line 1:
-notes!+ 
 +====== Dongly ====== 
 + 
 +{{:​chumbyhackerboard:​wn321g_lrg.jpg?​500|}} 
 + 
 +The Chumby hacker board does not have Wireless capability built in, but its very easy to addThe best dongle to use is the [[http://​www.adafruit.com/​index.php?​main_page=product_info&​cPath=47&​products_id=283|TP-LINK TL-WN321G (or any other RT73-based dongle)]] which has drivers ready to go. Note that many dongles probably won't work - if you have one kicking around you can try it but don't be surprised when it is not recognized! 
 + 
 +If you know of an adapter that does/​doesn'​t work, you should post it here: 
 +  * Works - RT73 based: 
 +    * Hawking HWUG1 with external antenna adapter. FCC ID: NDD957318S607 
 +    * <yours here> 
 +  * Works with alternate driver: 
 +    * [[http://​www.dealextreme.com/​details.dx/​sku.48166|This]] mini-dongle works using [[http://​junk.kanniets.nl/​files/​8192cu.ko|this]] module. 
 +    * <yours here> 
 +  * Doesn'​t work 
 +    * <​here>​ 
 + 
 + 
 + 
 +Download the module and copy it to your chumby, say /​mnt/​storage/​. Then run the following commands. 
 + 
 +  $ cd /​mnt/​storage/​ 
 +  $ mount -oremount,​rw / 
 +  $ install -p -m 644 8192cu.ko /​lib/​modules/​2.6.28-chumby/​kernel/​drivers/​net/​wireless/​ 
 +  $ depmod -a 2.6.28-chumby 
 +  $ mount -oremount,​ro / 
 + 
  
 ====== Connecting to your WiFi network ====== ====== Connecting to your WiFi network ======
Line 7: Line 34:
 {{:​chumbyhackerboard:​plugwlan.gif|}} {{:​chumbyhackerboard:​plugwlan.gif|}}
  
-Run **iwconfig ​wlan0 scan** to list all the local networks+Run **iwlist ​wlan0 scan** to list all the local networks
  
 {{:​chumbyhackerboard:​iwlist.gif|}} {{:​chumbyhackerboard:​iwlist.gif|}}
Line 34: Line 61:
 {{:​chumbyhackerboard:​ifconfigup.gif|}} {{:​chumbyhackerboard:​ifconfigup.gif|}}
  
-Then run **dhclient**+Then run **dhclient ​wlan0** (the image doesnt show the **wlan0** because I had already run dhclient to do this tutorial, make sure to stick the **wlan0** part on!)
  
-{{:​chumbyhackerboard:​dhcpdwlan0.gif|}}+{{:​chumbyhackerboard:​dhclient.gif|}}
  
 You should be able to ping! You should be able to ping!
Line 58: Line 85:
  
 {{:​chumbyhackerboard:​iwremount.gif|}} {{:​chumbyhackerboard:​iwremount.gif|}}
 +
 +If you need to, set up your **resolv.conf** so that you have one or two DNS servers in there
  
 {{:​chumbyhackerboard:​resolvconf.gif|}} {{:​chumbyhackerboard:​resolvconf.gif|}}
 +
 +When you're done, be tidy and remount / as read only, k?
  
 {{:​chumbyhackerboard:​remountro.gif|}} {{:​chumbyhackerboard:​remountro.gif|}}
 +
 +====== "​Easy"​ way ======
 +
 +In [[http://​forum.chumby.com/​viewtopic.php?​pid=31627#​p31627|this]] post by ChumbyLurker you'll find an easy way to configure your wireless, WPA and all.
  
/home/ladyada/public_html/wiki/data/pages/chumbyhackerboard/wifi.txt · Last modified: 2016/01/28 18:05 (external edit)