Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:enterasys:ws-ap3715i [2023/05/12 08:00] – Created from the form at meta:create_new_device_page grische | toh:enterasys:ws-ap3715i [2024/03/26 20:50] – [Enterasys WS-AP3715i] phoebe | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| {{page> | {{page> | ||
| - | // | + | The Enterasys WS-AP3715i is an enterprise Accesspoint normally sold together with a wifi controller, from which it would be configured. Its manufacturer support already ended. |
| + | OpenWRT liberates it into standalone device with 802.3af POE. | ||
| <WRAP BOX> | <WRAP BOX> | ||
| Line 18: | Line 19: | ||
| {{media: | {{media: | ||
| - | |||
| - | <WRAP BOX> | ||
| - | FIXME | ||
| - | ===== Getting started with a new Device Page ===== | ||
| - | - This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that **you have to fill it with life and information.** | ||
| - | - There are several " | ||
| - | - When there are no more " | ||
| - | |||
| - | ===== Keep the articles modular ===== | ||
| - | * Please include only model specific information, | ||
| - | * If you have no time to write certain stuff, link to [[docs: | ||
| - | * [[docs: | ||
| - | * DO NOT provide a complete howto here! Instead //groom// the [[docs: | ||
| - | </ | ||
| ===== Supported Versions ===== | ===== Supported Versions ===== | ||
| - | + | <!-- ToH: { | |
| - | <WRAP BOX> | + | "source": |
| - | FIXME | + | |
| - | | + | "paging": |
| - | | + | " |
| - | | + | "shownColumns": [" |
| - | - the dataentry page for Enterasys WS-AP3715i | + | |
| - | - filters are not set correctly. Most common reason for "Nothing found": | + | } --> |
| - | | + | |
| - | </ | + | |
| - | + | ||
| - | ---- datatable ---- | + | |
| - | cols : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, Forum Search_search-forums, Device Techdata_pageid | + | |
| - | headers : Brand, Model, Version, Current Release, OEM Info, Forum Search, Technical Data | + | |
| - | align : c, | + | |
| - | filter | + | |
| - | filter | + | |
| - | filter | + | |
| - | ---- | + | |
| /* If no unsupported functions known, comment out the following datatable or delete it. */ | /* If no unsupported functions known, comment out the following datatable or delete it. */ | ||
| - | ---- datatable ---- | + | <!-- ToH: { |
| - | cols | + | " |
| - | filter | + | |
| - | filter | + | |
| - | filter | + | |
| - | ---- | + | " |
| + | } --> | ||
| ===== Experimental Versions ===== | ===== Experimental Versions ===== | ||
| Line 74: | Line 51: | ||
| ===== Hardware Highlights ===== | ===== Hardware Highlights ===== | ||
| - | ---- datatable ---- | + | <!-- ToH: { |
| - | cols | + | " |
| - | header | + | " |
| - | align : c,c, | + | " |
| - | filter | + | " |
| - | filter | + | |
| - | filter | + | |
| - | ---- | + | } --> |
| ===== Installation ===== | ===== Installation ===== | ||
| /* stable release */ | /* stable release */ | ||
| - | /* uncomment once stable release is available | ||
| - | ---- datatable ---- | ||
| - | cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | ||
| - | headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock | ||
| - | align : c,c,c | ||
| - | filter | ||
| - | filter | ||
| - | filter | ||
| - | ---- | ||
| - | */ | ||
| + | <!-- ToH: { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } --> | ||
| - | /* snapshot */ | ||
| - | /* delete once stable release is available */ | ||
| - | ---- datatable ---- | ||
| - | cols : Model, Versions, Supported Current Rel, Firmware OpenWrt snapshot Install URL_url, Firmware OpenWrt snapshot Upgrade URL_url, Firmware OEM Stock URL_url | ||
| - | headers : Model, Version, Current Release, Firmware OpenWrt snapshot Install, Firmware OpenWrt snapshot Upgrade, Firmware OEM Stock | ||
| - | align : c,c,c | ||
| - | filter | ||
| - | filter | ||
| - | filter | ||
| - | ---- | ||
| + | 1. Grab the OpenWrt initramfs, rename it to ap3715.bin. Place it in the root directory of a TFTP server and serve it at `192.168.1.66/ | ||
| - | -> [[docs: | + | 2. Connect to the serial port and boot the AP. Stop autoboot in U-Boot by pressing Enter when prompted. Credentials are identical to the one in the APs interface. By default it is admin / new2day. |
| - | FIXME Please add the installation procedure here. | + | 3. Alter the bootcmd in U-Boot: |
| - | ==== Flash Layout ==== | + | |
| - | <WRAP BOX> | + | setenv serverip 192.168.1.66; tftpboot 0x2000000 ap3715.bin; bootm" |
| - | FIXME // | + | |
| - | Please check out the article [[docs: | + | |
| - | </ | + | bootm 0x2000000" |
| - | ==== OEM easy installation ==== | + | |
| - | <WRAP BOX> | + | |
| - | FIXME //The instructions below are for Broadcom devices and only serve as an example.// | + | |
| - | **//Remove / modify them if they do not apply to this particular device!//** | + | |
| - | This section deals with | + | 4. Boot the initramfs image |
| - | * How you install OpenWrt from a device freshly opened | + | |
| - | * The steps required such as reset to factory defaults if the device has already been configured | + | |
| - | **Note:** Reset router to factory defaults if it has been previously configured. | + | run ramboot_openwrt |
| - | * Browse to ''< | + | |
| - | * Upload .bin file to router | + | |
| - | * Wait for it to reboot | + | |
| - | * Telnet to 192.168.1.1 and set a root password, or browse to ''< | + | |
| - | </ | + | |
| - | ==== OEM installation using the TFTP method ==== | + | 5. Transfer |
| - | -> [[docs: | + | |
| - | === Specific values needed for tftp === | ||
| - | <WRAP BOX> | + | ==== Flash Layout ==== |
| + | the original kernel log shows the following mapping: | ||
| - | FIXME Enter values for "FILL-IN" | + | m25p80 spi32766.0: s25fl256s1 (32768 Kbytes) |
| + | 21 cmdlinepart partitions found on MTD device spi32766.0 | ||
| + | Creating 21 MTD partitions on "spi32766.0": | ||
| + | 0x000000000000-0x0000000a0000 : "BootBAK" | ||
| + | 0x0000000a0000-0x000000120000 : " | ||
| + | 0x000000120000-0x000000130000 : " | ||
| + | 0x000000130000-0x000000140000 : " | ||
| + | 0x000000140000-0x000001ec0000 : " | ||
| + | 0x000001ec0000-0x000001ed0000 : " | ||
| + | 0x000001ed0000-0x000001ee0000 : " | ||
| + | 0x000001ee0000-0x000001ef0000 : " | ||
| + | 0x000001ef0000-0x000001f00000 : " | ||
| + | 0x000001f00000-0x000001f10000 : " | ||
| + | 0x000001f10000-0x000001f20000 : " | ||
| + | 0x000001f20000-0x000001f30000 : " | ||
| + | 0x000001f30000-0x000001f40000 : " | ||
| + | 0x000001f40000-0x000001f50000 : " | ||
| + | 0x000001f50000-0x000001f60000 : " | ||
| + | 0x000001f60000-0x000001f70000 : " | ||
| + | 0x000001f70000-0x000001f80000 : " | ||
| + | 0x000001f80000-0x000001f90000 : " | ||
| + | 0x000001f90000-0x000001fa0000 : " | ||
| + | 0x000001fa0000-0x000001fb0000 : " | ||
| + | 0x000001fb0000-0x000001fc0000 : " | ||
| + | fsl-espi ffe07000.spi: | ||
| + | fsl-espi ffe07000.spi: | ||
| + | spi_master spi32766: spi_device register error / | ||
| - | ^ Bootloader tftp server IPv4 address | ||
| - | ^ Bootloader MAC address (special) | ||
| - | ^ Firmware tftp image | [[: | ||
| - | ^ TFTP transfer window | ||
| - | ^ TFTP window start | approximately FILL-IN seconds after power on | | ||
| - | ^ TFTP client required IP address | ||
| - | </ | + | ==== OEM easy installation ==== |
| + | |||
| + | There is no way to reinstal the OEM installation without flashing a previous backup of the router back on its flash. | ||
| ===== Upgrading OpenWrt ===== | ===== Upgrading OpenWrt ===== | ||
| Line 261: | Line 240: | ||
| ===== Hardware ===== | ===== Hardware ===== | ||
| ==== Info ==== | ==== Info ==== | ||
| - | <WRAP BOX> | + | <!-- ToH: { |
| - | FIXME | + | "source": |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | " |
| - | | + | |
| - | </ | + | } --> |
| - | + | ||
| - | ---- datatemplatelist dttpllist ---- | + | |
| - | template: meta:template_datatemplatelist | + | |
| - | cols : Brand, Model, Versions, Device Type, Availability, Supported Since Commit_git, Supported since Rel, Supported current Rel, Unsupported, Bootloader, CPU, Target, CPU MHz, Flash MBs, RAM MB, Switch, Ethernet 100M ports_, Ethernet Gbit ports_, Comments network ports_, Modem, VLAN, WLAN 2.4GHz, WLAN 5.0GHz, WLAN Hardwares, WLAN Comments_, Detachable Antennas_, USB ports_, SATA ports_, Comments USB SATA ports_, Serial, JTAG, LED count, Button count, Power supply, Device Techdata_pageid, Forum topic URL_url, wikidevi URL_url, OEM Device Homepage URL_url, Firmware OEM Stock URL_url, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Comments_ | + | |
| - | filter | + | |
| - | filter | + | |
| - | filter | + | |
| - | ---- | + | |
| ==== Photos ==== | ==== Photos ==== | ||