Skip to content

Instantly share code, notes, and snippets.

@nuumio
Created December 29, 2020 09:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuumio/f42272519b6817ce915f4da3f743dad7 to your computer and use it in GitHub Desktop.
Save nuumio/f42272519b6817ce915f4da3f743dad7 to your computer and use it in GitHub Desktop.
udev rule for Marvell 88SE9230 on RockPro64
ACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x1b4b", ATTR{device}=="0x9230", RUN+="/bin/bash -c 'echo %k > /sys/bus/pci/drivers/ahci/bind'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment