Also posted on reddit: https://www.reddit.com/r/openwrt/comments/11t8ljj/findings_on_the_actiontec_rebranded_telus_t3200m/
So I was digging around today, and I found some interesting stuff regarding a modem I have lying around from my telus days - the "Telus" T3200M. I believe it is still in use today (by telus, at least in my area), and it's relatively cheap to find second hand. I'm interested in getting OpenWRT running on it.
A quick look will tell you it's just an actiontec router of the same model, rebranded for telus to rent to their customers.
It's a decent little thing; 2.4 and 5ghz, 1 WAN 4 LAN RJ45 jacks, an SFP port for fibre optic, and a Coax port for MoCA. That, and it has a daughter board for DSL - home phone afaik.
But onto my findings. I found a page from actiontec with the source code they used to compile their firmware, which contained some interesting nuggets.
For one, it's the full source code. Second, it gave me a little insight on what SoC it's using. It appears to be a Broadcom BCM63138/63148, according to make menuconfig
in one of the directories.
Speaking of which, the source code tree seems to be very similar to OpenWRT - the README says that in order to compile the firmware, you should run make PROFILE="<profile_name>"
. Exactly the same as OpenWRT image builder.
I wasn't able to find much more than that, as I'm not super familiar with inspecting source code. The only interesting thing was that it was running linux kernel 3.4 - as was indicated by the kernel/linux-3.4rt/
.
This gives me hope that it could in fact be hackable.
This was where I found the mention to the Broadcom BCM63138/63148 - by cd
ing to the kernel/linux-3.4rt/
directory and running make menuconfig
(this is on my [Fedora] machine which has the prerequisites for building OpenWRT installed).
As one last thing, I've also found pictures of the internals - courtesy of FCC. I wasn't able to tell if it had a UART port, the photos were quite blurry.
As I said in the beginning, I'm curious if I can get OpenWRT installed. I have one of the routers on hand, and I have no other use for it- I'm happy to donate it or try flashing firmware here if need be.
Links and Info
FCC info page
https://fccid.io/LNQT3200M
Internal photos
https://fccid.io/LNQT3200M/Internal-Photos/Internal-Photos-3002334
Source code
Actiontec product information page
SoC Chipset info
Source code tree -L 5 at_bcm963xx_t3200m_31.164l.22_gpl_consumer_release