You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.4 KiB

3 years ago
  1. \documentclass[11pt]{article}
  2. %Gummi|065|=)
  3. \usepackage{graphicx}
  4. \usepackage{caption}
  5. \usepackage{xcolor}
  6. \usepackage[vcentering,dvips]{geometry}
  7. \geometry{papersize={6in,9in},total={4.5in,6.8in}}
  8. \title{\textbf{}}
  9. \author{Steak Electronics}
  10. \date{}
  11. \begin{document}
  12. \maketitle
  13. %\tableofcontents
  14. \textcolor{green!60!blue!70}{
  15. \section{Edimax WAP1750}}
  16. \begin{verbatim}
  17. From:
  18. https://openwrt.org/toh/devolo/devolo_wifi_pro_1750e
  19. \end{verbatim}
  20. \footnote{Always type out full URL in links. Don't put hyperlinks. This is done, so that when you print out a webpage, the URLs are still readable.}
  21. The devolo WiFi pro 1750e is a wall mountable access point with:
  22. Dual band 2.4 and 5 GHz WiFi (3 by 3 IEEE 802.11n 450Mbps, 3 by3 IEEE 802.11ac 1299Mpbs)
  23. \begin{itemize}
  24. \item 2x 1Gbit ethernet ports (with Power over Ethernet support)
  25. \item 1x USB 2.0 port
  26. \item External serial console port (Currently unsupported but internal 4-pin internal Dupont connector is functional)
  27. \item 1x GPIO attached piezo beeper
  28. \end{itemize}
  29. The access point is manufactured by OEM Acelink Technologies Co., Ltd. as a EW-7679WAC and was originally sold by Edimax as a WAP1750. The Edimax unit was reviewed by SmallNetBuilder.
  30. \subsection{Flashing Openwrt on to the WAP1750}
  31. At the moment, this page:
  32. \\
  33. https://openwrt.org/toh/devolo/devolo\_wifi\_pro\_1750e
  34. discusses flashing new firmware via SSH. However, the WAP1750 has a custom console, and while it's running GPLv2 GNU Linux, somehow it managed to lock down the software, so that simply shelling into it, is no longer possible. I'm sure that is a sin. GPLv2 does not mean people can take it and then abuse it for commercial use. It's a community good.
  35. None the less, it can be turned into an upgradeable router via the following means:
  36. \begin{itemize}
  37. \item Teardown enclosure
  38. \item Remove flash chip by desoldering with hot air
  39. \item Read flash with appropriate tool (Flashrom, TL866A).
  40. \item Patch existing image sysupgrade for Devolo 1700 series.
  41. \item Write flash with new image
  42. \item Resolder chip to board
  43. \item Access board via FTDI / USB-Serial chip
  44. \end{itemize}
  45. Simple enough, right? It is simple. But it's not simple. At least 5 years of hobbyist electronics and I'm able to do this, but for the layman... Only with a guide. And let's also talk about the issues that arose during the above steps. It's never as easy as it should be.
  46. \end{document}