Modem Authenticator (modem-authenticator-test) Package name

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.

Modem Authenticator is only available on the unstable edge channel. It could break and change often.

Channel Version Published

Details for Modem Authenticator

Package name

  • modem-authenticator-test

License

  • GPL-3.0-only

Last updated

  • 13 August 2026 - latest/edge

Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

FCC unlock service for WWAN/modem modules

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):

  • Layer 3 (startup): the daemon unlocks once on boot / when the MBIM device first appears.
  • Layer 1 (udev): snapd loads meta/udev/modem-manager.rules; when an MBIM device is (re-)enumerated -- USB control node (/dev/cdc-wdm*) OR PCIe control node (/dev/wwanmbim, kernel >= 5.14) -- via physical re-plug, power cycle, or firmware/link reset that drops the bus link, the kernel triggers the unlock oneshot service, which performs the FCC unlock and exits. (Old-kernel mhi_bus PCIe nodes are covered by a commented rule.)
  • Layer 2 (systemd events): best-effort -- the daemon subscribes to systemd JobRemoved (ModemManager restart) and PrepareForSleep (resume) to re-unlock after events that do NOT drop the USB link. On the target snapd (2.76) there is no 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 Published Build Commit

The build and commit information is derived from build infrastructure records.


Install Modem Authenticator on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.