Supported CDMA modems

2013-05-07 Thread Thomas Bechtold
Hi, is there a list of supported CDMA-Modems for MM05? I need a modem for Korea. Any tipps are very welcome! TIA, Tom ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/mailman/listinfo/networkmanager-list

[PATCH] Show simple connect state as string for debugging

2013-03-26 Thread Thomas Bechtold
Hi, the patch is for MM 06 and is useful for debugging only. I don't know if the patch is relevant for master, too. Cheers, Tom --- src/mm-generic-gsm.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/mm-generic-gsm.c b/src/mm-generic-gsm.c

[PATCH] Use correct printf modifier for gsize

2013-03-25 Thread Thomas Bechtold
Hi, this patch is for MM06. But I guess master is also affected. Cheers, Tom --- src/mm-sms-utils.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mm-sms-utils.c b/src/mm-sms-utils.c index f04cbe2..cda9337 100644 --- a/src/mm-sms-utils.c +++

Re: [PATCH] config: convert NMConfig to object

2013-02-26 Thread Thomas Bechtold
On 02/01/2013 12:36 AM, Dan Williams wrote: On Tue, 2013-01-15 at 18:48 +0100, Thomas Bechtold wrote: --- src/main.c | 2 +- src/nm-config.c | 209 ++-- src/nm-config.h | 38 --- 3 files changed, 172 insertions(+), 77

[PATCH] config: convert NMConfig to object

2013-01-15 Thread Thomas Bechtold
--- a/src/nm-config.c +++ b/src/nm-config.c @@ -16,6 +16,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Copyright (C) 2011 Red Hat, Inc. + * Copyright (C) 2013 Thomas Bechtold thomasbecht...@jpberlin.de */ #include config.h @@ -27,7 +28,7 @@ #define

Re: Internet Connection Status

2012-12-18 Thread Thomas Bechtold
On 12/18/2012 04:10 AM, Saran Kumar Krishnan wrote: Hi, Is there any way to know, the Internet connection is ACTIVE using Network Manager. I have a WiFi modem, which doesn't get the Internet Connection due to some cable issue. But, it sets up the Local LAN and Network Manager shows the

Re: NM Without UI

2012-09-16 Thread Thomas Bechtold
On So, 2012-09-16 at 23:00 +0530, Sanjay Pallikera wrote: Actually I want to integrate NM with embedded systems without UI, so I want only a command line tool or a daemon. Kindly pls provide some info on this. You have different options to control NetworkManager. 1) over DBus [1] 2) with

Re: Programmatically adding a wireless connection to network manager configuration?

2012-06-18 Thread Thomas Bechtold
On 18/06/12 12:33, Daniel McCue wrote: Thanks Pavel. If I create a new configuration keyfile in /etc/NetworkManager/system-connections, any idea how long it will take NetworkManager to notice or is there something I can do to notify it to attempt a connection to the new AP? the new file is

[PATCH 1/1] configure: fix libsoup check

