ModemManager
ModemManager copied to clipboard
CC libmm_generated_la-mm-enums-types.lo In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from mm-enums-types.h:8, from mm-enums-types.c:4: mm-enums-types.c: In function 'mm_modem_capability_get_type': /usr/include/glib-2.0/glib/gatomic.h:113:5: error: argument 2 of '__atomic_load' discards...
First of all i am currently using the python rpc interface which works! I've installed modemmanager from this fork as you suggested, but when i try to run it with:...
I merged in 1.16.8, and updated all references to logging functions to use the allowed ones. Otherwise, loading the plugin fails with ``` "libmm-plugin-xmm7360.so': libmm-plugin-xmm7360.so: undefined symbol: mm_err/mm_dbg" ```
I managed to get the plugin and modemmanager running, however it doesn't add the ipv4 address to my wwan0 device. I managed to find it using `mmcli -b 0` and...
Hey, thanks again for all your effords. I got it build and installed using the readme: [https://github.com/enzingerm/ModemManager/tree/xmm7360/plugins/xmm7360](url). I load the driver as described here: [https://github.com/xmm7360/xmm7360-pci/](url) When I now try `sudo...
Currently, all RPC calls are made synchronously one after another. I think Glib/GIO provide means to do that asynchronously.
Signal reporting does not yet work, maybe the parameters to the RPC call `UtaMsNetSetRadioSignalReporting` need to be changed?
Currently, disconnecting a xmm7360 specific bearer is not implemented. I am not sure which calls with which parameters would need to be sent to the modem to support proper disconnection.
Based on the earlier versions in this repo, I created a merge request to add support for the XMM7360 in RPC mode to ModemManager: [!1200](https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1200) If anyone here has capabilities...