Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:engenius:ews2910p [2022/09/18 17:42] – Delete page to re-create it mrnuketoh:engenius:ews2910p [2022/09/18 20:45] – Remove empty "Bootlogs" section, since it's not necessarry mrnuke
Line 1: Line 1:
 +====== EnGenius EWS2910P ======
  
 +/* This template is intended to be used via https://openwrt.org/meta/create_new_device_page ONLY.  */
 +/* DO NOT CREATE NEW DEVICEPAGES VIA COPY & PASTE! */
 +/* USE https://openwrt.org/meta/create_new_device_page */
 +
 +The EnGenius EWS2910P is an RTL8380M based switch with two SFP slots, and PoE 802.3af on all eight RJ-45 ports.
 +
 +===== Supported Versions =====
 +
 +---- 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,c,c,c,c,c,c
 +filter  : Brand=EnGenius
 +filter  : Model=EWS2910P
 +----
 +
 +/* If no unsupported functions known, comment out the following datatable or delete it. */
 +---- datatable ----
 +cols    : Unsupported Functions_unsupporteds
 +filter  : Brand=EnGenius
 +filter  : Model=EWS2910P
 +----
 +
 +===== Hardware Highlights =====
 +---- datatable ----
 +cols    : Model, Versions, CPU, CPU MHz, CPU Cores_numcores, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4GHz, WLAN 5.0GHz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, USB ports_
 +header  : Model, Version,SoC,CPU MHz,CPU Cores,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB
 +align   : c,c,c,c,c,c,c,c,c,c,c,c,c
 +filter  : Brand=EnGenius
 +filter  : Model=EWS2910P
 +----
 +
 +
 +===== Installation =====
 +/* 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  : Brand=EnGenius
 +filter  : Model=EWS2910P
 +filter  : Versions~
 +----
 +*/
 +
 +
 +/* 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  : Brand=EnGenius
 +filter  : Model=EWS2910P
 +----
 +
 +==== Flash Layout ==== 
 +
 +^ Layer0 |  SPI NOR flash (spi0.0 w25q256)  ||||||
 +^ Layer1 | **u-boot** \\ 512 KiB | **u-boot-env** \\ 64 KiB | **u-boot-env2** \\ 64 KiB | **rootfs_data** \\ 13.4 MiB | **jffs2-log** \\ 2 MiB |  **firmware** \\ 8 MiB || **firmware2** \\ 8 MiB |
 +^ Layer2 |:::|:::|:::|:::|:::| **kernel** | **rootfs** |:::|
 +^ mountpoint |:::|:::|:::|''/overlay''|:::|:::| ''/'' |:::|
 +
 +
 +==== OEM easy installation ====
 +
 +The factory firmware will accept and flash the initramfs image. It is recommended to flash to "Partition 0".
 +    
 +The factory web GUI will show the following warning:
 +
 +     Warning: The firmware version is v0.00.00-c0.0.00
 +     The firmware image you are uploading is older than the current
 +     firmware of the switch. The device will reset back to default
 +     settings. Are you sure you want to proceed?"
 +
 +This is expected when flashing OpenWrt. After the initramfs image boots, flash the -sysupgrade using either the commandline or LuCI.
 +
 +
 +===== Upgrading OpenWrt =====
 +->  [[docs:guide-user:installation:generic.sysupgrade]]
 +===== Debricking =====
 +-> [[docs:guide-user:troubleshooting:generic.debrick]]
 +
 +===== Failsafe mode =====
 +-> [[docs:guide-user:troubleshooting:failsafe_and_factory_reset]]
 +
 +===== Basic configuration =====
 +-> [[docs:guide-user:base-system:start|Basic configuration]] After flashing, proceed with this.\\
 +Set up your Internet connection, configure wireless, configure USB port, etc.
 +
 +===== Specific Configuration =====
 +
 +==== Network interfaces ====
 +The default network configuration is:
 +^ Interface Name   ^ Description                  ^ Default configuration    ^
 +| switch           | LAN                          | None                     |
 +| switch.1         | LAN                          | 192.168.1.1/24           |
 +==== Switch Ports (for VLANs) ====
 +^ Port             ^ Switch port   ^
 +| lan1 - lan8      | 1 - 8         |
 +| lan9             | 9F            |
 +| lan10            | 10F           |
 +
 +==== SFP Ports ====
 +
 +The SFP cages 9F and 10F share the same SCL line. Currently, there isn't a good way to model this in the OS. Thus, only one SFP port can be fully supported.
 +    
 +Cage 10F is fully supported with an I2C bus and sfp handle. Linux automatically handles enabling or disabling the TX laser.
 +    
 +Cage 9F is only partially supported, without the sfp handle. The default value of the tx-disable line is high (active). It is exported as a gpio, but the laser is off by default. To enable the laser:
 +
 +    echo 0 > /sys/class/gpio/sff-p9-tx-disable/value
 +
 +Thus, both modules can be used for networking, but only 10F will be able to detect and identify a plugged in SFP module.
 +
 +==== Buttons ====
 +-> [[docs:guide-user:hardware:hardware.button]] on howto use and configure the hardware button(s).
 +Here, we merely name the buttons, so we can use them in the above Howto.
 +
 +^ BUTTON                       ^ Event   ^
 +| Reset                        |  reset  |
 +| LAN Mode                      BTN0   |
 +
 +===== Hardware =====
 +==== Info ====
 +
 +---- 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  : Brand=EnGenius
 +filter  : Model=EWS2910P
 +----
 +
 +==== Photos ====
 +/* =====>>>>> Standard size for photos: add ?400 to the medialink                                */
 +/* When uploading photos, **name them** intelligently. Nobody knows what 20100930_000602.jpg is! */
 +/* e.g. {{:media:yourbrand:yourbrand_yourmodel_front.jpg?400|}}                                  */
 +/* Thanks, your wiki administration - Oct. 2015 */
 +
 +//Front://\\
 +**Insert photo of front of the casing**
 +
 +//Back://\\
 +**Insert photo of back of the casing**
 +
 +//Backside label://\\
 +**Insert photo of backside label**
 +
 +==== Opening the case ====
 +
 +There are two screws on the rear that can be removed. This allows the top cover to slide off, revealing the internals.
 +
 +//Main PCB://\\
 +{{:media:engenius:ews2910p-pcb-top.jpg|}}
 +
 +==== Serial ====
 +-> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc.
 +
 +The serial port header is labeled GRTV for ground, rx, tx, and 3.3V respectively:
 +
 +{{:media:engenius:ews2910p-serial-port.jpg?200|}}
 +
 +^ Serial connection parameters\\ for EnGenius EWS2910P | 115200, 8N1, 3.3V |
 +
 +==== JTAG ====
 +-> [[docs:techref:hardware:port.jtag]] general information about the JTAG port, JTAG cable, etc.
 +
 +How to connect to the JTAG Port of this specific device:\\
 +**Insert photo of PCB with markings for JTAG port**
 +
 +===== Bootloader mods =====
 +-> [[docs:techref:bootloader]]
 +
 +===== Hardware mods =====
 +
 +None so far.
 +
 +===== Notes =====
 +//Space for additional notes, links to forum threads or other resources.//
 +
 +  * ...
 +
 +===== Tags =====
 +
 +[[meta:tags|How to add tags]]
 +
 +{{tagpage>realtek}}
 +
 +{{tagpage>256RAM}},
 +{{tagpage>32Flash}}
  • Last modified: 2024/12/07 09:16
  • by monomartin