Commit graph

13 commits

Author SHA1 Message Date
aead7a8b80 docs: egpu gaming — auto-detect wrapper statt manueller launch options 2026-06-06 13:19:46 +02:00
6ac50b8fc2 egpu: setup & gaming-optimierung für CYID HL7 + RX 9060 XT
- amdgpu modprobe.d: ppfeaturemask, runpm=0, sched_policy=1
- udev hotplug: DPM auf high bei eGPU-Connect
- performance-script: superx-egpu-perf.sh
- installer: tools/install-egpu.sh (sudo aus repo-root)
- doku: docs/egpu-setup.md (hardware, status, pitfalls)
2026-06-06 13:13:33 +02:00
a7b23f0eea frostbay: BLE-Steuerung produktiv + Doku + Repo-Aufräumung
- tools/frostbay_ble.py: Vollständige Frostbay-Steuerung via BlueZ/D-Bus
  (Fan/Pumpe drosseln, Status lesen, RGB vorbereitet)
- docs/frostbay-ble-protocol.md: Protokoll-Doku aus Live-Reverse-Engineering
- README.md: Projektstand aktualisiert (niri/DMS, Frostbay, Roadmap)
- tools/wmi/: Build-Artefakte entfernt (Makefile-Output)
2026-06-05 21:13:35 +02:00
e9132cc9e4 Document SYSTEK RGB controller board discovery (2026-05-26)
Key findings:
- Secondary board with SYSTEK ZT5571VG MCU sits between mainboard and LEDs
- GA25 RGB_FPC_VA 5522 flat-flex cable connects to mainboard
- 3 Pogo-pins per channel (R_POGO1-3, L_POGO1-3) = WS2812B-standard pinout
- Audio path also routes through this board (no sound without it)
- Repaired WS2812B strips soldered to correct pads but don't light
- Root cause: SYSTEK chip speaks non-WS2812B protocol
- Logic analyzer ordered to identify the actual protocol

Also adds last-ditch transceive probe and logic analyzer plan from earlier.
2026-05-26 21:36:00 +02:00
32979579d4 Add logic analyzer capture plan + signal decoder tool
Plan covers: hardware shopping list, pulseview setup, signal capture procedure,
analysis workflow, and three resolution paths depending on findings.

Decoder tool (superx_signal_decode.py) auto-detects LED protocol from sigrok
CSV/VCD exports — matches against WS2812B, SK6812, APA102, TM1814 and others.
Ready for use as soon as the analyzer arrives.
2026-05-25 19:02:53 +02:00
47d124c547 Finalize RGB reverse-engineering: hardware blocker confirmed, all paths exhausted
Summary:
- HID output/feature reports on hidraw1+2: no LED reaction
- WMI EC Method 5/6 (read+write on 0x00-0xFF): no LED reaction
- WMI CMS Method 3/4 (alt path): no LED reaction
- HID init handshake (10 variants): no LED unlock
- Electrical: MCU sends data but WS2812B strips don't decode it

Root cause: OEM LED protocol incompatible with WS2812B timing/packet format.
Software side complete. Hardware debugging (logic analyzer) needed next.
Frostbay unaffected — separate MCU with documented HID protocol.
2026-05-25 13:16:16 +02:00
59b29526ab Add RGB probe runner + Frostbay ONEC1 protocol docs 2026-05-25 12:21:20 +02:00
b76769d03c Import legacy Super X RGB findings 2026-05-25 11:43:37 +02:00
6417226ac6 Refine Super X RGB route mapping and body target aliases 2026-05-25 11:23:32 +02:00
faded1fbe2 Document hidraw1 protocol errors and Frostbay findings 2026-05-25 11:09:02 +02:00
215a9cb771 Record hidraw2 live RGB probe results 2026-05-25 10:49:20 +02:00
d67e8926ae Add CompatLayerCT .NET metadata probe 2026-05-25 10:21:18 +02:00
9ed0f7b71e Document Super X RGB OEM layer and add Linux bridge scaffold 2026-05-25 10:15:10 +02:00