Install latest/edge of Modem Authenticator
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install modem-authenticator-test --edge
Don't have snapd? Get set up for snaps.
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Generate an embeddable card to be shared on external websites.
Modem Authenticator is a background C++ service that unlocks FCC restrictions on WWAN/modem modules. It is fully STRICT-confined (no --classic, no manual AppArmor tweaks) and Snap-Store publishable.
Event-driven design (no polling, no custom AppArmor, idle = zero CPU):
unlock oneshot service, which performs the FCC unlock and
exits. (Old-kernel mhi_bus PCIe nodes are covered by a commented rule.)systemd D-Bus interface, so this layer
degrades gracefully; startup + udev still cover the realistic triggers.The unlock itself is sent via mbimcli directly to the device node (covered by the modem-manager plug). The FCC unlock key is HARDCODED in the binary (not externalised to a config file), overridable at runtime with -k.
A CLI tool (fccunlocker) is also provided for manual operation.
TEST BUILD (2026-08-13): published to practice the Snap Store workflow. Dell RW135/RW151 models use placeholder unlock keys in this release and are not yet supported.
| Revision | Channel | Version | Build | Commit |
|---|
The build and commit information is derived from build infrastructure records.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.