Re: please help me to understand whats is going on, connected byt ping -I wwan0 wp.pl is not woprking no network istead.

2021-02-01 Thread Thomas Haller
e tickbox saying "This issue is confidential and > > > > should only be visible to team members with at least Reporter > > > > access." > > > > > > Wrong link :) This is the one: > > > > > > https://gitlab.freedesktop.org/mobile-b

Re: please help me to understand whats is going on, connected byt ping -I wwan0 wp.pl is not woprking no network istead.

2021-01-29 Thread Thomas Haller
nager/-/issues > > ) and check the tickbox saying "This issue is confidential and > > should only be visible to team members with at least Reporter > > access." > > Wrong link :) This is the one: > https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/is

Re: [RFC] TTY port locked problems when using PPP

2019-06-27 Thread Thomas Haller
On Thu, 2019-06-27 at 10:40 +0200, Piotr Figiel wrote: > Hi, > > czw., 27 cze 2019 o 10:20 Aleksander Morgado > napisaƂ(a): > > The main issue with this approach is that ModemManager would do a > > lot > > of tasks that were exclusively done by NetworkManager before, like > > IP > > addressing se

Re: [RFC] TTY port locked problems when using PPP

2019-06-27 Thread Thomas Haller
On Thu, 2019-06-27 at 10:20 +0200, Aleksander Morgado wrote: > > > The main issue with this approach is that ModemManager would do a lot > of tasks that were exclusively done by NetworkManager before, like IP > addressing setup or IP routing setup. Hi, Configuring IP addresses and routes must b

Re: u-blox R410M modem (QMI) configuration with modern Network-manager

2018-11-30 Thread Thomas Haller
On Fri, 2018-11-30 at 11:24 -0800, Tim Harvey wrote: > root@bionic-newport:~# nmcli connection add type gsm con-name mymodem > apn $APN > Error: 'ifname' argument is required. try: $ nmcli connection add type gsm con-name mymodem apn $APN ifname '' or $ nmcli connection add type gsm con-nam

[PATCH 1/2 v2] libmm-glib: use helper function to convert enum/flags from string

2018-10-04 Thread Thomas Haller
--- v2: always don't do g_type_class_peek(). libmm-glib/mm-common-helpers.c | 284 +++-- 1 file changed, 92 insertions(+), 192 deletions(-) diff --git a/libmm-glib/mm-common-helpers.c b/libmm-glib/mm-common-helpers.c index ed459c5a..67a310f3 100644 --- a/libmm-glib/mm

[PATCH 1/2] libmm-glib, modem-helpers: unref enum/flags GType classes in enum getters

2018-10-03 Thread Thomas Haller
--- libmm-glib/mm-common-helpers.c | 60 -- src/mm-modem-helpers.c | 10 -- 2 files changed, 58 insertions(+), 12 deletions(-) diff --git a/libmm-glib/mm-common-helpers.c b/libmm-glib/mm-common-helpers.c index 3470f64f..ed459c5a 100644 --- a/libmm-glib/

[PATCH 2/2] libmm-glib: use helper function to convert enum/flags from string

2018-10-03 Thread Thomas Haller
--- libmm-glib/mm-common-helpers.c | 298 - 1 file changed, 106 insertions(+), 192 deletions(-) diff --git a/libmm-glib/mm-common-helpers.c b/libmm-glib/mm-common-helpers.c index ed459c5a..dfa6a884 100644 --- a/libmm-glib/mm-common-helpers.c +++ b/libmm-glib/mm-com

Re: Setup MC7455 connection to internet with modem manager

2017-06-16 Thread Thomas Haller
Hi, On Fri, 2017-06-16 at 14:19 +0200, Nassim Dahmani wrote: > Thank you really much it finally works, I still have two questions: > > -In my box I have two wifi card that I configure with hostapd but it > doesn't work with NM so I suppose that the easier way will be to > setup the access point

Re: Setup MC7455 connection to internet with modem manager

2017-06-15 Thread Thomas Haller
On Thu, 2017-06-15 at 17:20 +0200, Nassim Dahmani wrote: > Yes the device is unmanaged I searched on internet how to set it > managed by NM but nothing helped me > > nmcli dev show cdc-wdm1 > > GENERAL.DEVICE: cdc-wdm1 > GENERAL.TYPE: gsm > GENERAL.ADR.

Re: [PATCH 1/2] log: new --log-func-loc option to enable function location in logs

2017-05-18 Thread Thomas Haller
On Thu, 2017-05-18 at 12:43 +0200, Aleksander Morgado wrote: > The --debug output is a bit annoying right now because it includes > the > function location information by default. This information is most of > the times not very useful, so just make it optional under a new > command line argument f

[PATCH 1/1] libmm: fix memleak of NMModem's ports

2017-01-04 Thread Thomas Haller
Fixes: 3206e9566392e8a9678bbd49e0de9bb21ed75291 --- libmm-glib/mm-modem.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmm-glib/mm-modem.c b/libmm-glib/mm-modem.c index 9ac850b..9c6819f 100644 --- a/libmm-glib/mm-modem.c +++ b/libmm-glib/mm-modem.c @@ -3008,6 +3008,8 @@ finalize (GObjec