libmbim
Aleksander Morgado
aleksandermj at chromium.org
Thu Jan 11 10:15:14 UTC 2024
Hello,
On Fri, Jan 5, 2024 at 9:06 AM khvalera <khvalera at ukr.net> wrote:
> I am developing a web interface for managing an mbim modem and ran into a
> problem while executing the script:
>
> * mbim-network /dev/cdc-wdm0 start*
>
> the Internet starts working.
>
> But if you try to get any data from the modem, for example:
>
> * /bin/mbimcli --device=/dev/cdc-wdm0 --query-signal-state *
>
> the Internet disappears. How can such a problem be solved?
>
It is very likely that you may be hijacking the MBIM session with your
additional mbimcli command.
Try to use "PROXY=yes" in the mbim-network configuration, and then add "-p"
to all your additional mbimcli commands. By doing this, you will run all
MBIM operations through the mbim-proxy, which is the process that would
take full control of the MBIM session.
--
Aleksander
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libmbim-devel/attachments/20240111/eacbd8f9/attachment.htm>
More information about the libmbim-devel
mailing list