instructions.html 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <html>
  2. <title>Finding ag7240-eth.ko</title>
  3. <a href="http://libertybsd.net/ubiquiti">Back to main page</a>
  4. <h1>Finding ag7240-eth.ko</h1>
  5. <ol>
  6. <li>
  7. The firmware file tested is here:
  8. <a href="http://ubnt.com/downloads/firmwares/XN-fw/v5.5.4/XM.v5.5.4.16501.130308.1015.bin">
  9. http://ubnt.com/downloads/firmwares/XN-fw/v5.5.4/XM.v5.5.4.16501.130308.1015.bin
  10. </a>
  11. </li>
  12. <li>
  13. Use binwalk -e to extract the files from the firmware
  14. </li>
  15. <li>
  16. There is a squashfs filesystem. Extract it.
  17. </li>
  18. <li>
  19. The relevant module is /lib/modules/2.6.32.54/ag7240-eth.ko
  20. </li>
  21. <li>
  22. The GPL tarball is here:
  23. <a href="http://www.ubnt.com/downloads/firmwares/XN-fw/v5.5.4/GPL.UBNT.v5.5.4.tar.bz2">
  24. http://www.ubnt.com/downloads/firmwares/XN-fw/v5.5.4/GPL.UBNT.v5.5.4.tar.bz2</a>
  25. </li>
  26. <li>
  27. $ find . | grep ag7240
  28. </li>
  29. <li>
  30. Here is a relevant forum thread:
  31. <a href="http://community.ubnt.com/t5/airMAX-General-Discussion/Release-the-SDK/td-p/39551">
  32. http://community.ubnt.com/t5/airMAX-General-Discussion/Release-the-SDK/td-p/39551</a>
  33. </li>
  34. </html>