Skip to content

Instantly share code, notes, and snippets.

View Lioncat6's full-sized avatar

Lioncat6

View GitHub Profile
@Lioncat6
Lioncat6 / chromebook-usbc.service
Created October 4, 2025 04:53
Chromebook USB C Service fix
[Unit]
Description=Enable USB-C on chromebook
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStartPre=/sbin/rmmod -f cros_ec_typec
ExecStartPre=/sbin/rmmod -f intel_pmc_mux
ExecStart=/sbin/modprobe intel_pmc_mux
ExecStartPost=/sbin/modprobe cros_ec_typec