[review] https://github.com/cbchan/ModemManager/tree/gtask-plugins-zte

2017-07-19 Thread Ben Chan
This branch contains a series of patches that port zte plugin to use GTask: https://github.com/linux-mobile-broadband/ModemManager/compare/master...cbchan:gtask-plugins-zte ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org

Re: Need help with Netgear 341u

2017-07-19 Thread Dan Williams
On Wed, 2017-07-19 at 11:58 -0400, Neil Cherry wrote: > On 07/19/2017 04:14 AM, Aleksander Morgado wrote: > > On Wed, Jul 19, 2017 at 3:43 AM, Neil Cherry > > wrote: > > > I'm stuck at the beginning, I have this nice Netgear 341u and I > > > don't know > > > Any pointers? > >

sim hot swap problem with Telit GE910-QUAD

2017-07-19 Thread Tim Small
Hello, When probing a Telit GE910-QUAD (with a SIM inserted) mm always gives me something like this in the debug logs: ModemManager[26945]: (ttyUSB0) device open count is 2 (close) ModemManager[26945]: (ttyUSB0): --> 'AT#QSS?' ModemManager[26945]: (ttyUSB0): <-- '' ModemManager[26945]:

Re: Need help with Netgear 341u

2017-07-19 Thread Neil Cherry
On 07/19/2017 04:14 AM, Aleksander Morgado wrote: On Wed, Jul 19, 2017 at 3:43 AM, Neil Cherry wrote: I'm stuck at the beginning, I have this nice Netgear 341u and I don't know Any pointers? With the AC341U you may get a "usb0" interface where you can run DHCP

Re: [review] https://github.com/cbchan/ModemManager/tree/gtask-plugins-altair-lte

2017-07-19 Thread Aleksander Morgado
On Wed, Jul 19, 2017 at 4:23 PM, Ben Chan wrote: >>> https://github.com/linux-mobile-broadband/ModemManager/compare/master...cbchan:gtask-plugins-altair-lte >> >> Reviewed. Everything looks good to me, expect for a patch that >> contains part of the logic of the previous

Re: [review] https://github.com/cbchan/ModemManager/tree/gtask-broadband-bearer

2017-07-19 Thread Aleksander Morgado
On Wed, Jul 19, 2017 at 4:21 PM, Ben Chan wrote: >>> This branch contains a series of patches that port MMBroadbandBearer >>> to use GTask: >>> >>> https://github.com/linux-mobile-broadband/ModemManager/compare/master...cbchan:gtask-broadband-bearer >> >> Reviewed, just some

Re: Parallel enables occurring (when SIM PIN enabled)

2017-07-19 Thread Aleksander Morgado
On Wed, Jul 19, 2017 at 2:22 PM, Colin Helliwell wrote: > >> On 19 July 2017 at 09:19 Aleksander Morgado wrote: >> >> On Wed, Jul 19, 2017 at 8:42 AM, Colin Helliwell >> >> wrote: >> >> > But I wondered

Re: [review] https://github.com/cbchan/ModemManager/tree/gtask-broadband-bearer

2017-07-19 Thread Ben Chan
On Wed, Jul 19, 2017 at 5:17 AM, Aleksander Morgado wrote: > On Wed, Jul 19, 2017 at 8:23 AM, Ben Chan wrote: >> This branch contains a series of patches that port MMBroadbandBearer >> to use GTask: >> >>

Re: Telit LE910 failing to find network

2017-07-19 Thread Kelvin
Hi According to logs shared by Kelvin, the modem seems to be properly replying Thanks, yes QMI commands seem to be working now but it fails to register on a network. I've tried a SIM card for a different network provider now (EE) and the scan response is: Jul 19 12:42:44 linaro-gnome

Re: [review] https://github.com/cbchan/ModemManager/tree/gtask-plugins-altair-lte

2017-07-19 Thread Aleksander Morgado
On Wed, Jul 19, 2017 at 8:25 AM, Ben Chan wrote: > > https://github.com/linux-mobile-broadband/ModemManager/compare/master...cbchan:gtask-plugins-altair-lte Reviewed. Everything looks good to me, expect for a patch that contains part of the logic of the previous one, which

Re: Parallel enables occurring (when SIM PIN enabled)

2017-07-19 Thread Colin Helliwell
> On 19 July 2017 at 09:19 Aleksander Morgado wrote: > > On Wed, Jul 19, 2017 at 8:42 AM, Colin Helliwell > > wrote: > > > But I wondered whether anything had been re-structured elsewhere which > > ought to address the problem

Re: [review] https://github.com/cbchan/ModemManager/tree/gtask-broadband-bearer

2017-07-19 Thread Aleksander Morgado
On Wed, Jul 19, 2017 at 8:23 AM, Ben Chan wrote: > This branch contains a series of patches that port MMBroadbandBearer > to use GTask: > > https://github.com/linux-mobile-broadband/ModemManager/compare/master...cbchan:gtask-broadband-bearer Reviewed, just some minor issues

