Re: modem is unusable when removing and putting back sim card

2023-09-22 Thread Toto Titi
Hey, The issue is the same as this one https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/548 And I managed to fix it by adding a small sleep in libqmi here is the patch src/libqmi-glib/qmi-device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libqmi-glib/qmi-device.

Re: May I commit binary files into MM project?

2023-09-22 Thread Florian Eckert
I have a concern about can we commit binary files into /data/dispatcher-fcc-unlock folder? If you want to dump a proprietary precompiled binary in the fcc-unlock folder, the answer is "no" :) Regardless, these binaries would not run on other architectures! Therefore, they must be scripts

Re: modem is unusable when removing and putting back sim card

2023-09-22 Thread Aleksander Morgado
Hey > I am working with ModemManager with qmi-proxy and I have a weird behavior > when I am using ModemManager with the log-level set to DEBUG like this > "ModemManager --log-level=DEBUG &" > everything is working fine but when I use it normally or set the log-level to > anything else except de

Re: FM350-GL (installed in ThinkPad P1 Gen 5)

2023-09-22 Thread Aleksander Morgado
On Wed, Sep 13, 2023 at 12:54 PM Thilo-Alexander Ginkel wrote: > > On Tue, Sep 12, 2023 at 1:31 PM Bjørn Mork wrote: >> >> > Turns out the challenge needs to be requested via --set-fcc-lock=0,0. >> >> Right. Makes sense. >> >> > Still, I can't get a valid unlock. >> >> And those challenge input

Re: T-Mobile Contributions

2023-09-22 Thread Aleksander Morgado
> > I'm excited to announce that T-Mobile US is now using > ModemManager/libMBIM/libQMI > for our 5G Fixed Wireless products [https://www.t-mobile.com/home-internet]. > We > are currently the largest FWA ISP in the world with well over 3 Million > subscribers, i.e., lots of ModemManager users! We

Re: T-Mobile Contributions

2023-09-22 Thread Aleksander Morgado
> > I'm excited to announce that T-Mobile US is now using > > ModemManager/libMBIM/libQMI > > for our 5G Fixed Wireless products > > [https://www.t-mobile.com/home-internet]. We > > are currently the largest FWA ISP in the world with well over 3 > > Million > > subscribers, i.e., lots of ModemManag

Re: May I commit binary files into MM project?

2023-09-22 Thread Aleksander Morgado
Hey > I have a concern about can we commit binary files into > /data/dispatcher-fcc-unlock folder? All the FCC unlock scripts/programs shipped by ModemManager are GPLv2+. If you can distribute your program under the GPLv2+, we could set it up to build from source along with the ModemManager proj

RE: ublox SARA does not connect

2023-09-22 Thread ron
Hi Since I sent you this, I made some progress- - Modified ublox plugin to identify this modem as 4g - found out that the AT+COPS=0 you always send, does not return or return some proprietary CME code. that is because the modem does auto-registration and sending COPS interferes with that. That

May I commit binary files into MM project?

2023-09-22 Thread Slark Xiao
Hi all, I have a concern about can we commit binary files into /data/dispatcher-fcc-unlock folder? Then end user could call the script which will call this binary to do the unlock operation. This binary file are only used for specific VID/PID products. I saw project following GNU LGPLV2.1, but s