<div dir="ltr"><div>E1700 using <a href="https://downloads.lede-project.org/releases/17.01.0-rc1/targets/ramips/mt7620/lede-17.01.0-rc1-r3042-ec095b5-ramips-mt7620-e1700-squashfs-factory.bin">https://downloads.lede-project.org/releases/17.01.0-rc1/targets/ramips/mt7620/lede-17.01.0-rc1-r3042-ec095b5-ramips-mt7620-e1700-squashfs-factory.bin</a></div><div><br></div><div>root@lede:~# cat /proc/cpuinfo </div><div>system type<span class="gmail-Apple-tab-span" style="white-space:pre">            </span>: MediaTek MT7620A ver:2 eco:6</div><div>machine<span class="gmail-Apple-tab-span" style="white-space:pre">                  </span>: Linksys E1700</div><div>processor<span class="gmail-Apple-tab-span" style="white-space:pre">               </span>: 0</div><div>cpu model<span class="gmail-Apple-tab-span" style="white-space:pre">           </span>: MIPS 24KEc V5.0</div><div>BogoMIPS<span class="gmail-Apple-tab-span" style="white-space:pre">              </span>: 385.84</div><div>wait instruction<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>: yes</div><div>microsecond timers<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>: yes</div><div>tlb_entries<span class="gmail-Apple-tab-span" style="white-space:pre">               </span>: 32</div><div>extra interrupt vector<span class="gmail-Apple-tab-span" style="white-space:pre">     </span>: yes</div><div>hardware watchpoint<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>: yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]</div><div>isa<span class="gmail-Apple-tab-span" style="white-space:pre">                 </span>: mips1 mips2 mips32r1 mips32r2</div><div>ASEs implemented<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>: mips16 dsp</div><div>shadow register sets<span class="gmail-Apple-tab-span" style="white-space:pre">       </span>: 1</div><div>kscratch registers<span class="gmail-Apple-tab-span" style="white-space:pre">  </span>: 0</div><div>package<span class="gmail-Apple-tab-span" style="white-space:pre">                     </span>: 0</div><div>core<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>: 0</div><div>VCED exceptions<span class="gmail-Apple-tab-span" style="white-space:pre">             </span>: not available</div><div>VCEI exceptions<span class="gmail-Apple-tab-span" style="white-space:pre">         </span>: not available</div><div><br></div><div><br></div><div><br></div><div><br></div><div>root@lede:~# cat /proc/mtd</div><div>dev:    size   erasesize  name</div><div>mtd0: 00030000 00001000 "u-boot"</div><div>mtd1: 00010000 00001000 "config"</div><div>mtd2: 00010000 00001000 "factory"</div><div>mtd3: 007b0000 00001000 "firmware"</div><div>mtd4: 001281bd 00001000 "kernel"</div><div>mtd5: 00687e43 00001000 "rootfs"</div><div>mtd6: 00451000 00001000 "rootfs_data"</div><div><br></div><div>root@lede:~# free -m</div><div>             total       used       free     shared    buffers     cached</div><div>Mem:         61112      21536      39576        712       2200       7616</div><div>-/+ buffers/cache:      11720      49392</div><div>Swap:            0          0          0</div><div>root@lede:~# </div><div><br></div><div>Also note:</div><div><br></div><div><img src="cid:ii_15a18948485640d6" alt="Inline image 1" style="margin-right: 0px;"><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 7, 2017 at 11:23 AM, Daniel Golle <span dir="ltr"><<a href="mailto:daniel@makrotopia.org" target="_blank">daniel@makrotopia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Toan,<br>
<br>
I received some more funding on the kickstarter campaign which will<br>
allow me to add support for the external PA and external LNA stuff<br>
which will bring our GPL'ed driver to the same level of hardware<br>
support of the vendor's driver.<br>
In order to do that it'd be great if you can provide some help:<br>
Please flash your router to OpenWrt or LEDE and enter a console via<br>
SSH. Then see which flash partition holds the wifi eeprom:<br>
cat /proc/mtd<br>
There is supposed to be a 'factory' partition, e.g. /dev/mtd2 or<br>
something like that. Dump that partition to /tmp<br>
dd if=/dev/mtd2 of=/tmp/factory.bin<br>
Then logout and copy that file to your workstation:<br>
scp root@192.168.1.1:/tmp/factory.<wbr>bin .<br>
(assuming the router has the IP 192.168.1.1)<br>
Then send that file (factory.bin) to me via email, so I can analyze<br>
it and see how we can auto-detect those features present on your<br>
device.<br>
<br>
I know this is some effort (flashing OpenWrt/LEDE and then reverting<br>
to the factory firmware, loosing your configuration on the way and all<br>
that) but I would be a great help and most likely improve the bad wifi<br>
signal situation on OpenWrt/LEDE within the next days.<br>
<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Daniel<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On Sun, Feb 05, 2017 at 02:19:10PM -0500, Toan Pham wrote:<br>
> Hi,<br>
><br>
> I tested OpenWrt trunk version on the E1700 five months ago.  At that time,<br>
> openwrt (or the vendor) claimed that all of all ethernet ports are gibabit<br>
> ports (ref.  <a href="https://wiki.openwrt.org/toh/hwdata/linksys/linksys_e1700" rel="noreferrer" target="_blank">https://wiki.openwrt.org/toh/<wbr>hwdata/linksys/linksys_e1700</a>)<br>
> However, All four ports showed up as 100Mb, not Gbps ports, on Chaos Calmer<br>
> build.  Please let me know if you're experiencing the same thing, if so,<br>
> should we update Openwrt product spec webpage to reflect the actual link<br>
> speed?<br>
><br>
> I also found wifi on the e1700 hardware unbearable.  That's why I had to<br>
> revert back to OEM firmware.<br>
><br>
><br>
><br>
> TP<br>
><br>
> On Sun, Feb 5, 2017 at 10:24 AM, Daniel Golle <<a href="mailto:daniel@makrotopia.org">daniel@makrotopia.org</a>> wrote:<br>
><br>
> > Hi Sam,<br>
> ><br>
> > If this didn't get any better with on recent LEDE builds after commit<br>
> > <a href="https://git.lede-project.org/?p=source.git;a=commit;h=" rel="noreferrer" target="_blank">https://git.lede-project.org/?<wbr>p=source.git;a=commit;h=</a><br>
> > b367eef21dccbc5115778001955847<wbr>ac3af47db8<br>
> > it's most likely the issue is due to missing external PA init in the<br>
> > rt2x00 driver. I'm currently fixing the most of the obvious problems<br>
> > with rt2x00 on MT7620, but there are too many to get this done within<br>
> > a weekend and a kickstarter bounty of EUR 200. External PA currently<br>
> > isn't on the list of things I give priority to because none of the<br>
> > boards I've seen are using this feature. Please retry with the current<br>
> > LEDE build, if that doesn't fix the issue, let me know.<br>
> ><br>
> > I'll fix external PA if you are willing to help testing on the device<br>
> > you own and obviously I'd appreciate if you throw something into my<br>
> > hat for that tedious work on a not-very-well designed wifi chip and<br>
> > a driver which has grown beyond reasonable size...<br>
> ><br>
> > <a href="https://www.kickstarter.com/projects/1327597961/better-" rel="noreferrer" target="_blank">https://www.kickstarter.com/<wbr>projects/1327597961/better-</a><br>
> > support-for-mt7620a-n-in-<wbr>openwrt-lede/<br>
> ><br>
> ><br>
> > Cheers<br>
> ><br>
> ><br>
> > Daniel<br>
> ><br>
> > On Sun, Feb 05, 2017 at 03:07:02PM +0000, Sam Charania wrote:<br>
> > > Hi,<br>
> > ><br>
> > > Did this ever get resolved?<br>
> > ><br>
> > > I would like to help resolve it so please advise ASAP.<br>
> > ><br>
> > > Thanks,<br>
> > > Sam<br>
> ><br>
> > > ______________________________<wbr>_________________<br>
> > > openwrt-devel mailing list<br>
> > > <a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.<wbr>org</a><br>
> > > <a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/cgi-<wbr>bin/mailman/listinfo/openwrt-<wbr>devel</a><br>
> > ______________________________<wbr>_________________<br>
> > openwrt-devel mailing list<br>
> > <a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.<wbr>org</a><br>
> > <a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/cgi-<wbr>bin/mailman/listinfo/openwrt-<wbr>devel</a><br>
> ><br>
</div></div></blockquote></div><br></div>