<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.gumstix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dirk</id>
		<title>Gumstix User Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.gumstix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dirk"/>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php/Special:Contributions/Dirk"/>
		<updated>2026-05-09T04:07:02Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3450</id>
		<title>Overo Wifi</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3450"/>
				<updated>2009-06-22T18:20:52Z</updated>
		
		<summary type="html">&lt;p&gt;Dirk: Give MMC port info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How_to_-_wifi]]&lt;br /&gt;
[http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=226 Overo Air] and [http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=227 Overo Fire] COMs have a 802.11(g) wireless module &amp;quot;on board&amp;quot;. This page gives some details about the hardware and software configuration for this Wifi module.&lt;br /&gt;
&lt;br /&gt;
=Hardware=&lt;br /&gt;
&lt;br /&gt;
This section gives some infos about various hardware related topics regarding Overo Wifi.&lt;br /&gt;
&lt;br /&gt;
==Module==&lt;br /&gt;
&lt;br /&gt;
Overo Wifi solution is based on an [http://www.wi2wi.com/wireless.php Wi2Wi chip] based on Marvell's industry leading 88W8686 which brings 802.11(b/g) wifi.&lt;br /&gt;
&lt;br /&gt;
==MMC==&lt;br /&gt;
&lt;br /&gt;
Overo fire's WiFi port connected to MMC port '''2''' in 4 bit configuration.&lt;br /&gt;
&lt;br /&gt;
==Connector==&lt;br /&gt;
&lt;br /&gt;
Wifi antenna has to be connected to '''J2''' (see [http://www.gumstix.net/Software/view/Software-Overo/Getting-started/111.html picture WIFI ANT]) on Overo Air or Fire COMs.&lt;br /&gt;
&lt;br /&gt;
Note: J3 is BlueTooth connector and can use same antenna.&lt;br /&gt;
&lt;br /&gt;
==Antenna==&lt;br /&gt;
&lt;br /&gt;
Gumstix' [http://www.gumstix.com/store/catalog/product_info.php?products_id=173 u.fl Antenna] is compatible to Overo Air and Fire connectors.&lt;br /&gt;
&lt;br /&gt;
=Software=&lt;br /&gt;
&lt;br /&gt;
Official Overo [http://www.gumstix.net/Software/view/Software-Overo/Downloading-pre-built-images/111.html pre-built Linux images] or [http://www.sakoman.com/feeds/omap3/glibc/images/overo/ developer images] contain already support for Overo Wifi. However, wifi configuration depending on your local wifi environment still has to be done.&lt;br /&gt;
&lt;br /&gt;
==Boot messages==&lt;br /&gt;
&lt;br /&gt;
At Overo boot, you should get something like&lt;br /&gt;
&lt;br /&gt;
 ...&lt;br /&gt;
 libertas_sdio: Libertas SDIO driver&lt;br /&gt;
 libertas_sdio: Copyright Pierre Ossman&lt;br /&gt;
 libertas_sdio mmc1:0001:1: firmware: requesting sd8686_helper.bin&lt;br /&gt;
 libertas_sdio mmc1:0001:1: firmware: requesting sd8686.bin&lt;br /&gt;
 libertas: 00:19:88:05:b5:31, fw 9.70.3p24, cap 0x00000303&lt;br /&gt;
 libertas: PREP_CMD: command 0x00a3 failed: 2&lt;br /&gt;
 libertas: PREP_CMD: command 0x00a3 failed: 2&lt;br /&gt;
 libertas: eth0: Marvell WLAN 802.11 adapter &lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
Note: The two “command 0×00a3 failed” messages are harmless, and have to do with features that are not supported.&lt;br /&gt;
&lt;br /&gt;
==Test==&lt;br /&gt;
&lt;br /&gt;
For test of basic functionality, do the following at command line (after log in as root / no password):&lt;br /&gt;
&lt;br /&gt;
 root@overo:~# '''iwconfig wlan0 essid any'''&lt;br /&gt;
 root@overo:~# '''ifconfig wlan0 up'''&lt;br /&gt;
 root@overo:~# '''iwlist wlan0 scan'''&lt;br /&gt;
&lt;br /&gt;
what should list the wifi's visible, then.&lt;br /&gt;
&lt;br /&gt;
==Unencypted wifi==&lt;br /&gt;
&lt;br /&gt;
tbd.&lt;br /&gt;
&lt;br /&gt;
==WEP encryption==&lt;br /&gt;
&lt;br /&gt;
* Edit ''/etc/network/interfaces'' to have only for wlan0 (don't touch the other entries):&lt;br /&gt;
&lt;br /&gt;
 iwconfig wlan0 essid &amp;quot;My Wireless Network&amp;quot;&lt;br /&gt;
 iwconfig wlan0 key my-hex-key&lt;br /&gt;
 ifdown wlan0&lt;br /&gt;
 ifup wlan0&lt;br /&gt;
&lt;br /&gt;
==WPA encryption==&lt;br /&gt;
&lt;br /&gt;
* Edit ''/etc/network/interfaces'' to have only for wlan0 (don't touch the other entries):&lt;br /&gt;
&lt;br /&gt;
 allow-hotplug wlan0&lt;br /&gt;
 iface wlan0 inet dhcp&lt;br /&gt;
       pre-up wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B&lt;br /&gt;
       down killall wpa_supplicant&lt;br /&gt;
&lt;br /&gt;
* Create ''/etc/wpa_supplicant.conf'' containing:&lt;br /&gt;
&lt;br /&gt;
 ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
 ctrl_interface_group=0&lt;br /&gt;
 eapol_version=1&lt;br /&gt;
 ap_scan=1&lt;br /&gt;
 fast_reauth=1&lt;br /&gt;
 &lt;br /&gt;
 network={&lt;br /&gt;
       ssid=&amp;quot;add-your-ascii-ssid&amp;quot;&lt;br /&gt;
       proto=WPA2&lt;br /&gt;
       key_mgmt=WPA-PSK&lt;br /&gt;
       pairwise=CCMP TKIP&lt;br /&gt;
       group=CCMP TKIP&lt;br /&gt;
       scan_ssid=1&lt;br /&gt;
       psk=&amp;quot;add-your-ascii-passphrase&amp;quot;&lt;br /&gt;
       priority=10&lt;br /&gt;
 } &lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
* [http://bec-systems.com/site/387/wi2wi-wifi-bt-module-review Wi2Wi W2CBW003 Wifi/Bluetooth module review]&lt;/div&gt;</summary>
		<author><name>Dirk</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3339</id>
		<title>Overo Wifi</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3339"/>
				<updated>2009-06-07T14:38:41Z</updated>
		
		<summary type="html">&lt;p&gt;Dirk: Let us use wlan0 instead of eth0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How_to_-_wifi]]&lt;br /&gt;
[http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=226 Overo Air] and [http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=227 Overo Fire] COMs have a 802.11(g) wireless module &amp;quot;on board&amp;quot;. This page gives some details about the hardware and software configuration for this Wifi module.&lt;br /&gt;
&lt;br /&gt;
=Hardware=&lt;br /&gt;
&lt;br /&gt;
This section gives some infos about various hardware related topics regarding Overo Wifi.&lt;br /&gt;
&lt;br /&gt;
==Module==&lt;br /&gt;
&lt;br /&gt;
Overo Wifi solution is based on an [http://www.wi2wi.com/wireless.php Wi2Wi chip] based on Marvell's industry leading 88W8686 which brings 802.11(b/g) wifi.&lt;br /&gt;
&lt;br /&gt;
==Connector==&lt;br /&gt;
&lt;br /&gt;
Wifi antenna has to be connected to '''J2''' (see [http://www.gumstix.net/Software/view/Software-Overo/Getting-started/111.html picture WIFI ANT]) on Overo Air or Fire COMs.&lt;br /&gt;
&lt;br /&gt;
Note: J3 is BlueTooth connector and can use same antenna.&lt;br /&gt;
&lt;br /&gt;
==Antenna==&lt;br /&gt;
&lt;br /&gt;
Gumstix' [http://www.gumstix.com/store/catalog/product_info.php?products_id=173 u.fl Antenna] is compatible to Overo Air and Fire connectors.&lt;br /&gt;
&lt;br /&gt;
=Software=&lt;br /&gt;
&lt;br /&gt;
Official Overo [http://www.gumstix.net/Software/view/Software-Overo/Downloading-pre-built-images/111.html pre-built Linux images] or [http://www.sakoman.com/feeds/omap3/glibc/images/overo/ developer images] contain already support for Overo Wifi. However, wifi configuration depending on your local wifi environment still has to be done.&lt;br /&gt;
&lt;br /&gt;
==Boot messages==&lt;br /&gt;
&lt;br /&gt;
At Overo boot, you should get something like&lt;br /&gt;
&lt;br /&gt;
 ...&lt;br /&gt;
 libertas_sdio: Libertas SDIO driver&lt;br /&gt;
 libertas_sdio: Copyright Pierre Ossman&lt;br /&gt;
 libertas_sdio mmc1:0001:1: firmware: requesting sd8686_helper.bin&lt;br /&gt;
 libertas_sdio mmc1:0001:1: firmware: requesting sd8686.bin&lt;br /&gt;
 libertas: 00:19:88:05:b5:31, fw 9.70.3p24, cap 0x00000303&lt;br /&gt;
 libertas: PREP_CMD: command 0x00a3 failed: 2&lt;br /&gt;
 libertas: PREP_CMD: command 0x00a3 failed: 2&lt;br /&gt;
 libertas: eth0: Marvell WLAN 802.11 adapter &lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
Note: The two “command 0×00a3 failed” messages are harmless, and have to do with features that are not supported.&lt;br /&gt;
&lt;br /&gt;
==Test==&lt;br /&gt;
&lt;br /&gt;
For test of basic functionality, do the following at command line (after log in as root / no password):&lt;br /&gt;
&lt;br /&gt;
 root@overo:~# '''iwconfig wlan0 essid any'''&lt;br /&gt;
 root@overo:~# '''ifconfig wlan0 up'''&lt;br /&gt;
 root@overo:~# '''iwlist wlan0 scan'''&lt;br /&gt;
&lt;br /&gt;
what should list the wifi's visible, then.&lt;br /&gt;
&lt;br /&gt;
==Unencypted wifi==&lt;br /&gt;
&lt;br /&gt;
tbd.&lt;br /&gt;
&lt;br /&gt;
==WEP encryption==&lt;br /&gt;
&lt;br /&gt;
* Edit ''/etc/network/interfaces'' to have only for wlan0 (don't touch the other entries):&lt;br /&gt;
&lt;br /&gt;
 iwconfig wlan0 essid &amp;quot;My Wireless Network&amp;quot;&lt;br /&gt;
 iwconfig wlan0 key my-hex-key&lt;br /&gt;
 ifdown wlan0&lt;br /&gt;
 ifup wlan0&lt;br /&gt;
&lt;br /&gt;
==WPA encryption==&lt;br /&gt;
&lt;br /&gt;
* Edit ''/etc/network/interfaces'' to have only for wlan0 (don't touch the other entries):&lt;br /&gt;
&lt;br /&gt;
 allow-hotplug wlan0&lt;br /&gt;
 iface wlan0 inet dhcp&lt;br /&gt;
       pre-up wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B&lt;br /&gt;
       down killall wpa_supplicant&lt;br /&gt;
&lt;br /&gt;
* Create ''/etc/wpa_supplicant.conf'' containing:&lt;br /&gt;
&lt;br /&gt;
 ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
 ctrl_interface_group=0&lt;br /&gt;
 eapol_version=1&lt;br /&gt;
 ap_scan=1&lt;br /&gt;
 fast_reauth=1&lt;br /&gt;
 &lt;br /&gt;
 network={&lt;br /&gt;
       ssid=&amp;quot;add-your-ascii-ssid&amp;quot;&lt;br /&gt;
       proto=WPA2&lt;br /&gt;
       key_mgmt=WPA-PSK&lt;br /&gt;
       pairwise=CCMP TKIP&lt;br /&gt;
       group=CCMP TKIP&lt;br /&gt;
       scan_ssid=1&lt;br /&gt;
       psk=&amp;quot;add-your-ascii-passphrase&amp;quot;&lt;br /&gt;
       priority=10&lt;br /&gt;
 } &lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
* [http://bec-systems.com/site/387/wi2wi-wifi-bt-module-review Wi2Wi W2CBW003 Wifi/Bluetooth module review]&lt;/div&gt;</summary>
		<author><name>Dirk</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3335</id>
		<title>Overo Wifi</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3335"/>
				<updated>2009-06-07T10:37:12Z</updated>
		
		<summary type="html">&lt;p&gt;Dirk: Add WPA entcription&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How_to_-_wifi]]&lt;br /&gt;
[http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=226 Overo Air] and [http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=227 Overo Fire] COMs have a 802.11(g) wireless module &amp;quot;on board&amp;quot;. This page gives some details about the hardware and software configuration for this Wifi module.&lt;br /&gt;
&lt;br /&gt;
=Hardware=&lt;br /&gt;
&lt;br /&gt;
This section gives some infos about various hardware related topics regarding Overo Wifi.&lt;br /&gt;
&lt;br /&gt;
==Module==&lt;br /&gt;
&lt;br /&gt;
Overo Wifi solution is based on an [http://www.wi2wi.com/wireless.php Wi2Wi chip] based on Marvell's industry leading 88W8686 which brings 802.11(b/g) wifi.&lt;br /&gt;
&lt;br /&gt;
==Connector==&lt;br /&gt;
&lt;br /&gt;
Wifi antenna has to be connected to '''J2''' (see [http://www.gumstix.net/Software/view/Software-Overo/Getting-started/111.html picture WIFI ANT]) on Overo Air or Fire COMs.&lt;br /&gt;
&lt;br /&gt;
Note: J3 is BlueTooth connector and can use same antenna.&lt;br /&gt;
&lt;br /&gt;
==Antenna==&lt;br /&gt;
&lt;br /&gt;
Gumstix' [http://www.gumstix.com/store/catalog/product_info.php?products_id=173 u.fl Antenna] is compatible to Overo Air and Fire connectors.&lt;br /&gt;
&lt;br /&gt;
=Software=&lt;br /&gt;
&lt;br /&gt;
Official Overo [http://www.gumstix.net/Software/view/Software-Overo/Downloading-pre-built-images/111.html pre-built Linux images] or [http://www.sakoman.com/feeds/omap3/glibc/images/overo/ developer images] contain already support for Overo Wifi. However, wifi configuration depending on your local wifi environment still has to be done.&lt;br /&gt;
&lt;br /&gt;
==Boot messages==&lt;br /&gt;
&lt;br /&gt;
At Overo boot, you should get something like&lt;br /&gt;
&lt;br /&gt;
 ...&lt;br /&gt;
 libertas_sdio: Libertas SDIO driver&lt;br /&gt;
 libertas_sdio: Copyright Pierre Ossman&lt;br /&gt;
 libertas_sdio mmc1:0001:1: firmware: requesting sd8686_helper.bin&lt;br /&gt;
 libertas_sdio mmc1:0001:1: firmware: requesting sd8686.bin&lt;br /&gt;
 libertas: 00:19:88:05:b5:31, fw 9.70.3p24, cap 0x00000303&lt;br /&gt;
 libertas: PREP_CMD: command 0x00a3 failed: 2&lt;br /&gt;
 libertas: PREP_CMD: command 0x00a3 failed: 2&lt;br /&gt;
 libertas: eth0: Marvell WLAN 802.11 adapter &lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
Note: The two “command 0×00a3 failed” messages are harmless, and have to do with features that are not supported.&lt;br /&gt;
&lt;br /&gt;
==Test==&lt;br /&gt;
&lt;br /&gt;
For test of basic functionality, do the following at command line (after log in as root / no password):&lt;br /&gt;
&lt;br /&gt;
 root@overo:~# '''iwconfig wlan0 essid any'''&lt;br /&gt;
 root@overo:~# '''ifconfig wlan0 up'''&lt;br /&gt;
 root@overo:~# '''iwlist wlan0 scan'''&lt;br /&gt;
&lt;br /&gt;
what should list the wifi's visible, then.&lt;br /&gt;
&lt;br /&gt;
==Unencypted wifi==&lt;br /&gt;
&lt;br /&gt;
tbd.&lt;br /&gt;
&lt;br /&gt;
==WEP encryption==&lt;br /&gt;
&lt;br /&gt;
tbd.&lt;br /&gt;
&lt;br /&gt;
==WPA encryption==&lt;br /&gt;
&lt;br /&gt;
* Edit ''/etc/network/interfaces'' to have only for wlan0 (don't touch the other entries):&lt;br /&gt;
&lt;br /&gt;
 allow-hotplug wlan0&lt;br /&gt;
 iface wlan0 inet dhcp&lt;br /&gt;
       pre-up wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B&lt;br /&gt;
       down killall wpa_supplicant&lt;br /&gt;
&lt;br /&gt;
* Create ''/etc/wpa_supplicant.conf'' containing:&lt;br /&gt;
&lt;br /&gt;
 ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
 ctrl_interface_group=0&lt;br /&gt;
 eapol_version=1&lt;br /&gt;
 ap_scan=1&lt;br /&gt;
 fast_reauth=1&lt;br /&gt;
 &lt;br /&gt;
 network={&lt;br /&gt;
       ssid=&amp;quot;add-your-ascii-ssid&amp;quot;&lt;br /&gt;
       proto=WPA2&lt;br /&gt;
       key_mgmt=WPA-PSK&lt;br /&gt;
       pairwise=CCMP TKIP&lt;br /&gt;
       group=CCMP TKIP&lt;br /&gt;
       scan_ssid=1&lt;br /&gt;
       psk=&amp;quot;add-your-ascii-passphrase&amp;quot;&lt;br /&gt;
       priority=10&lt;br /&gt;
 } &lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
* [http://bec-systems.com/site/387/wi2wi-wifi-bt-module-review Wi2Wi W2CBW003 Wifi/Bluetooth module review]&lt;/div&gt;</summary>
		<author><name>Dirk</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3334</id>
		<title>Overo Wifi</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3334"/>
				<updated>2009-06-07T10:20:01Z</updated>
		
		<summary type="html">&lt;p&gt;Dirk: Fill hardware sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How_to_-_wifi]]&lt;br /&gt;
[http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=226 Overo Air] and [http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=227 Overo Fire] COMs have a 802.11(g) wireless module &amp;quot;on board&amp;quot;. This page gives some details about the hardware and software configuration for this Wifi module.&lt;br /&gt;
&lt;br /&gt;
=Hardware=&lt;br /&gt;
&lt;br /&gt;
This section gives some infos about various hardware related topics regarding Overo Wifi.&lt;br /&gt;
&lt;br /&gt;
==Module==&lt;br /&gt;
&lt;br /&gt;
Overo Wifi solution is based on an [http://www.wi2wi.com/wireless.php Wi2Wi chip] based on Marvell's industry leading 88W8686 which brings 802.11(b/g) wifi.&lt;br /&gt;
&lt;br /&gt;
==Connector==&lt;br /&gt;
&lt;br /&gt;
Wifi antenna has to be connected to '''J2''' (see [http://www.gumstix.net/Software/view/Software-Overo/Getting-started/111.html picture WIFI ANT]) on Overo Air or Fire COMs.&lt;br /&gt;
&lt;br /&gt;
Note: J3 is BlueTooth connector and can use same antenna.&lt;br /&gt;
&lt;br /&gt;
==Antenna==&lt;br /&gt;
&lt;br /&gt;
Gumstix' [http://www.gumstix.com/store/catalog/product_info.php?products_id=173 u.fl Antenna] is compatible to Overo Air and Fire connectors.&lt;br /&gt;
&lt;br /&gt;
=Software=&lt;br /&gt;
&lt;br /&gt;
tbd.&lt;/div&gt;</summary>
		<author><name>Dirk</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3333</id>
		<title>Overo Wifi</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3333"/>
				<updated>2009-06-07T10:09:10Z</updated>
		
		<summary type="html">&lt;p&gt;Dirk: Add categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How_to_-_wifi]]&lt;br /&gt;
[http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=226 Overo Air] and [http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=227 Overo Fire] COMs have a 802.11(g) wireless module &amp;quot;on board&amp;quot;. This page gives some details about the hardware and software configuration for this Wifi module.&lt;br /&gt;
&lt;br /&gt;
=Hardware=&lt;br /&gt;
&lt;br /&gt;
==Module==&lt;br /&gt;
&lt;br /&gt;
tbd.&lt;br /&gt;
&lt;br /&gt;
==Connectors==&lt;br /&gt;
&lt;br /&gt;
tbd.&lt;br /&gt;
&lt;br /&gt;
==Anteannea=&lt;br /&gt;
&lt;br /&gt;
tbd.&lt;br /&gt;
&lt;br /&gt;
=Software=&lt;br /&gt;
&lt;br /&gt;
tbd.&lt;/div&gt;</summary>
		<author><name>Dirk</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3332</id>
		<title>Overo Wifi</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Overo_Wifi&amp;diff=3332"/>
				<updated>2009-06-07T10:07:53Z</updated>
		
		<summary type="html">&lt;p&gt;Dirk: Create new article about Overo Wifi&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:How_to_-_wifi]]&lt;br /&gt;
[http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=226 Overo Air] and [http://www.gumstix.com/store/catalog/product_info.php?cPath=31&amp;amp;products_id=227 Overo Fire] COMs have an 802.11(g) wireless module &amp;quot;on board&amp;quot;. This page gives some details about the hardware and software configuration for this Wifi module.&lt;br /&gt;
&lt;br /&gt;
tbd.&lt;/div&gt;</summary>
		<author><name>Dirk</name></author>	</entry>

	</feed>