Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
t1600g-52ps [2022/08/18 08:41] – andyboeh | t1600g-52ps [2022/09/04 20:18] (current) – andyboeh | ||
---|---|---|---|
Line 79: | Line 79: | ||
</ | </ | ||
- | ==== GPIO mapping | + | ==== Fan Control |
- | So far, a rather complete GPIO mapping has been found, but some GPIOs cannot | + | The fan control was measured, but not all required |
- | ^ GPIO ^ Direction ^ Purpose ^ | + | ==== Workarounds ==== |
- | | 15 | Out | PoE Reset (500ms Low) | | + | |
- | | 31 | In | Probably Fan RPM Input | | + | |
- | | 20 | Out | System Fan RPM Input | | + | |
- | | 22 | In | Power Supply Fan 1 RPM Input | | + | |
- | | 23 | Out | Fan Green LED | | + | |
- | | 8 | Out | Fan Orange LED | | + | |
- | | 11 | In | Button PoE/Speed | | + | |
- | | 12 | In | Button Reset | | + | |
- | | 16 | Out | Speed Green LED | | + | |
- | | 17 | Out | PoE Green LED | | + | |
- | | 10 | Out | PoE Max Green LED | | + | |
- | | 28 | Out | Fan Speed Out | | + | |
- | | 19 | Out | Fan Speed Out | | + | |
- | | 18 | Out | Fan Speed Out | | + | |
- | 25 and 26 are probably SDA/SCL for PoE, but this is not yet confirmed. | + | Until proper kernel driver support comes up, PoE support and LED support need some hacks: |
- | ==== Fan Control | + | ===== LEDs ===== |
+ | |||
+ | The following commands enable the port LEDs in automatic mode: | ||
+ | |||
+ | < | ||
+ | cd / | ||
+ | echo 0x0060f568 > led_glb_ctrl | ||
+ | echo 0x00007dea > led_set_0_1 | ||
+ | echo 0xffffffff > led_copr_pmask_ctrl_0 | ||
+ | echo 0x000fffff > led_copr_pmask_ctrl_1 | ||
+ | echo 0xffffffff > led_combo_ctrl_0 | ||
+ | echo 0x000fffff > led_combo_ctrl_1 | ||
+ | </ | ||
- | The fan control was measured, but can't be replicated since toggling these GPIOs does not work from within OpenWrt: | + | ===== PoE ===== |
- | * Low - Low - Low = Full Speed | + | The PoE modules and the kernel hwmon driver work, but the ICs are not in the correct mode during startup. In order to enable them, the package `i2c-tools` needs to installed and a startup script is required: |
- | * Low - High - High = Medium | + | |
- | * High - High - High = Low Speed | + | |
+ | < | ||
+ | i2cset -y 0 0x30 0x12 0xff | ||
+ | for i in `seq 3 14`; do | ||
+ | echo 1 > / | ||
+ | echo 1 > / | ||
+ | echo 1 > / | ||
+ | echo 1 > / | ||
+ | done | ||
+ | </ | ||
===== References ===== | ===== References ===== | ||
* [[https:// | * [[https:// | ||
{{tag> | {{tag> |