Created
July 17, 2014 12:26
-
-
Save theclanks/dea388f849aba6c87b53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To set APM level: | |
camcontrol cmd ada0 -a "EF 05 00 00 00 00 00 00 00 00 xx 00" | |
To disable it: | |
camcontrol cmd ada0 -a "EF 85 00 00 00 00 00 00 00 00 00 00 | |
To set AAM level: | |
camcontrol cmd ada0 -a "EF 42 00 00 00 00 00 00 00 00 xx 00" | |
To disable it: | |
camcontrol cmd ada0 -a "EF C2 00 00 00 00 00 00 00 00 00 00 | |
You can check result with: | |
camcontrol identify ada0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment