Re: MM wont compile on snapshot openwrt

2018-11-09 Thread Russ Westrem
On Fri, Nov 9, 2018, 10:52 AM Aleksander Morgado Hey, > > > >> >> >> i installed libglib and got past that error but now have this. this is >> just a small portion of the errors as it goes on and on. >> >> make[9]: Entering directory >>

Re: [review] New key-value output in mmcli

2018-11-09 Thread Aleksander Morgado
> Thanks; looks like the main difference is long lines are intelligently > wrapped now, so code expecting one-value-per-line will break. I > haven't checked the implementation in detail, but does it hardcode the > wrapping at a certain point or determine it based on terminal size or > something?

Re: [review] New key-value output in mmcli

2018-11-09 Thread Dan Williams
On Fri, 2018-11-09 at 18:31 +0100, Aleksander Morgado wrote: > Hey, > > > > > > See this MR: https://gitlab.freedesktop.org/mobile-broadband/Mode > > > mMan > > > ager/merge_requests/51 > > > > > > This enables a new "-K" (or longer, "--output-keyvalue") that > > > allows > > > all operations

Re: [review] New key-value output in mmcli

2018-11-09 Thread Aleksander Morgado
Hey, > > > See this MR: https://gitlab.freedesktop.org/mobile-broadband/ModemMan > > ager/merge_requests/51 > > > > This enables a new "-K" (or longer, "--output-keyvalue") that allows > > all operations that print some kind of modem info (e.g. modem list, > > modem info, sim info, bearer info,

Re: [review] New key-value output in mmcli

2018-11-09 Thread Dan Williams
On Sat, 2018-11-03 at 16:04 +0100, Aleksander Morgado wrote: > Hey! > > See this MR: https://gitlab.freedesktop.org/mobile-broadband/ModemMan > ager/merge_requests/51 > > This enables a new "-K" (or longer, "--output-keyvalue") that allows > all operations that print some kind of modem info

Re: MM wont compile on snapshot openwrt

2018-11-09 Thread Russ Westrem
On Fri, Nov 9, 2018 at 4:32 PM Russ Westrem wrote: > > > On Fri, Nov 9, 2018 at 8:07 AM Aleksander Morgado < > aleksan...@aleksander.es> wrote: > >> Hey, >> >> > make[8]: Entering directory >>

Re: IPv4 config for QMI modem

2018-11-09 Thread Sven Schwermer
Hi Aleksander, > We try to set 802.3 (with ethernet headers) and the modem returns "success" > but with raw-ip as protocol instead. Looks like this device MUST be used in > raw-ip mode. One thing to fix in our side is to check the returned protocol > value in the Set Data Format reply, because

Re: IPv4 config for QMI modem

2018-11-09 Thread Aleksander Morgado
Hey, > > I wonder if your setup has a 802.3 vs raw-ip mismatch in the network > > interface. Could you gather the full debug log of MM to see the > > details? > > If I understand you correctly, you only wanted the debug log of ModemManager (and not NetworkManager). Strap in, this is gonna be a

Re: MM wont compile on snapshot openwrt

2018-11-09 Thread Aleksander Morgado
Hey, > make[8]: Entering directory > '/home/russ/openwrt2/openwrt/build_dir/target-mipsel_24kc_musl/libmbim-1.16.2/src/libmbim-glib/generated' > GEN mbim-enum-types.h > /bin/bash: line 1: /usr/bin/glib-mkenums: No such file or directory Isn't this a lack of libglib2-devel (or similar