Parece que esses dispositivos são suportados nativamente no Linux com o driver acx-mac80211
. Aqui está uma lista dos dispositivos que este driver suporta, do link , o seu é um deles.
PCI: 104C:8400 Texas Instruments ACX 100 22Mbps Wireless Interface
PCI: 104C:8401 Texas Instruments ACX 100 22Mbps Wireless Interface
PCI: 104C:9066 Texas Instruments ACX 111 54Mbps Wireless Interface
USB: 0451:60C5 Texas Instruments, Inc. (Device name unknown)
USB: 057C:5601 AVM GmbH AVM Fritz!WLAN [Texas Instruments TNETW1450]
USB: 057C:6201 AVM GmbH AVM Fritz!WLAN v1.1 [Texas Instruments TNETW1450]
USB: 07B8:B21A AboCom Systems Inc WUG2400 802.11g Wireless Adapter [Texas Instruments TNETW1450]
USB: 0CDE:0017 Z-Com (Device name unknown)
USB: 2001:3B00 D-Link Corp. AirPlus DWL-120+ Wireless Adapter [Texas Instruments ACX100USB]
USB: 2001:3B01 D-Link Corp. WLAN Boot Device
Instale o driver por:
-
Instalando o firmware para isso. Para o "AVM Fritz! WLAN v1.1", você pode fazer isso executando
sudo wget -P /lib/firmware http://acx100.erley.org/fw/acx111_2.4.0.70-USB/tiacx111usbc1B
Outros dispositivos suportados por este driver requerem outro firmware, procure no link acima por detalhes. Isso pode ser tudo que você precisa fazer, pois parece que a versão mais recente do Ubuntu já vem com o driver. Se não funcionar depois de instalar o firmware e reiniciar, você precisará do driver.
-
Instale o próprio driver. Texto copiado da página wiki Debian para referência:
Checkout the
http://acx100.git.sourceforge.net/git/gitweb.cgi?p=acx100/acx-mac80211|acx-mac80211
repository:git clone git://git.code.sf.net/p/acx100/acx-mac80211 acx100-acx-mac80211
Move the repository directory to
/usr/src
and rename:su mv acx100-acx-mac80211 /usr/src/acx-mac80211-git
Add
acx-mac80211-git
to the tree for building and installing:dkms add -m acx-mac80211 -v git
Build and install the acx-mac80211 module:
dkms build -m acx-mac80211 -v git dkms install -m acx-mac80211 -v git
Load the module:
modprobe acx-mac80211
If necessary, connect the device to your system.
Se isso funcionar corretamente, você não precisará usar o ndiswrapper.