qmicli / Sierra EM7455

Aleksander Morgado aleksander at aleksander.es
Thu Mar 10 14:15:46 UTC 2016


On Thu, Mar 10, 2016 at 2:58 PM, Sebastian Sjoholm
<sebastian.sjoholm at gmail.com> wrote:
> And then with qmicli;
>
> root at x088:~# qmicli -d /dev/cdc-wdm0 --set-expected-data-format=raw-ip
> qmicli: symbol lookup error: qmicli: undefined symbol:
> qmi_device_expected_data_format_get_type
> root at x088:~# qmicli -d /dev/cdc-wdm1 --set-expected-data-format=raw-ip
> qmicli: symbol lookup error: qmicli: undefined symbol:
> qmi_device_expected_data_format_get_type
> root at x088:~#
>
> with verbose:
>
> root at x088:~# qmicli -d /dev/cdc-wdm0 --set-expected-data-format=raw-ip -v
> [10 Mar 2016, 14:58:15] [Debug] [/dev/cdc-wdm0] Opening device with flags
> 'none'...
> [10 Mar 2016, 14:58:15] [Debug] QMI Device at '/dev/cdc-wdm0' ready
> [10 Mar 2016, 14:58:15] [Debug] Setting expected WWAN data format this
> control port...
> qmicli: symbol lookup error: qmicli: undefined symbol:
> qmi_device_expected_data_format_get_type
> root at x088:~#
>
> The qmicli error on "symbol lookup error" I can see on other commands as
> well.
>
> Am I missing something?

Looks like qmicli from git master, trying to use libqmi-glib from your
system-installed package. If you installed libqmi somewhere else not
in /usr, you'll need LD_LIBRARY_PATH; e.g.:

$ LD_LIBRARY_PATH=/path/somewhere/lib /path/somewhere/bin/qmicli --version

-- 
Aleksander
https://aleksander.es


More information about the libqmi-devel mailing list