Support for Tp link CPE210 v3.0

can you guide me, step by step? or where is the manual for connect to serial port, grep log, and etc?

If its CPE220 then the image wont work.
I am sorry, but I dont have access to CPE220 V3

can you show me, how to guide step step, from zero? identify the serial pin, read the log, etc, link please, if you pleased...

Search the forum, there is already a thread for CPE220 v3

can cpe210v3 increase rom? using extroot? using LAN to USB Storage, it's possible?
or we replace the ROM chip?
@robimarko @legacycode ,

and recently I flash openwrt to cpe210v3, but when i restart the router, the ssh password is reseted? why?

Hi, robimarco,

First, your work is great, thanks a lot.

I had compiled your sources but with this errors

</>

WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libgnutls', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libopenldap', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libidn2', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libssh2', which does not exist
WARNING: Makefile 'package/boot/kexec-tools/Makefile' has a dependency on 'liblzma', which does not exist
WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist
WARNING: Makefile 'package/network/utils/nftables/Makefile' has a dependency on 'jansson', which does not exist

</>

Coud you please point me in the right direction tu solve the problem?

Thanks a lit again

Just ignore those, branch is old and some of those were fixed upstream but some not.

Thanks robimarco, how can I build openwrt for this device? cant find other sources.

Thanks

You already said that you built it

Hello robimarko,

I cant build from surces:

git clone -b CPE210-v3-PR --single-branch https://github.com/robimarko/openwrt.git

The compile error is:

</>

 /home/nuupnet/cpe210v3/staging_dir/host/bin/ucert: error while loading shared libraries: libjson-c.so.2: cannot open shared object file: No such file or directory
