RE: ModemManager 1.14.2 Setup - undefined symbol error and/or 'libmbim-glib.la' was moved error

2020-10-23 Thread Dani Anderson
Hey Aleksander, >I would be very surprised if this issue was due to changes in the kernel >driver. Are you able to post those qmi_wwan driver changes somewhere to >review? Or, could you ask the manufacturer to do so? I can ask for permission to share these. Not sure what the status is. > MM gi

Re: ModemManager 1.14.2 Setup - undefined symbol error and/or 'libmbim-glib.la' was moved error

2020-10-23 Thread Aleksander Morgado
Hey, > With the connection established (with NM and MM still disabled), running > > sudo qmicli --device=/dev/cdc-wdm0 --nas-get-system-info > > returns > > [/dev/cdc-wdm0] Successfully got system info: > WCDMA service: > Status: 'none' > True Status: 'none'

答复: ModemManager 1.14.2 Setup - undefined symbol error and/or 'libmbim-glib.la' was moved error

2020-10-23 Thread 殷张成
Hi For nr5g, you need apply patch here https://gitlab.freedesktop.org/carlyin/libqmi/-/tree/nr5g Thanks & Best Regards! > -邮件原件- > 发件人: ModemManager-devel > [mailto:modemmanager-devel-boun...@lists.freedesktop.org] 代表 > Aleksander Morgado > 发送时间: Friday, October 23, 2020 3:38 PM

Modemmanager and operator changing

2020-10-23 Thread Grigoriy Peters
Hi, everyone! Could you help me with operator changing in mmcli, please? I tried to do it with *$ sudo mmcli -m 0 --3gpp-register-in-operator="25001".* But it says *error: couldn't register the modem: 'GDBus.Error:org.freedesktop.ModemManager1.Error.Core.WrongState: Cannot register modem: m

Disabling eSIM

2020-10-23 Thread Florin
Hi all, I have a possible problem related to eSIM on a Qualcomm X16 modem. ModemManager reports: Oct 23 09:34:40 3a062c2 ModemManager[29935]: ModemManager (version 1.12.8) starting in system bus... Oct 23 09:34:41 3a062c2 ModemManager[29935]: opening device... Oct 23 09:34:41 3a062c2 ModemManager

Re: Using ModemManager getting IP but not reflecting to NetworkManager

2020-10-23 Thread NIKHIL PATIL
Hi team, We are giving AT command to EC20 module using ModemManager.* Its working fine for most of the command* , but while giving some AT commands, i am getting syntax error for eg. *mmcli -m 0 --command="AT+QCFG="nwscanseq"* For these kind of AT commands i tried with

Re: Using ModemManager getting IP but not reflecting to NetworkManager

2020-10-23 Thread Aleksander Morgado
Hey, > We are giving AT command to EC20 module using ModemManager. Its working > fine for most of the command , but while giving some AT commands, i am > getting syntax error > for eg. > mmcli -m 0 --command="AT+QCFG="nwscanseq" > Using this should work: mmcli -m 0 --command

Re: Disabling eSIM

2020-10-23 Thread Eric Caruso
Which version of MM are you using? Recent builds expose endpoints in D-Bus and mmcli to switch the active SIM slot on a modem, so you can manually pick the physical SIM slot rather than the eSIM, if that's what you're trying to do. On Fri, Oct 23, 2020 at 7:49 AM Florin wrote: > > Hi all, > I hav