Skip to content

v4.3 — Bin detection fix for newer kernels

Choose a tag to compare

@zenmode-adri zenmode-adri released this 27 May 14:52
· 22 commits to master since this release

What's new in v4.3

Bug fix: bin detection on newer dArkOSRE kernels

Newer kernel versions (dArkOSRE 04262026 and later) no longer emit the opp-binning: using OPP prop name log line that the tuner uses to detect your chip's silicon bin (L0–L3). Instead, these kernels log pvtm-volt-sel=N, which maps directly to the bin level (sel=2 → L2).

The tuner now falls back to this method automatically if the original pattern is not found. Bin detection and caching work correctly on both old and new kernel versions.

If you were seeing “Bin not detected — reboot and try again” on a fresh boot, this release fixes it.

Thanks to u/skyrent for the detailed bug report and for identifying the fix independently.


If you are on an older dArkOSRE release (before 04262026) this update is not required but does not break anything.