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 19:17] – Unmark as under contruction mrnuketoh:engenius:ews2910p [2022/09/18 20:45] – Remove empty "Bootlogs" section, since it's not necessarry mrnuke
Line 104: Line 104:
 | lan9             | 9F            | | lan9             | 9F            |
 | lan10            | 10F           | | 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 ==== ==== Buttons ====
 -> [[docs:guide-user:hardware:hardware.button]] on howto use and configure the hardware button(s). -> [[docs:guide-user:hardware:hardware.button]] on howto use and configure the hardware button(s).
Line 165: Line 178:
  
 None so far. None so far.
- 
- 
-===== Bootlogs ===== 
-==== OEM bootlog ==== 
-<WRAP bootlog> 
-<nowiki>COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE</nowiki> 
-</WRAP>\\ 
- 
-==== OpenWrt bootlog ==== 
-<WRAP bootlog> 
-<nowiki>COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING</nowiki> 
-</WRAP>\\ 
  
 ===== Notes ===== ===== Notes =====
  • Last modified: 2024/12/07 09:16
  • by monomartin