OpenWrt Forum Archive

Topic: Tp-link TL-WA801ND support

The content of this topic has been archived on 23 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Last week I've bought AP TL-WA801ND, that don't work in my specific condition with stock firmware. Because on this site (and on dd-wrt site too) there is no support page for this AP, I tried to flash the firmware for similar AP/router.

My AP hardware version is "Ver:1.1". PCB is similar to tl-wa901nd one. So I've soldered 4-pin connector and tried to flash openwrt.
PCB image: http://imageshack.us/photo/my-images/715/dsc0133yk.jpg/
The procedure was standard for TP-LINK:

ar7100> erase 0x9f020000 +0x3c0000
ar7100> tftpboot 0x81000000 code.bin
ar7100> cp.b 0x9f020000 0x81000000 0x3c0000

The openwrt I've tried don't work correctly:
wr841nd (ver 5): can't connect by ethernet
wa901nd: wifi don't work
May be it's my problem, may be openwrt really don't support this AP.

But dd-wrt (for wa901nd) works without any problem (ethernet and wireless work both).
So if someone want to add support for openwrt/wa801nd the questions welcome.

Hi,

Can you tell us the chip number under the heatsink? (i think it's Atheros)

How much Flash & Ram does it have?
Read on the Flash & Ram chips and post thier numbers here.

I have track down it's FCC ID number:
FCC ID = 'TE7WA801ND'

Very interesting router for Bridging long range, it has 20dBi (100mW) RF output power!!!

I like to buy 2 piece of them to make a decent Bridge.

All information is welcome!

Regards,
Vaako

Vaako wrote:

Hi,
Can you tell us the chip number under the heatsink? (i think it's Atheros)

I don't have this router now. But compare my PCB photo and TL-WA901ND's PCB photo. It's the same (the difference is the antenna switch). So we can think the components are the same. Anyway exact information wil be in a week.


Vaako wrote:

How much Flash & Ram does it have?
Read on the Flash & Ram chips and post thier numbers here.

4M flash (Winbond 25q32bvs1g-? )
32M ram (Zentel A3S56D40FTP)

if you are interesting with radio module see this photo from our colleagues.

Regards.

@pn2k3

Thank you for the information!!!

Do you now what Atheros CPU is used?

Wireless chipset Atheros AR9238-AL1A
4mb Flash (Winbond 25Q32BVS1G)
32mb Ram (Zentel A3S56D40FTP)

I can't find anything about the U5 and U6 chip the MSC5511 Amplifier, no datasheet available.

Vaako wrote:

Do you now what Atheros CPU is used?

not yet

Vaako wrote:

I can't find anything about the U5 and U6 chip the MSC5511 Amplifier, no datasheet available.

LX5511

Maybe it's ar7241,I saw someone flash a mr3420 with wa801nd's fireware and works fine.

Vaako wrote:

Can you tell us the chip number under the heatsink? (i think it's Atheros)

NO! It glued perfectly. but:

root@DD-WRT:~# cat /proc/cpuinfo
system type             : Atheros AR7240 rev 1.2 (0x00c2)
processor               : 0
cpu model               : MIPS 24Kc V7.4
BogoMIPS                : 266.24
CPUClock                : 400
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 16
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0000, 0x0ff0, 0x0630, 0x0378]
ASEs implemented        : mips16
shadow register sets    : 1
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available

@pn2k3

Thank you for this information, do you have connect a serial JTAG or Telnet, SSH to the TL-WA801ND ???

Could someone make some inside fotos ?

would like to know which kind of switch is build in.

muellmaen wrote:

Could someone make some inside fotos ?
would like to know which kind of switch is build in.

You can see PCB photo in my first post. And I think nobody installs switch ICs in APs, only in routers.

pn2k3 wrote:

The openwrt I've tried don't work correctly:
...
wa901nd: wifi don't work

radio wa901nd built on a chip Atheros AR9285, and wa801nd has a chip Atheros AR9283. I think so does not work wifi.

pn2k3 wrote:

The openwrt I've tried don't work correctly:
wr841nd (ver 5): can't connect by ethernet

wr841nd has 4 ports and wa801nd - one port.
look closely:

trunk \ target \ linux \ ar71xx \ base-files \ etc \ defconfig \ tl-wr841n-v1\network

config interface eth
    option ifname    eth0
    option proto    none

config interface lan
    option ifname    "lan1 lan2 lan3 lan4"
    option type    bridge
    option proto    static
    option ipaddr    192.168.1.1
    option netmask    255.255.255.0

config interface wan
    option ifname    wan
    option proto    dhcp

and trunk \ target \ linux \ ar71xx \ base-files \ etc \ defconfig \ tl-wa901nd\network

config interface eth
    option ifname    eth0
    option proto    none

config interface lan
    option ifname    lan
    option type    bridge
    option proto    static
    option ipaddr    192.168.1.1
    option netmask    255.255.255.0

replace it?

Why is this repeater still not officialy supported ?
Does image from tl-wr841n-v1 work with the changes to network config ?

pn2k3 wrote:
Vaako wrote:

Do you now what Atheros CPU is used?

not yet

Vaako wrote:

I can't find anything about the U5 and U6 chip the MSC5511 Amplifier, no datasheet available.

LX5511

Mark,thanks. 20dbm of MSC5511 in 54g, 18dbm in 11n.
tp-link wr941n v2 use this PA in there streams.
Any other routers? Linksys wrt120n uses MSC5511 too, any others?

(Last edited by eeff11 on 15 Apr 2014, 17:25)

Hi all, question about how to correct install open WRT on this devise... have V2.
i nstalled - openwrt-15.05-ar71xx-generic-tl-wa801nd-v2-squashfs-factory.bin - all ok, now device have openwrt FW.
but what about - openwrt-15.05-ar71xx-generic-tl-wa801nd-v2-squashfs-sysupgrade.bin - what is it? and how i can upgrade - and for what this file? i alredy try to install it via Web gui via firmaware tab, but nothing changes.
in this devise i only need 802.1x (eap-peap-mschapv2) autirization via WISP.
thanks!

(Last edited by m@dox on 18 May 2016, 08:40)

The discussion might have continued from here.