2012-05-13 Thread Thomas Bechtold
--- configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fe54b40..1330572 100644 --- a/configure.ac +++ b/configure.ac @@ -692,7 +692,7 @@ PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 = 2.26], [have_libsoup=yes],[have_libso

iridium modem disabled after connection failure

2012-03-29 Thread Thomas Bechtold
Hi, i tried to setup a connection with the iridium modem but the connection couldn't be enabled. after that, the modem was disabled and no longer detected by MM. I restarted MM then and the modem was detected again. Here are the logs (latest 06 git branch): root@D110012:~# kill `pidof

iridium: Not getting signal quality, not registered yet

2012-03-29 Thread Thomas Bechtold
Hi, tried again to setup a iridium connection but now i get a lot of Not getting signal quality, not registered yet messages and the connection doesn't seem to work at the beginning. after some tries (i think 3x), the connection worked. here are the logs: Are there any problems with this

Serial device detection not working

2012-03-29 Thread Thomas Bechtold
Hi, i had an active connection (latest MM_06 from git) with the iridium modem but after a while, the modem disconnected. After that, the modem was no longer detected by MM. Then i tried to redetect serial modems but without success. dbus-send --system --type=method_call --print-reply

Re: iridium: Not getting signal quality, not registered yet

2012-03-29 Thread Thomas Bechtold
On 29/03/12 12:55, Aleksander Morgado wrote: Hey, tried again to setup a iridium connection but now i get a lot of Not getting signal quality, not registered yet messages and the connection doesn't seem to work at the beginning. after some tries (i think 3x), the connection worked. here

Iridium modem not detected when already connected and MM starts

2012-03-23 Thread Thomas Bechtold
Hi, the Iridium Modem is not detected (latest git version from 06 branch) when the modem is already connected and MM starts. This can happen because the modem has an external power supply so the OS can restart but the modem is still connected. Is it possible to detect the state and disconnect the

Re: DBUS specifications for NetworkManager 0.9

2012-03-09 Thread Thomas Bechtold
Hi Ajay, you find all useful information for developers at [1]. The dbus interface spec is at [2]. Cheers, Tom [1] https://live.gnome.org/NetworkManager/ [2] http://projects.gnome.org/NetworkManager/developers/api/09/spec.html On Sat, 2012-03-10 at 09:47 +0530, Ajay Garg wrote: Hi all.

add missing includes in src/nm-manager.c

2012-02-22 Thread Thomas Bechtold
Hi, attached is a patch to add missing includes. Cheers, Tom From c816fc81e50dd57e9ec3a4c74a66a877f0e1fb97 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold thomasbecht...@jpberlin.de Date: Wed, 22 Feb 2012 16:52:41 +0100 Subject: [PATCH] core: add missing includes --- src/nm-manager.c |3

Re: libnm-glib 0.9 depends on glib 2.28 now

2012-02-07 Thread Thomas Bechtold
00:00:00 2001 From: Thomas Bechtold thomasbecht...@jpberlin.de Date: Tue, 7 Feb 2012 11:20:57 +0100 Subject: [PATCH] libnm-glib: fix missing G_VALUE_INIT to not depend on newer glib --- include/nm-glib-compat.h |5 + libnm-glib/nm-active-connection.c |1 + libnm-glib/nm

Re: [PATCH] core: fix singleton handling in NULL/systemd session monitor

2012-02-07 Thread Thomas Bechtold
On Mon, 2012-02-06 at 17:31 -0600, Dan Williams wrote: On Sat, 2012-02-04 at 21:08 +0100, Thomas Bechtold wrote: --- src/nm-session-monitor-null.c|4 +++- src/nm-session-monitor-systemd.c |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) Pushed, thanks, Sure? I

libnm-glib 0.9 depends on glib 2.28 now

2012-02-04 Thread Thomas Bechtold
Hi, i tried to build NM 0.9 with glib 2.24 but got the following errors: nm-object.c: In function 'init_async_got_properties': nm-object.c:160: error: implicit declaration of function 'g_simple_async_result_take_error' nm-object.c: In function 'object_created': nm-object.c:605: error: implicit

[PATCH] core: fix singleton handling in NULL/systemd session monitor

2012-02-04 Thread Thomas Bechtold
--- src/nm-session-monitor-null.c|4 +++- src/nm-session-monitor-systemd.c |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/nm-session-monitor-null.c b/src/nm-session-monitor-null.c index ec33bef..14d756f 100644 --- a/src/nm-session-monitor-null.c +++

[PATCH] libnm-util: allow empty number for gsm settings

2012-02-02 Thread Thomas Bechtold
--- libnm-util/nm-setting-gsm.c | 14 -- libnm-util/tests/test-general.c | 23 +++ 2 files changed, 23 insertions(+), 14 deletions(-) diff --git a/libnm-util/nm-setting-gsm.c b/libnm-util/nm-setting-gsm.c index 80d3fd3..19c59f2 100644 ---

GSM Settings verification doc or code wrong