Makefile:204: recipe for target '/home/nuupnet/cpe210v3/build_dir/target-mips_24kc_musl/linux-ar71xx_generic/base-files/.configured_746fb2712be3ce77692797f428e9f358_8e081b74cf069e1e6800a5bbcbb282f0' failed
make[3]: *** [/home/nuupnet/cpe210v3/build_dir/target-mips_24kc_musl/linux-ar71xx_generic/base-files/.configured_746fb2712be3ce77692797f428e9f358_8e081b74cf069e1e6800a5bbcbb282f0] Error 127
make[3]: Leaving directory '/home/nuupnet/cpe210v3/package/base-files'
time: package/base-files/compile#0.17#0.04#0.20
package/Makefile:107: recipe for target 'package/base-files/compile' failed
make[2]: *** [package/base-files/compile] Error 2
make[2]: Leaving directory '/home/nuupnet/cpe210v3'
package/Makefile:103: recipe for target '/home/nuupnet/cpe210v3/staging_dir/target-mips_24kc_musl/stamp/.package_compile' failed
make[1]: *** [/home/nuupnet/cpe210v3/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/nuupnet/cpe210v3'
/home/nuupnet/cpe210v3/include/toplevel.mk:216: recipe for target 'world' failed
make: *** [world] Error 2

</>

Thaks a lot for your help

Please run with make -j1 V=s and report what is says

Hello,

I find the problem, the complilation run ok on Ubuntu 16.04, but fail on 18.04, cant say the specific problem.

Thanks again for your kindly answer

Again, please run with make -j1 V=s, I cant help you without debug output.

Thanks robimarko.

I ran as you sugest me and the result was:

</>

rm -f /home/nuupnet/cpe210v3/build_dir/target-mips_24kc_musl/linux-ar71xx_generic/base-files/.configured_*
rm -f /home/nuupnet/cpe210v3/staging_dir/target-mips_24kc_musl/stamp/.base-files_installed
[ -s /home/nuupnet/cpe210v3/key-build -a -s /home/nuupnet/cpe210v3/key-build.pub ] || /home/nuupnet/cpe210v3/staging_dir/host/bin/usign -G -s /home/nuupnet/cpe210v3/key-build -p /home/nuupnet/cpe210v3/key-build.pub -c "Local build key"
[ -s /home/nuupnet/cpe210v3/key-build.ucert ] || /home/nuupnet/cpe210v3/staging_dir/host/bin/ucert -I -c /home/nuupnet/cpe210v3/key-build.ucert -p /home/nuupnet/cpe210v3/key-build.pub -s /home/nuupnet/cpe210v3/key-build
/home/nuupnet/cpe210v3/staging_dir/host/bin/ucert: error while loading shared libraries: libjson-c.so.2: cannot open shared object file: No such file or directory
Makefile:204: recipe for target '/home/nuupnet/cpe210v3/build_dir/target-mips_24kc_musl/linux-ar71xx_generic/base-files/.configured_746fb2712be3ce77692797f428e9f358_8e081b74cf069e1e6800a5bbcbb282f0' failed
make[3]: *** [/home/nuupnet/cpe210v3/build_dir/target-mips_24kc_musl/linux-ar71xx_generic/base-files/.configured_746fb2712be3ce77692797f428e9f358_8e081b74cf069e1e6800a5bbcbb282f0] Error 127
make[3]: Leaving directory '/home/nuupnet/cpe210v3/package/base-files'
time: package/base-files/compile#0.17#0.05#0.22
package/Makefile:107: recipe for target 'package/base-files/compile' failed
make[2]: *** [package/base-files/compile] Error 2
make[2]: Leaving directory '/home/nuupnet/cpe210v3'
package/Makefile:103: recipe for target '/home/nuupnet/cpe210v3/staging_dir/target-mips_24kc_musl/stamp/.package_compile' failed
make[1]: *** [/home/nuupnet/cpe210v3/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/nuupnet/cpe210v3'
/home/nuupnet/cpe210v3/include/toplevel.mk:216: recipe for target 'world' failed
make: *** [world] Error 2

</>

@robimarko @legacycode

Please, can someone upload the latest compiled CPE210 v3 openwrt with new source?

I'm having problems on Wireless client transfer speeds (with august robbie marko release). With pharos my RX speeds reach 60Mbps in wireless client mode, but with Openwrt is only 16Mbps (It seems that is not connecting by 802.11n althought it's specified in the webui)

It's happening to someone more?
Edit: It's strange because sometimes when I reboot the cpe, rates go over 40mbps, but if a do a few speed tests, then goes to 16-19mbps and not come back to high rates until I reboot or "re save settings", but, after a while rates go to 16mbps...always.
With factory firmware the rates over 40mbps are stable 90% of the time, with decreases

Thanks!

Finally built it myself with updated source+lucirosy+sqm (11/02/19)

For who like, I have tested sysupgrade version working fine:

openwrt-ar71xx-generic-cpe210-v3-squashfs-factory.bin
openwrt-ar71xx-generic-cpe210-v3-squashfs-sysupgrade.bin

2 Likes

Thank you very much for new firmware. What changed ? What needed to be corrected in order for your firmware to run on a new device? Perhaps you share git diff ... Thanks again.

FYI: Official snapshot images are available for download:

https://openwrt.org/toh/views/toh_fwdownload?dataflt[Versions*~]=3&dataflt[Model*~]=cpe210

Thank you !

Hi! My CPE 210 v3 no scan wifi networks (eternal search in Luci).
OpenWrt SNAPSHOT, r10459-1174b94bc92019-07-10%20132718
Installed packages:

base-files - 203-r10459-1174b94bc9
busybox - 1.31.0-1
dnsmasq - 2.80-13
dropbear - 2019.78-2
firewall - 2019-01-02-70f8785b-2
fstools - 2019-03-28-ff1ded63-5
fwtool - 1
getrandom - 2019-06-16-4df34a4d-2
hostapd-common - 2018-12-02-c2c6c01b-6
ip6tables - 1.8.3-1
iptables - 1.8.3-1
iw - 5.0.1-1
iwinfo - 2019-06-12-1372f47e-1
jshn - 2019-06-16-ecf56174-1
jsonfilter - 2018-02-04-c7e938d6-1
kernel - 4.19.57-1-348090a7c87b26da6a40c8d62afc7436
kmod-ath - 4.19.57+4.19.32-1-2
kmod-ath9k - 4.19.57+4.19.32-1-2
kmod-ath9k-common - 4.19.57+4.19.32-1-2
kmod-cfg80211 - 4.19.57+4.19.32-1-2
kmod-gpio-button-hotplug - 4.19.57-2
kmod-ip6tables - 4.19.57-1
kmod-ipt-conntrack - 4.19.57-1
kmod-ipt-core - 4.19.57-1
kmod-ipt-nat - 4.19.57-1
kmod-ipt-offload - 4.19.57-1
kmod-lib-crc-ccitt - 4.19.57-1
kmod-mac80211 - 4.19.57+4.19.32-1-2
kmod-nf-conntrack - 4.19.57-1
kmod-nf-conntrack6 - 4.19.57-1
kmod-nf-flow - 4.19.57-1
kmod-nf-ipt - 4.19.57-1
kmod-nf-ipt6 - 4.19.57-1
kmod-nf-nat - 4.19.57-1
kmod-nf-reject - 4.19.57-1
kmod-nf-reject6 - 4.19.57-1
kmod-ppp - 4.19.57-1
kmod-pppoe - 4.19.57-1
kmod-pppox - 4.19.57-1
kmod-slhc - 4.19.57-1
libblobmsg-json - 2019-06-16-ecf56174-1
libc - 1.1.22-1
libgcc1 - 7.4.0-1
libip4tc2 - 1.8.3-1
libip6tc2 - 1.8.3-1
libiwinfo-lua - 2019-06-12-1372f47e-1
libiwinfo20181126 - 2019-06-12-1372f47e-1
libjson-c4 - 0.13.1-1
libjson-script - 2019-06-16-ecf56174-1
liblua5.1.5 - 5.1.5-4
liblucihttp-lua - 2019-07-05-a34a17d5-1
liblucihttp0 - 2019-07-05-a34a17d5-1
libnl-tiny - 0.1-5
libpthread - 1.1.22-1
libubox20170601 - 2019-06-16-ecf56174-1
libubus-lua - 2018-10-06-221ce7e7-1
libubus20170705 - 2018-10-06-221ce7e7-1
libuci-lua - 2019-05-17-f199b961-3
libuci20130104 - 2019-05-17-f199b961-3
libuclient20160123 - 2019-05-30-3b3e368d-1
libxtables12 - 1.8.3-1
logd - 2019-06-16-4df34a4d-2
lua - 5.1.5-4
luci-base - git-19.189.60933-da35bfc-1
luci-i18n-base-ru - git-19.190.57021-ffdafd4-1
luci-lib-ip - git-19.189.60933-da35bfc-1
luci-lib-jsonc - git-19.189.60933-da35bfc-1
luci-lib-nixio - git-19.189.60933-da35bfc-1
luci-mod-network - git-19.190.57021-ffdafd4-1
luci-mod-status - git-19.190.57021-ffdafd4-1
luci-mod-system - git-19.190.57021-ffdafd4-1
luci-theme-bootstrap - git-19.190.57021-ffdafd4-1
mtd - 24
netifd - 2019-06-15-9932ed02-1
odhcp6c - 2019-01-11-d2e247d8-16
odhcpd-ipv6only - 2019-05-17-41a74cba-3
openwrt-keyring - 2018-05-18-103a32e9-1
opkg - 2019-06-14-dcbc142e-1
ppp - 2.4.7.git-2019-05-25-2
ppp-mod-pppoe - 2.4.7.git-2019-05-25-2
procd - 2019-05-30-ade00ca5-1
rpcd - 2019-06-05-89bfaa42-2
rssileds - 0.2-2
swconfig - 12
uboot-envtools - 2018.03-3
ubox - 2019-06-16-4df34a4d-2
ubus - 2018-10-06-221ce7e7-1
ubusd - 2018-10-06-221ce7e7-1
uci - 2019-05-17-f199b961-3
uclient-fetch - 2019-05-30-3b3e368d-1
uhttpd - 2019-06-16-91fcac34-3
urandom-seed - 1.0-1
urngd - 2019-06-17-c057e177-1
usign - 2015-07-04-ef641914-1
wireless-regdb - 2017-10-20-4343d359
wpad-basic - 2018-12-02-c2c6c01b-6

Friends, how long to wait for fix wifi CPE210 (v2. v3.)? Anyone in the know? The situation is very sad...