EM7565 dual SIM in Linux

Hello,

I would like to use the dual SIM functionality in Linux on EM7565. Currently, I am using it with NetworkManager/ModemManager but I can’t issue AT commands through it if it’s not in debug mode.

What would be a proper/easy way to use the DualSIM functionality in Linux? Are other DualSIM modems supported better?

Hi @bogdan,

You can use Linux QMI SDK APIs to manage active SIM slot DualSIM functionality in Linux on EM7565.

Check slot status:
SLQSUIMGetSlotsStatus
Switch slot:
SLQSUIMSwitchSlot
Monitor slot changes:
SetUimSlotStatusChangeCallback

Please refer to this document for more details:
https://source.sierrawireless.com/resources/airprime/application_notes_and_code_samples/airprime---em74xx---dual-sim-feature---technical-note/#sthash.ugRLd0Vc.dpbs

Here is Linux QMI SDK Software:
https://source.sierrawireless.com/resources/airprime/software/linux-qmi-sdk-software-latest/#sthash.XqP8U8Pj.dpbs

Please help to mark “Solution” if your question is answered. So the community could easily find the solution for their problems.