2012-01-31 Thread Thomas Bechtold
Hi, i use NM 0.8.6 and try to set a blank gsm number in NM settings. on [1] and [2] is written for GSM setting: ... Many modems do not require PPP for connections to the mobile network and thus this property should be left blank, which allows NetworkManager to select the appropriate settings

[PATCH] core: add property StateReason to NMDevice

2012-01-29 Thread Thomas Bechtold
Remember the NMDeviceStateReason for a NMDeviceState in NMDevicePrivate. This allows everybody to get a NMDevice StateReason without listen to nm_device_state_changed signals. --- introspection/nm-device.xml | 17 + src/nm-device.c | 21 +

Re: Force default gateway for a specific connection?

2012-01-20 Thread Thomas Bechtold
Hi Dan, On 19/01/12 18:32, Dan Williams wrote: On Wed, 2012-01-18 at 12:23 +0100, Thomas Bechtold wrote: Hi, is it possible to tell NM to use a specific connection always as default gateway? in my case, i use a modem and a lan cable and i want to use always the modem as default gateway

Force default gateway for a specific connection?

2012-01-18 Thread Thomas Bechtold
Hi, is it possible to tell NM to use a specific connection always as default gateway? in my case, i use a modem and a lan cable and i want to use always the modem as default gateway. the reason is, that sometimes a firewall blocks some LAN traffic so i always want to use the modem connection

[PATCH] core: add missing device state reasons

2012-01-11 Thread Thomas Bechtold
Some NMDeviceStateReason 's are not available in introspection/nm-device.xml Tom --- introspection/nm-device.xml | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml index 5fdda96..2f3aa8f 100644

Store NMDeviceStateReason in NMDevicePrivate

2011-12-23 Thread Thomas Bechtold
Hi, i would like to store the NMDeviceStateReason in NMDevicePrivate. Currently the NMDeviceStateReason is sent with a signal when the NMDeviceState changes. I don't want to change this behaviour but additionally i want to store the NMDeviceStateReason. Then it's possible to get the Reason for a

Re: difference of nm to others

2011-12-04 Thread Thomas Bechtold
On Mon, 2011-12-05 at 10:57 +0530, Harish Mandowara wrote: hi all, what is the difference between network manager and wpa_supplicant. Is network manager internally using wpa_supplicant. Yes. Cheers, Tom ___ networkmanager-list mailing list

Re: device removal signals does not work for me

2011-11-25 Thread Thomas Bechtold
On 25/11/11 11:40, Jirka Klimes wrote: On Thursday 24 of November 2011 18:21:54 Thomas Bechtold wrote: Hi Jirka, thank you very much for the description and the fix. is it possible to fix this in the 0.8 branch, too? Cheers, Tom It needed some adjustments, but it's been in NM_0_8 too now

Re: device removal signals does not work for me

2011-11-24 Thread Thomas Bechtold
Hi Jirka, thank you very much for the description and the fix. is it possible to fix this in the 0.8 branch, too? Cheers, Tom On 24/11/11 17:57, Jirka Klimes wrote: On Wednesday 23 of November 2011 07:33:07 Thomas Bechtold wrote: Hi Dan, any other idea why the example code does not work

Re: [PATCH] core: add internet connectivity check

2011-11-22 Thread Thomas Bechtold
Hi Marcel, On 22/11/11 08:55, Marcel Holtmann wrote: Hi Thomas, i just want to summarize the discussion about the response handling so we can decide which solution we want to use. mentioned solutions are: 1) check http status-response 204 (or any other) (chromiumos method) 2) check content

Re: [PATCH] core: add internet connectivity check

2011-11-22 Thread Thomas Bechtold
Hi Marcel, On 22/11/11 12:21, Marcel Holtmann wrote: Hi Thomas, i just want to summarize the discussion about the response handling so we can decide which solution we want to use. mentioned solutions are: 1) check http status-response 204 (or any other) (chromiumos method) 2) check content

Re: device removal signals does not work for me

2011-11-22 Thread Thomas Bechtold
Hi Dan, any other idea why the example code does not work? Cheers, Tom ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: [PATCH] core: add internet connectivity check

