1234567891011121314151617181920212223242526272829303132333435 |
- <html>
- <title>Finding ag7240-eth.ko</title>
- <a href="http://libertybsd.net/ubiquiti">Back to main page</a>
- <h1>Finding ag7240-eth.ko</h1>
- <ol>
- <li>
- The firmware file tested is here:
- <a href="http://ubnt.com/downloads/firmwares/XN-fw/v5.5.4/XM.v5.5.4.16501.130308.1015.bin">
- http://ubnt.com/downloads/firmwares/XN-fw/v5.5.4/XM.v5.5.4.16501.130308.1015.bin
- </a>
- </li>
- <li>
- Use binwalk -e to extract the files from the firmware
- </li>
- <li>
- There is a squashfs filesystem. Extract it.
- </li>
- <li>
- The relevant module is /lib/modules/2.6.32.54/ag7240-eth.ko
- </li>
- <li>
- The GPL tarball is here:
- <a href="http://www.ubnt.com/downloads/firmwares/XN-fw/v5.5.4/GPL.UBNT.v5.5.4.tar.bz2">
- http://www.ubnt.com/downloads/firmwares/XN-fw/v5.5.4/GPL.UBNT.v5.5.4.tar.bz2</a>
- </li>
- <li>
- $ find . | grep ag7240
- </li>
- <li>
- Here is a relevant forum thread:
- <a href="http://community.ubnt.com/t5/airMAX-General-Discussion/Release-the-SDK/td-p/39551">
- http://community.ubnt.com/t5/airMAX-General-Discussion/Release-the-SDK/td-p/39551</a>
- </li>
- </html>
|