#pragma section-numbers on

||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents(2)>>||

<<Anchor(top)>>

= Driver Information =

  * Driver Name: ipw2200
  * Module Name: ipw2200


= WWW Reference =
## ''Enter links to other references on driver here'' ##

  * Home Page:
  * Secondary Help:

= General Help =
## Enter general help that will work at anytime with the driver. See section below if it's release specific'' ##

If the wifi-enable front button light does not work, run this command:
{{{
      echo options ipw2200 led=1 | sudo tee -a /etc/modprobe.d/ipw2200
}}}
Reboot or unload/reload the module afterwards for the fix to take effect.
(This issue is [[http://launchpad.net/bugs/21367|bug #21367]])


== WEP help ==
##  ''Enter anything related to getting wep to work'' ##


== WPA help ==
##  ''Enter anything related to getting WPA to work'' ##


= Ubuntu Release Specific Info =
##  ''Under the correct section enter anything that is specifc to the release only. See above general section if it is not release specific'' ##

== Hoary 5.04 ==


== Breezy 5.10 ==


== Dapper 6.06 ==

= Compile Newer Driver =
##  ''Section on compiling newer/latest driver'' ##

== Specific Release Notes ==
##  ''Instructions should be generic and add any notes that are release specific in this section. Then create an anchor link where needed in instructions. ##


##  Anchor example
##  {{{
##  [[Anchor(name)]] - This would be the anchor you are linking to
##
##  [#name {any words describing go here}] this is how you would enter the link in the instructions to link to the anchor
##  }}}
##
##  Here is an example, if you click on [#top this link] it will take you back to the top of page. ##