2011-11-22 Thread Thomas Bechtold
Hi Marcel, On 23/11/11 07:33, Marcel Holtmann wrote: However if your long term goal is WISPr support, then you have to look at the whole page anyway. There is no guarantee that the WISPr XML is at the beginning. Some providers actually just attach it to the end. personally i don't care about

Re: [PATCH] core: add internet connectivity check

2011-11-21 Thread Thomas Bechtold
Hi, i just want to summarize the discussion about the response handling so we can decide which solution we want to use. mentioned solutions are: 1) check http status-response 204 (or any other) (chromiumos method) 2) check content for a specific http header (connman method) 3) check start of

Re: [PATCH] core: add internet connectivity check

2011-11-17 Thread Thomas Bechtold
Hi Marcel, On Fri, 2011-11-18 at 06:52 +0100, Marcel Holtmann wrote: within ConnMan we decided to go for a vendor-header with a specific value within the HTTP response. That way we are keeping the HTTP response code and don't have to define a magic one. I don't understand this. Has

Re: device removal signals does not work for me

2011-11-16 Thread Thomas Bechtold
On 15/11/11 19:50, Dan Williams wrote: dbus-monitor type='signal',sender='org.freedesktop.NetworkManager',interface='org.freedesktop.NetworkManager' see output (with kernel debug messages in between). So 'DeviceRemoved' signals are sent. Then the problem is in NMClient? Cheers, Tom

Re: [PATCH] core: add internet connectivity check

2011-11-16 Thread Thomas Bechtold
On 16/11/11 07:19, Dan Williams wrote: to test the connectivity check, do eg: ./NetworkManager --no-daemon --log-level=DEBUG --log-domains=CORE --connectivity-uri=http://toabctl.de --connectivity-response=titletoabctl.de/title Pretty much what I was thinking about, but I wonder what we should

Re: [PATCH] core: add internet connectivity check - V3

2011-11-16 Thread Thomas Bechtold
it with: NetworkManager --no-daemon --log-domains=CORE --log-level=DEBUG --connectivity-uri=http://toabctl.de/conntest.txt --connectivity-response=HelloNM Cheers, Tom From b04fe037a5ab994d62943402874a2adba24012ef Mon Sep 17 00:00:00 2001 From: Thomas Bechtold thomasbecht...@jpberlin.de Date: Fri, 21 Oct 2011 21:21:30

Re: [PATCH] core: add internet connectivity check

2011-11-16 Thread Thomas Bechtold
Hi Marcel, On Thu, 2011-11-17 at 10:07 +0900, Marcel Holtmann wrote: within ConnMan we decided to go for a vendor-header with a specific value within the HTTP response. That way we are keeping the HTTP response code and don't have to define a magic one. I don't understand this. Has connman a

Re: Wrong SIM-Pin not detected by MM?

2011-11-15 Thread Thomas Bechtold
On 15/11/11 09:19, Uwe Geuder wrote: On 15 November 2011 09:55, Thomas Bechtoldthomasbecht...@jpberlin.de wrote: MM can handle different modems. Not only modems included in phones. eg. usb-umts-modems aks for the sim pin. Absolutely. But in your first message you had a example for MM PIN

Initial state of modems

2011-11-15 Thread Thomas Bechtold
Hi, i use a Fasttrack xTend FXT009 with an external power supply. i use MM on an embedded device and the modem is connected over usb. When i have an active connection with the modem, remove the power from the embedded device (so MM has no chance to cleanup anything) and then i restart the

device removal signals does not work for me

2011-11-15 Thread Thomas Bechtold
driver' usb-at91-2, MOSCHIP 7830/7730 usb-NET adapter device removed: '/sys/devices/platform/at91_ohci/usb1/1-2/1-2:1.0/net/eth0' (eth0) client state changed to: 4 active connections changed Cheers, Tom /** * Test the NMClient signals: * Author: Thomas Bechtold thomasbecht...@jpberlin.de

Re: Subject: Wrong SIM-Pin not detected by MM?

