Hey, > I was struggling with getting mm built in my cross build environment and > meson, but finally: > With main branch it works: modem is recognized and connection is > established and mm not crashing. > #
Nice! > What about the version 1.20? On > https://www.freedesktop.org/software/ModemManager/ there are no packets > with version 1.20.x. are they nor officially released, though there are > tags, or is there a new page to download from? > Releases are done via signed git tags only from now on. E.g. you can do: $ git clone --depth 1 --branch 1.20.6 https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git $ cd ModemManager $ git tag --verify 1.20.6 -- Aleksander