after recompiling in given order result is the same: # cat /usr/include/libqmi-glib/qmi-version.h | grep "define > QMI_MBIM_QMUX_SUPPORTED" #define _QMI_VERSION_H_ * This section defines types that are used to identify the libqmi-glib version. #define QMI_MAJOR_VERSION (1) #define QMI_MINOR_VERSION (18) #define QMI_MICRO_VERSION (0) #define QMI_CHECK_VERSION(major,minor,micro) \ * QMI_MBIM_QMUX_SUPPORTED: * defined and set to either or 1 or 0. * #if QMI_MBIM_QMUX_SUPPORTED #define QMI_MBIM_QMUX_SUPPORTED 1
and one more time output from MM --debug: https://pastebin.com/KJsnvp4t 2017-07-18 14:29 GMT+02:00 Bartłomiej Knabel <[email protected]>: > I don't remember order, but I can recompile them one more time with order > You provided. > > here is output: > > $ cat /usr/include/libqmi-glib/qmi-version.h | grep "define > QMI_MBIM_QMUX_SUPPORTED" > #define _QMI_VERSION_H_ > * This section defines types that are used to identify the libqmi-glib > version. > #define QMI_MAJOR_VERSION (1) > #define QMI_MINOR_VERSION (18) > #define QMI_MICRO_VERSION (0) > #define QMI_CHECK_VERSION(major,minor,micro) \ > * QMI_MBIM_QMUX_SUPPORTED: > * defined and set to either or 1 or 0. > * #if QMI_MBIM_QMUX_SUPPORTED > #define QMI_MBIM_QMUX_SUPPORTED 1 > > > 2017-07-18 14:16 GMT+02:00 Aleksander Morgado <[email protected]>: > >> On Tue, Jul 18, 2017 at 2:00 PM, Bartłomiej Knabel >> <[email protected]> wrote: >> >> Is this a custom system? Looks like ModemManager isn't built with QMI >> >> and/or with an old libqmi not supporting QMI over MBIM. Which libqmi >> >> and libmbim versions are being used? >> >> >> >> Once the initial failure happens during the Set Radio State command, >> >> we should have been trying the "QMI FCC auth" sequence with QMI over >> >> MBIM, but I don't see that in the logs. >> >> >> > >> > I've used following libraries: >> > >> > https://freedesktop.org/software/libqmi/libqmi-1.18.0.tar.xz >> > https://www.freedesktop.org/software/libmbim/libmbim-1.14.0.tar.xz >> > https://www.freedesktop.org/software/ModemManager/ModemManag >> er-1.6.8.tar.xz >> > >> > on all of them I've run: >> > ./configure --prefix=/usr >> > make >> > make install >> > >> > maybe here is something wrong? >> >> In which order did you built and install them? The order should be: >> libmbim, libqmi, MM. This is so that libqmi is built with QMI over >> MBIM support. You can run this to check whether that part is ok or >> not: >> >> $ cat /usr/include/libqmi-glib/qmi-version.h | grep "define >> QMI_MBIM_QMUX_SUPPORTED" >> #define QMI_MBIM_QMUX_SUPPORTED 1 >> >> -- >> Aleksander >> https://aleksander.es >> > > > > -- > pozdrawiam, > Bartłomiej Knabel > -- pozdrawiam, Bartłomiej Knabel
_______________________________________________ ModemManager-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