2011-11-14 Thread Thomas Bechtold
Hi, On 15/11/11 08:06, Uwe Geuder wrote: On 13 November 2011 19:49, Thomas Bechtoldthomasbecht...@jpberlin.de wrote: i tried NM 0.9 (latest from git) with MM 0.5 (from ubuntu 11.10) and recognized that MM does not detect a wrong SIM-Pin (with a Nokia N900). i used a wrong Pin (1234) and got

Re: [PATCH] modem: map modemmanager errors more detailed

2011-11-14 Thread Thomas Bechtold
On 15/11/11 00:32, Dan Williams wrote: - in NM/include/NetworkManager.h are some NMDeviceStateReason defined which are never used. eg NM_DEVICE_STATE_REASON_MODEM_NO_DIAL_TONE, NM_DEVICE_STATE_REASON_MODEM_NO_CARRIER, NM_DEVICE_STATE_REASON_MODEM_DIAL_FAILED,

Re: Subject: Wrong SIM-Pin not detected by MM?

2011-11-14 Thread Thomas Bechtold
Hi Uwe, On 15/11/11 08:42, Uwe Geuder wrote: Ok. Then my general remark would be: Aren't all phones used like that, that they are first powered on and registered to the network? So the PIN is entered using the UI of the phone before MM gets involved. MM can handle different modems. Not only

Wrong SIM-Pin not detected by MM?

2011-11-13 Thread Thomas Bechtold
Hi, i tried NM 0.9 (latest from git) with MM 0.5 (from ubuntu 11.10) and recognized that MM does not detect a wrong SIM-Pin (with a Nokia N900). i used a wrong Pin (1234) and got the attached NM logs when i tried to activate the connection with nmcli con up id simyo. NM output this: GSM PIN

[PATCH] modem: map modemmanager errors more detailed

2011-11-13 Thread Thomas Bechtold
Hi, attached is a patch to handle some ModemManager errors more detailed. But i still have some questions about the code and i'm not sure if this patch is the correct way to solve the problem that NM does not know the exact reason why a modem connection fails. Here are my questions: - should NM

Re: problems with fasttrack xtend fxt009

2011-11-10 Thread Thomas Bechtold
On 09/11/11 09:49, Thomas Bechtold wrote: i tried an older MM version (git snapshot from 20110608t111033) and with that version, the modems sends responses even if the apn does not work. Here are the logs with the older MM version (NM version is the same). i started the same connection

Re: problems with fasttrack xtend fxt009

2011-11-09 Thread Thomas Bechtold
Hi, On 08/11/11 12:22, Thomas Bechtold wrote: I'm unable to get a working connection (see MM-Log). i talked to vodafone and they had problems with the apn 'web.vodafone.de'. After the connection, the modem does not answer to any AT-commands (see the end of MM-Log). i tried an older MM

problems with fasttrack xtend fxt009

2011-11-08 Thread Thomas Bechtold
Hi, i use latest git-snapshot from ModemManager with NM 0.8.4. I try to use a Fastttrack XTend FXT009. I'm unable to get a working connection (see MM-Log). After the connection, the modem does not answer to any AT-commands (see the end of MM-Log). I tried to enable the modem with nmcli con

[PATCH] trivial: set correct log domain in dhcp client

2011-10-28 Thread Thomas Bechtold
just set the correct log domain --- src/dhcp-manager/nm-dhcp-client.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/dhcp-manager/nm-dhcp-client.c b/src/dhcp-manager/nm-dhcp-client.c index f10f3de..16c6dd7 100644 --- a/src/dhcp-manager/nm-dhcp-client.c +++

[PATCH] core: add internet connectivity check

2011-10-22 Thread Thomas Bechtold
Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Copyright (C) 2011 Thomas Bechtold

Re: [PATCH] core: add internet connectivity check

2011-10-22 Thread Thomas Bechtold
-uri=http://toabctl.de --connectivity-response=titletoabctl.de/title Tom From c5e05b7181b74db80525f49eb2224b81adc190a7 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold thomasbecht...@jpberlin.de Date: Fri, 21 Oct 2011 21:21:30 +0200 Subject: [PATCH] core: add internet connectivity check * use

