Hi

I have this card.
You need a regdomain allowing this, latest compat-wireless, latest crda,
latest wireless-regdb and ath_info tool from madwifi.

First download the wireless interface:

# ip link set wlan0 down

or

# ifconfig wlan0 down

Retrieve the module's PCI memory address with lspci:

# lspci -v
...
02:06.0 Ethernet controller: Atheros Communications Inc. Atheros AR5001X+ 
Wireless Network Adapter (rev 01)
        Subsystem: Atheros Communications Inc. TRENDnet TEW-443PI Wireless PCI 
Adapter
        Flags: bus master, medium devsel, latency 168, IRQ 16
here --> Memory at ff5e0000 (32-bit, non-prefetchable) [size=64K]
...

Set regdomain to 0x55:

# ./ath_info -w ff5e0000 regdomain 0x55

Now download ath5k:

# modprobe -r ath5k

Finally :

# modprobe cfg80211 ieee80211_regdom=BZ && sleep 2s && COUNTRY="BZ" crda && 
modprobe -v ath5k

# iw list

_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to