Re: [MM] 'qmi-support' branch merged to git master

2012-09-02 Thread Aleksander Morgado
Are you able to compile both MM and libqmi with CFLAGS=-ggdb -O0 and get me a bit more info about where in data_available() the thing crashed? I don't even know if that's the data_available() from MM or libqmi-glib... :-/ Sure. Just had to figure out how not to strip these things be

Re: [MM] 'qmi-support' branch merged to git master

2012-09-02 Thread Bjørn Mork
Aleksander Morgado aleksan...@lanedo.com writes: Thanks for the extended info. I pushed a fix to libqmi, can you test it and tell me if that was enough? Looks good: ModemManager[5338]: info [1346593697.368688] [mm-manager.c:340] device_removed(): (tty/ttyUSB1): released by modem

Re: [MM] 'qmi-support' branch merged to git master

2012-09-02 Thread Aleksander Morgado
On 09/02/2012 03:55 PM, Bjørn Mork wrote: ModemManager[4941]: warn [1346593549.302696] [mm-broadband-modem.c:7095] initialization_started_ready(): Couldn't start initialization: Transaction timed out ModemManager[4941]: info [1346593549.302828] [mm-iface-modem.c:993]

Re: [MM] 'qmi-support' branch merged to git master

2012-08-31 Thread Bjørn Mork
Aleksander Morgado aleksan...@lanedo.com writes: Pushed a fix to use the global packet data handle if this ever happens; should at least fix the segfault. Yup, confirmed. But I got another one for you... Disconnecting the USB device results in: ModemManager[25297]: debug [1346422178.492667]

Re: [MM] 'qmi-support' branch merged to git master

2012-08-31 Thread Aleksander Morgado
Pushed a fix to use the global packet data handle if this ever happens; should at least fix the segfault. Yup, confirmed. But I got another one for you... Disconnecting the USB device results in: ModemManager[25297]: debug [1346422178.492667] [mm-modem-helpers-qmi.c:190]

Re: [MM] 'qmi-support' branch merged to git master

2012-08-31 Thread Bjørn Mork
Aleksander Morgado aleksan...@lanedo.com writes: Are you able to compile both MM and libqmi with CFLAGS=-ggdb -O0 and get me a bit more info about where in data_available() the thing crashed? I don't even know if that's the data_available() from MM or libqmi-glib... :-/ Sure. Just had to

[MM] 'qmi-support' branch merged to git master

2012-08-29 Thread Aleksander Morgado
Hey everyone, So, the 'qmi-support' was just merged to git master, which means that you'll now need libqmi git master [1] to compile ModemManager. All new QMI-related development will now go into git master directly. Cheers! [1] http://cgit.freedesktop.org/libqmi -- Aleksander

Re: [MM] 'qmi-support' branch merged to git master

2012-08-29 Thread Bjørn Mork
Aleksander Morgado aleksan...@lanedo.com writes: So, the 'qmi-support' was just merged to git master, which means that you'll now need libqmi git master [1] to compile ModemManager. All new QMI-related development will now go into git master directly. Wow, great work! I noticed that you even

Re: [MM] 'qmi-support' branch merged to git master

2012-08-29 Thread Aleksander Morgado
So, the 'qmi-support' was just merged to git master, which means that you'll now need libqmi git master [1] to compile ModemManager. All new QMI-related development will now go into git master directly. Wow, great work! I noticed that you even support multiple bearers now, allowing me to