[PATCH] core: implement internet connectivity check feature

2011-10-21 Thread Thomas Bechtold
License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Copyright (C) 2011 Thomas Bechtold thomasbecht...@jpberlin.de + */ + +#include config.h + +#include string.h +#include libsoup/soup.h

Re: [PATCH] Re: problem with cinterion TC63i rs232 modem

2011-10-14 Thread Thomas Bechtold
Hi Aleksander, The attached patch solved the problem. Thanks! Cheers, Tom On 13/10/11 22:12, Aleksander Morgado wrote: Hi, So the real problem here is that the Cinterion modem sends a NUL byte before the CONNECT response: [mm-at-serial-port.c:298] debug_log(): (ttyS1): -- 'ATD*99***1#CR'

Re: problem with cinterion TC63i rs232 modem

2011-10-06 Thread Thomas Bechtold
Hi Aleksander, On 06/10/11 10:05, Aleksander Morgado wrote: Hey Thomas, To reproduce, i do the following: 1 ) stop NM, MM and disconnect the modem from power supply 2 ) connect the modem to power supply 3 ) start MM: modem-manager --debug --log-level=DEBUG 4 ) start NM:

MM and NM release strategy questions

2011-10-04 Thread Thomas Bechtold
Hi Dan, i want to know if it's possible to release a new ModemManager version (0.5.1 or 0.6) before the new API will be merged into master and before gdbus will be used. The reasons for a new version are: - users of debian squeeze,ubuntu 10.04 and maybe other distributions have glib-2.24,

Re: [PATCH 8/8] api: Let MM_MODEM_MODE be a bitfield, and new PreferredMode property

2011-09-30 Thread Thomas Bechtold
Hi Aleksander, the changes looking great. one question about the preferred mode (see below). On Fri, 2011-09-30 at 15:01 +0200, Aleksander Morgado wrote: Supported and Allowed modes are modified to be bitmasks of MM_MODEM_MODE values, and preference of a specific mode is now given in the new

[PATCH] core: improve keyfile error handling

2011-09-30 Thread Thomas Bechtold
* better error messages * fix memory leak in parse_state_file () * create intermediate parent directories as needed for state file --- src/main.c | 30 +- src/nm-config.c | 13 ++--- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git

Re: [PATCH] settings: add support for mac-blacklists for wifi and ethernet

2011-06-21 Thread Thomas Bechtold
On Tue, 2011-06-21 at 18:11 +0200, Jirka Klimes wrote: Thanks for the patches! I've tested the feature. I needed to update the patches a bit. It crashed when the address matched the list ;) 'cause no error was set. I've fixed that and done other minor tweaks too. Pushed to NM_0_8

[PATCH] settings: add support for mac-blacklists for wifi and ethernet

2011-06-16 Thread Thomas Bechtold
to port this patch to NM 0.9. Cheers, Tom From b4e118440aa3b840ff10ff005276f6d1b2de76c4 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold thomasbecht...@jpberlin.de Date: Thu, 16 Jun 2011 23:07:40 +0200 Subject: [PATCH] settings: add support for mac-blacklists for wifi and ethernet wifi and ethernet

Re: [PATCH] settings: add support for mac-blacklists for wifi and ethernet

2011-06-16 Thread Thomas Bechtold
Hi, i missed the blacklist check in real_check_connection_compatible() for ethernet and wifi. Patch attached. Cheers, Tom On Thu, 2011-06-16 at 23:41 +0200, Thomas Bechtold wrote: Hi, i created a patch to support MAC address blacklists for Ethernet/Wifi connections. With this patch it's

NM: Connection order for devices

2011-06-14 Thread Thomas Bechtold
Hi, i have 2 connections in /etc/NetworkManager/system-connections ### Connection 1 ### [connection] id=Ethernet uuid=be2ae05f-b04d-dcf6-efa3-1e63e0f0e111 type=802-3-ethernet [ipv4] method=auto ### Connection 2 ### [connection] id=UsbHost uuid=66d1285e-9905-4991-99c8-25fa3b3aa08a

