Penguin
Diff: pci/104c:9066
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of pci/104c:9066.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 14 Last edited on Monday, July 10, 2006 7:49:06 pm by AristotlePagaltzis
Older page: version 12 Last edited on Monday, July 10, 2006 6:46:04 pm by AlastairPorter Revert
@@ -1,24 +1,24 @@
 !! ACX 111 54Mbps Wireless Interface 
  
 Eg: Netgear WG311 v2, Dlink DWL-G650+ 
  
-The following links might work for you - I didn't have much luck as it happens  
+The [ACX100/ACX111/TNETW1450 drivers | http://acx100.sourceforge.net/] might work for you. The other option is to get hold of the [Windows] DeviceDriver~s for the card, and use NdisWrapper.  
  
-* http://www.houseofcraig.net/acx100_howto.php  
-* http://acx100.sourceforge.net/  
-* Gentoo users can <tt>emerge net-wireless/acx100</tt>  
-* [Ubuntu] 6.06 (Dapper) has out of box drivers which work, but is included with firmware which doesn't work (2.3.1.31). To fix this, copy working firmware into place:  
- <verbatim>  
- cp /lib/firmware/`uname -r`/acx/1.2.1.34/* /lib/firmware/`uname -r`/acx/default/  
- </verbatim>  
- Alternatively, add the line  
- <verbatim>  
- options acx firmware_ver=1.2.1.34  
- </verbatim>  
- to the <tt>/etc/modprobe.d/options</tt> file.%%%  
- Then reload the <tt>acx</tt> [Module]
+To get the ACX100 drivers, [ Gentoo] users can <tt>emerge net-wireless/acx100</tt>. 
  
-The other option is to get hold of the [Windows ] DeviceDriver~s for the card , and use NdisWrapper  
+[Ubuntu] 6.06 (Dapper) comes with drivers which work, but are included with firmware that ''doesn’t'' work (2.3.1.31). To fix this, edit <tt>/etc/modprobe.d/options</tt> to add the following line, then reload the <tt>acx</tt> [Module ]:  
+<verbatim>  
+options acx firmware_ver=1.2.1.34  
+</verbatim>  
+  
+If that doesn’t work , you could copy the working firmware into place ( and, again, reload the module):  
+<verbatim>  
+cp /lib/firmware/`uname -r`/acx/1.2.1.34/* /lib/firmware/`uname -r`/acx/default/  
+</verbatim>  
+  
+! See also  
+  
+* [Craig's ACX100/111 Guide for Linux | http://www.houseofcraig.net/acx100_howto.php]  
  
 ---- 
 Part of CategoryPciDevice