Re: [PATCH] broadband-bearer: fix crm_range_ready

2017-07-19 Thread Aleksander Morgado
On Wed, Jul 19, 2017 at 12:28 AM, Ben Chan wrote: > crm_range_ready() misses a return statement after it invokes > interface_initialization_step(), which will lead to an invalid access of > the already freed InitAsyncContext. > --- > src/mm-broadband-bearer.c | 1 + > 1

Re: Telit LE910 failing to find network

2017-07-19 Thread Daniele Palmas
Hi Lars, 2017-07-19 13:43 GMT+02:00 Lars Melin : > On 2017-07-19 16:48, Kelvin wrote: >> >> >> If I'm not wrong qmi_wwan is trying to bind to interface 5, but >> rmnet >> is on 2 (that has been wrongly taken by option). Which kernel >> version >>

Re: Telit LE910 failing to find network

2017-07-19 Thread Aleksander Morgado
On Wed, Jul 19, 2017 at 11:48 AM, Kelvin wrote: > Not fully there yet, though, I tried --3gpp-scan and the modem is listed as > disabled: > > linaro@linaro-gnome:~$ sudo mmcli -m 0 --3gpp-scan > error: modem not enabled yet You need to enable it yourself: $ sudo mmcli -m 0

Re: Start-up stalls getting own number

2017-07-19 Thread Aleksander Morgado
On Wed, Jul 19, 2017 at 11:00 AM, Aleksander Morgado wrote: > On Wed, Jul 19, 2017 at 10:26 AM, Colin Helliwell > wrote: >> Just trying out this morning's Head revision, and it seems to be stalling at >> the point it's trying to read its

Re: Start-up stalls getting own number

2017-07-19 Thread Aleksander Morgado
On Wed, Jul 19, 2017 at 10:26 AM, Colin Helliwell wrote: > Just trying out this morning's Head revision, and it seems to be stalling at > the point it's trying to read its own number. > mmcli -L reports no modems, and the logs ends with (i.e. there's no further >

Re: Telit LE910 failing to find network

2017-07-19 Thread Kelvin
> > CONFIG_MSM_QMI_INTERFACE=y ? > > Are you building an Android kernel with both Qualcomm and qmi-wwan > drivers trying to do QMI? > Not deliberately - but the development board is typically used on Android, with Linux/Ubuntu provided as a secondary platform, so I guess there could be some

Re: Parallel enables occurring (when SIM PIN enabled)

2017-07-19 Thread Aleksander Morgado
On Wed, Jul 19, 2017 at 8:42 AM, Colin Helliwell wrote: > But I wondered whether anything had been re-structured elsewhere which ought > to address the problem anyway? Don't think anything has been done in that regard, no. -- Aleksander https://aleksander.es

Re: Telit LE910 failing to find network

2017-07-19 Thread Aleksander Morgado
On Tue, Jul 18, 2017 at 9:30 PM, Kelvin wrote: > Also QMI-related: > grep QMI .config > # CONFIG_MSM_TEST_QMI_CLIENT is not set > CONFIG_USB_NET_QMI_WWAN=y > CONFIG_MSM_QMI_INTERFACE=y > # CONFIG_MEM_SHARE_QMI_SERVICE is not set > CONFIG_QMI_ENCDEC=y > #

Re: problem with dell latitude

2017-07-19 Thread Bartłomiej Knabel
> It worked. Thank You for supporting meble! > of course in my case I had to use /usr/lib: PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure --prefix=/usr make make install and finally: LD_LIBRARY_PATH=/usr/lib ModemManager ___ ModemManager-devel

Re: Need help with Netgear 341u

2017-07-19 Thread Aleksander Morgado
On Wed, Jul 19, 2017 at 3:43 AM, Neil Cherry wrote: > I'm stuck at the beginning, I have this nice Netgear 341u and I don't know > where to begin. I currently have a debian server with 1.4 Modem Manager. > The server is headless so I have no access to the applet via X. > >

Re: problem with dell latitude

2017-07-19 Thread Bartłomiej Knabel
> > > Well, too late, but you could have used this PPA instead of building it > yourself > https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-xenial/ > > ;) > > > great, but I didn't find this link :) ___ ModemManager-devel mailing list

Re: Parallel enables occurring (when SIM PIN enabled)

2017-07-19 Thread Colin Helliwell
> On 19 July 2017 at 07:42 Colin Helliwell > wrote: > > > On 26 April 2017 at 17:48 Aleksander Morgado > > wrote: > > > > On Wed, Apr 26, 2017 at 6:23 PM, Dan Williams wrote: > > > > > Patch was more for

[review] https://github.com/cbchan/ModemManager/tree/gtask-plugins-altair-lte

2017-07-19 Thread Ben Chan
This branch contains a series of patches that port altair-lte plugin to use GTask: https://github.com/linux-mobile-broadband/ModemManager/compare/master...cbchan:gtask-plugins-altair-lte ___ ModemManager-devel mailing list