Penguin

ACX 111 54Mbps Wireless Interface

Eg: Netgear WG311 v2, Dlink DWL-G650+

The ACX100/ACX111/TNETW1450 drivers might work for you. The other option is to get hold of the Windows DeviceDrivers for the card, and use NdisWrapper.

To get the ACX100 drivers, Gentoo users can emerge net-wireless/acx100.

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 /etc/modprobe.d/options to add the following line, then reload the acx Module:

options acx firmware_ver=1.2.1.34

If that doesn’t work, you could copy the working firmware into place (and, again, reload the module):

cp /lib/firmware/`uname -r`/acx/1.2.1.34/*  /lib/firmware/`uname -r`/acx/default/

See also


Part of CategoryPciDevice