SetLogging on a GSM Modem

2011-05-04 Thread Andy Maginnis
How can I set SetLogging(DEBUG,PPP) for a gsm device? I understand the command but I can't find the method in the device. Also is there a way to read the NM_DEVICE_STATE_REASON apart from using a signal? Would anyone have a PERL/Python script example? Below are the methods, properties I can see

RE: serial 3G modem connection

2011-04-12 Thread Andy Maginnis
2011-04-12 16:59 firmware_node - ../../LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/PNP0501:00 -Original Message- From: networkmanager-list-boun...@gnome.org [mailto:networkmanager-list-boun...@gnome.org] On Behalf Of Andy Maginnis Sent: 08 April 2011 16:36 To: Dan Williams Cc

RE: serial 3G modem connection

2011-04-08 Thread Andy Maginnis
get a replacement to try this command out on. I'll let you know as soon as it's in. Many thanks Andy -Original Message- From: Dan Williams [mailto:d...@redhat.com] Sent: 07 April 2011 23:41 To: Andy Maginnis Cc: networkmanager-list@gnome.org Subject: RE: serial 3G modem connection On Thu

RE: serial 3G modem connection

2011-04-07 Thread Andy Maginnis
-Telit_Wireless_Solutions_Telit_HSDPA_Wireless_Modem_0002-if00-port0 -Original Message- From: Dan Williams [mailto:d...@redhat.com] Sent: 06 April 2011 23:09 To: Andy Maginnis Cc: networkmanager-list@gnome.org Subject: RE: serial 3G modem connection On Tue, 2011-04-05 at 23:15 +0100, Andy Maginnis wrote

RE: serial 3G modem connection

2011-04-05 Thread Andy Maginnis
225222 10 option 15175 1 usbserial 31694 3 option ads7846 8695 0 -Original Message- From: Dan Williams [mailto:d...@redhat.com] Sent: 05 April 2011 03:45 To: Andy Maginnis Cc: networkmanager-list@gnome.org Subject: Re

serial 3G modem connection

2011-03-31 Thread Andy Maginnis
I have a 3G Telit modem with a USB and Serial connection. The usb connection works fine with network manager, but when I try and use the serial connection I see the following in the modem manager debug output ** (modem-manager:7380): DEBUG: (tty/ttyS0): could not get port's parent device The

RE: Telit TER-GX400 on Ubuntu/Gumstix

2011-03-18 Thread Andy Maginnis
Hi Dan, thanks for the reply, I appreciate the help. Firstly I think the Ubuntu message is not issue, I mixed up HSDPA HSUPA, my modem is only capable of 384kbps. I can see 1/2mbps on the down link when the label is 3 GSM so I must be on a UMTS network. Re the Gumstix, I have added the output

RE: Telit TER-GX400 on Ubuntu/Gumstix

2011-03-18 Thread 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 ? -Original Message- From: networkmanager-list-boun...@gnome.org [mailto:networkmanager-list-boun...@gnome.org] On Behalf Of Andy Maginnis Sent: 18 March 2011

Telit TER-GX400 on Ubuntu/Gumstix

2011-03-17 Thread Andy Maginnis
Hi, I am trying to get a Telit TER-GX400 HSDPA terminal working with network manager on both ubuntu and a gumstix. I previously was using a Three mobile ZTE MF112 and am using the same sim card and settings. http://www.roundsolutions.com/techdocs/docs_gsm_modules/TER-GX400.pdf All seems almost

RE:

2011-01-25 Thread Andy Maginnis
Dude, here is a crude BASH script that I use for taking connections up and down from the command line. I use it to experiment with dbus-send a #!/bin/bash # overoGsmConnCtrl.bash args=($@) echo Args recieved = $# export DOWNARGS=2 export UPARGS=4 export MYCOMMAND= echo Available devices:-

scripting settings

2010-12-10 Thread Andy Maginnis
Hi, I am trying to script a setup for NetworkManager for 3G modems. I can successfully populate /home/op/.gconf/system/networking/connections with additional GSM configurations using dbus-send i.e. 2,3,4,5 etc but I cannot get network manager to read these configurations. I am guess that I need

Help with ActivateConnection

2010-11-30 Thread Andy Maginnis
I am trying to activate my 3 ZTE MF112 using ActivateConnection. I can successfully connect using the gui connection manager, however I am trying to script the process so I can automatically start the connection at a set time each day for a short period. I am using NM 0.7 and Linux op-ubuntu

RE: Newbie: how to talk to NM by C or C++? Need some hints.

2010-11-30 Thread Andy Maginnis
Also try experimenting with qdbus dbus-send, these are really helping me find my way around. If you can get the dbus-send to work you should be able to transfer this to c/perl/python easily Some examples below: qdbus --system org.freedesktop.NetworkManager /org/freedesktop/NetworkManager

RE: Help with ActivateConnection

2010-11-30 Thread Andy Maginnis
[mailto:networkmanager-list-boun...@gnome.org] On Behalf Of Andy Maginnis Sent: 30 November 2010 15:20 To: networkmanager-list@gnome.org Subject: Help with ActivateConnection I am trying to activate my 3 ZTE MF112 using ActivateConnection. I can successfully connect using the gui connection manager