Thanks to @kabelu abelu and @t2m, after combining their solutions, it works.
The final solution: you have to add the modules cros-ec-typec
and intel-pmc-mux
like @kabelu did but the order was wrong like @t2m mentioned in older forums, the final modified line should look something like:
MODULES=(intel-pmc-mux cros-ec-typec)
Sources :kabelu’s solution, t2m’s solution.
1 Like