-
Notifications
You must be signed in to change notification settings - Fork 0
Install
Andrew Mello edited this page May 27, 2026
·
1 revision
yay -S rpc-go-binOr with paru:
paru -S rpc-go-bingit clone https://github.com/88plug/rpc-go-bin
cd rpc-go-bin
makepkg -siwhich rpc
# /usr/bin/rpc
sudo rpc amtinfoExpected output if your hardware has AMT and the MEI driver is loaded:
Version : 16.1.27
Build Number : 2176
SKU : 16392
Features : AMT Pro Corporate
Control Mode : pre-provisioning state (or "activated in client control mode")
Operational State : enabled
...
- x86_64 Linux (the binary is statically linked Go — no glibc requirement)
-
/dev/mei0for local operations (sudo modprobe mei_meif missing) - Root for any command that touches
/dev/mei0 - Network reachability to the AMT IP for remote operations (port 16992 or 16993)
| Path | Purpose |
|---|---|
/usr/bin/rpc |
the Intel rpc-go binary, ~10MB |
Nothing else. No daemons, no config files, no autostart.
sudo pacman -R rpc-go-bin