Re: What about the patch for USB gadgets?

2011-05-12 Thread Thomas Bechtold
Hi Dan, On 12/05/11 04:55, Dan Williams wrote: A quick question on these, are they properly represented in sysfs or are they virtual devices? Given that they are USB connected it would seem they should be properly presented, even in the case of platform drivers since there has to be a USB tree

problem with dhcp: /var/lib/dhcp/dhclient-be2...c4-eth4.lease line 34: semicolon expected.

2011-05-02 Thread Thomas Bechtold
Hi, i have a problem with NM 0.8.4 and dhcp: Jan 1 00:08:07 meteo-40 daemon.info NetworkManager[760]: info Activation (eth4) Stage 1 of 5 (Device Prepare) started... Jan 1 00:08:07 meteo-40 daemon.info NetworkManager[760]: info Activation (eth4) Stage 2 of 5 (Device Configure) scheduled...

Re: ModemManager: 'org.freedesktop.DBus.Error.NoReply: Did not receive a reply.'

2011-04-04 Thread Thomas Bechtold
Am Montag, den 04.04.2011, 22:20 -0500 schrieb Dan Williams: On Tue, 2011-03-15 at 13:02 +0100, Thomas Bechtold wrote: Hi, i have a detected Modem and tried to send the SIM-PIN with the dbus method (with d-feet) org.freedesktop.ModemManager.Modem.Gsm.Card.SendPin() and get a dbus

RE: Telit TER-GX400 on Ubuntu/Gumstix

2011-03-18 Thread Thomas Bechtold
Hi Andy, Am Freitag, den 18.03.2011, 12:20 + schrieb Andy Maginnis: Dan, I just realised that modem-manager is still not displaying the debug messages. Is there something I need to enable at compile ? No. you have to start modem-manager with the --debug option. Use something like: sudo

ModemManager: 'org.freedesktop.DBus.Error.NoReply: Did not receive a reply.'

2011-03-15 Thread Thomas Bechtold
Hi, i have a detected Modem and tried to send the SIM-PIN with the dbus method (with d-feet) org.freedesktop.ModemManager.Modem.Gsm.Card.SendPin() and get a dbus error back: 'org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did

Problem with Wavecom/Sierra Wireless USB Modem

2011-03-15 Thread Thomas Bechtold
Hi, i have a Sierra Wireless USB Modem and want to use this with ModemManager (latest git snapshot). The modem is detected (generic plugin is used) and exported: ### BEGIN DEBUG MESSAGES ### modem-manager[597]: info [1300189932.908285] [mm-serial-port.c:702] mm_serial_port_open():

Can not compile 0.8.4-beta3 - implicit declaration of function ‘g_key_file_get_uint64’

2011-03-11 Thread Thomas Bechtold
Hi, i can not compile (on debian squeeze) the 0.8.4-beta3 version of NM. ... cc1: warnings being treated as errors nm-sysconfig-settings.c: In function ‘claim_connection’: nm-sysconfig-settings.c:541: error: implicit declaration of function ‘g_key_file_get_uint64’ At top level: cc1: error:

[PATCH] Custom init response callback for ModemManager

2011-03-07 Thread Thomas Bechtold
Hi, the attached patch adds the possibility to ModemManager to use a custom init response callback for mm_plugin_base_supports_task_set_custom_init_command(). This is useful if you can detect the modem just with eg the answer of the ATI at-cmd. Any comments? Tom diff --git

Howto rescan for modems on RS232 port with udevadm

2011-03-03 Thread Thomas Bechtold
Hi, i changed the udev rule 77-mm-platform-serial-whitelist.rules to: ### ModemManager: only check /dev/ttyS1 (atmel_usart.1) ### ACTION!=add|change, GOTO=mm_platform_device_whitelist_endwhitelist.rules.real SUBSYSTEM!=platform, GOTO=mm_platform_device_whitelist_end DRIVERS==atmel_usart,