RS232 GSM Modem not working

2010-12-01 Thread toabctl
Hi, i try to use a TC63 GSM Modem and it already worked a couple of month ago (see http://mail.gnome.org/archives/networkmanager-list/2010-June/msg00175.html). Now the modem does not work anymore. I use network-manager (0.8.1) and modemmanager (0.4+git.20100624) from the debian squeeze repository

Re: RS232 GSM Modem - Solved!

2010-06-23 Thread Tom
Hi Dan, On Tue, 2010-06-22 at 17:21 -0700, Dan Williams wrote: > > i set these options in my sytem-connection ( under [ppp] ), but the > > connection doesn't work (i use the latest git snapshot > > (962a6b0939cd4b3ea7306492cb25f88b77668ef5). Output is: > > Do you happen to have the NM_PPP_DEBUG

Re: RS232 GSM Modem

2010-06-22 Thread Dan Williams
On Mon, 2010-06-14 at 16:23 +0200, Tom wrote: > Hi Dan, > > sorry for the delay (had holidays). > > On Fri, 2010-06-04 at 19:29 -0700, Dan Williams wrote: > > Looks like the remote side doesn't like use of Compression Control > > Protocol. Try: > > > > nobsdcomp=true > > nodeflate=true > > no-v

Re: RS232 GSM Modem - wvdial works

2010-06-14 Thread Tom
When i use wvdial, the modem works. /etc/wvdial.conf looks like: [Dialer Defaults] Init1 = AT+CGDCONT=1,"IP","web.vodafone.de" Modem Type = USB Modem Phone = *99***1# Username = vodafone Password = vodafone ISDN = 0 New PPPD = yes Modem = /dev/ttyUSB0 Baud = 57600 Stupid Mode = 1 Auto DNS = 1 C

Re: RS232 GSM Modem

2010-06-14 Thread Tom
Hi Dan, sorry for the delay (had holidays). On Fri, 2010-06-04 at 19:29 -0700, Dan Williams wrote: > Looks like the remote side doesn't like use of Compression Control > Protocol. Try: > > nobsdcomp=true > nodeflate=true > no-vj-comp=true > > And see if that works? i set these options in my

Re: RS232 GSM Modem

2010-06-04 Thread Dan Williams
On Wed, 2010-06-02 at 12:09 +0200, Tom wrote: > On Wed, 2010-06-02 at 00:54 -0700, Dan Williams wrote: > > Hmm, what are you using to connect with PPP? If you're using > > NetworkManager, you can: > > > > NM_PPP_DEBUG=1 NetworkManager --no-daemon > > > > and get verbose PPP output which could he

Re: RS232 GSM Modem

2010-06-02 Thread Tom
On Wed, 2010-06-02 at 00:54 -0700, Dan Williams wrote: > Hmm, what are you using to connect with PPP? If you're using > NetworkManager, you can: > > NM_PPP_DEBUG=1 NetworkManager --no-daemon > > and get verbose PPP output which could help to debug the issue. > > Note that PPP uses it's *own* ba

Re: RS232 GSM Modem

2010-06-02 Thread Tom
On Wed, 2010-06-02 at 00:53 -0700, Dan Williams wrote: > > What do you mean with Hardware IDs? It's possible to use the > following > > commands: > > > > AT+CGMI <- Request manufacturer identification > > AT+CGMM <- Request model identification > > AT+CGMR <- Request revision identification

Re: RS232 GSM Modem

2010-06-02 Thread Dan Williams
On Wed, 2010-05-26 at 17:59 +0200, Tom wrote: > Hi Dan, > > On Wed, 2010-05-26 at 02:08 -0700, Dan Williams wrote: > > > If you manually set the modem to 57600 and then run modem-manager, does > > that work? > > as mentioned in the last mail, the modem is detected. But i can not > connect to the

Re: RS232 GSM Modem

2010-06-02 Thread Dan Williams
On Wed, 2010-05-26 at 16:09 +0200, Tom wrote: > On Wed, 2010-05-26 at 02:08 -0700, Dan Williams wrote: > > > r...@banane:~# stty -F /dev/ttyS1 -a > > > speed 115200 baud; rows 0; columns 0; line = 0; > > > intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^A; eol = ; > > > eol2 = ; swtch = ; start

Re: RS232 GSM Modem

2010-06-02 Thread Dan Williams
On Thu, 2010-05-27 at 18:34 +0200, Tom wrote: > Hi Dan, > > i think the important line from debug output is: > > ** (modem-manager:17984): DEBUG: (net/ppp0): could not get port's parent > device > > i tried to understand/change the source in src/mm-manager.c but without > any results. That line

Re: RS232 GSM Modem

2010-05-27 Thread Tom
Hi Dan, i think the important line from debug output is: ** (modem-manager:17984): DEBUG: (net/ppp0): could not get port's parent device i tried to understand/change the source in src/mm-manager.c but without any results. any ideas? cheers, tom On Wed, 2010-05-26 at 17:59 +0200, Tom wrote:

Re: RS232 GSM Modem

2010-05-26 Thread Tom
Hi Dan, On Wed, 2010-05-26 at 02:08 -0700, Dan Williams wrote: > If you manually set the modem to 57600 and then run modem-manager, does > that work? as mentioned in the last mail, the modem is detected. But i can not connect to the internet over ppp. Output is: ** Message: (ttyUSB1) opening s

Re: RS232 GSM Modem

2010-05-26 Thread Tom
On Wed, 2010-05-26 at 02:08 -0700, Dan Williams wrote: > > r...@banane:~# stty -F /dev/ttyS1 -a > > speed 115200 baud; rows 0; columns 0; line = 0; > > intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^A; eol = ; > > eol2 = ; swtch = ; start = ^Q; stop = ^S; susp = ^Z; rprnt > > = ^R; > > werase

Re: RS232 GSM Modem

2010-05-26 Thread Dan Williams
On Wed, 2010-05-26 at 09:47 +0200, Tom wrote: > On Thu, 2010-05-13 at 23:36 -0700, Dan Williams wrote: > > When MM is probing the port, try > > > > stty -F /dev/ttyS1 -a > > > > and lets see what the port settings are. Does the modem require those > > specific speed and flow control settings? >

Re: RS232 GSM Modem

2010-05-26 Thread Tom
On Thu, 2010-05-13 at 23:36 -0700, Dan Williams wrote: > When MM is probing the port, try > > stty -F /dev/ttyS1 -a > > and lets see what the port settings are. Does the modem require those > specific speed and flow control settings? Hi Dan, sorry for the late answer. Output is: r...@banane

Re: RS232 GSM Modem

2010-05-13 Thread Dan Williams
On Mon, 2010-05-03 at 10:58 +0200, toabctl wrote: > > > 2010/5/2 Dan Williams > > On Fri, 2010-04-30 at 14:05 +0200, toabctl wrote: > > 2010/4/29 Dan Williams > > On Thu, 2010-04-29 at 09:53 +0200, toabctl wrote: > > > > >

Re: RS232 GSM Modem

2010-05-13 Thread Dan Williams
On Wed, 2010-05-12 at 09:38 +0200, toabctl wrote: > i can not find the code from: > commit 1864d8da0766e615c37a13f30bcacb72d381aa69 > Author: Dan Williams > Date: Thu Apr 29 12:17:56 2010 -0700 > > core: add platform device support and whitelist > > anymore. i wou

Re: RS232 GSM Modem

2010-05-12 Thread toabctl
i can not find the code from: commit 1864d8da0766e615c37a13f30bcacb72d381aa69 Author: Dan Williams Date: Thu Apr 29 12:17:56 2010 -0700 core: add platform device support and whitelist anymore. i would like to test the modem at the uart port again. @Dan: can you po

Re: RS232 GSM Modem

2010-05-07 Thread toabctl
@Dan: Do you need more information about the modem? Or any other information? 2010/5/3 toabctl > > > 2010/5/2 Dan Williams > > On Fri, 2010-04-30 at 14:05 +0200, toabctl wrote: >> > 2010/4/29 Dan Williams >> > On Thu, 2010-04-29 at 09:53 +0200, toabctl wrote: >> > > >> >

Re: RS232 GSM Modem

2010-04-30 Thread toabctl
Hi Dan, i realized that ModemManager does something with the serial port, but with the wrong port. I have /dev/ttyS= which is connected over a serial line to my PC. Getty listen on this port. And i have /dev/ttyS1 where the modem is connected. When i reboot the device, some AT-Commands will be wri

Re: RS232 GSM Modem

2010-04-30 Thread toabctl
2010/4/29 Dan Williams > On Thu, 2010-04-29 at 09:53 +0200, toabctl wrote: > > > > > > 2010/4/28 Dan Williams > > On Wed, 2010-04-28 at 09:37 +0200, toabctl wrote: > > > 1) How does network-manager detect that the modem is > > connected? Or how > > > can i tell ne

Re: RS232 GSM Modem

2010-04-29 Thread Dan Williams
On Thu, 2010-04-29 at 09:53 +0200, toabctl wrote: > > > 2010/4/28 Dan Williams > On Wed, 2010-04-28 at 09:37 +0200, toabctl wrote: > > 1) How does network-manager detect that the modem is > connected? Or how > > can i tell networkmanager on which port the modem is

Re: RS232 GSM Modem

2010-04-29 Thread toabctl
2010/4/28 Dan Williams > On Wed, 2010-04-28 at 09:37 +0200, toabctl wrote: > > 1) How does network-manager detect that the modem is connected? Or how > > can i tell networkmanager on which port the modem is attached? I use a > > rs232<->usb adapter so the port is /dev/ttyUSB0 . > > ModemManager u

Re: RS232 GSM Modem

2010-04-28 Thread Dan Williams
On Wed, 2010-04-28 at 09:37 +0200, toabctl wrote: > Hi, > > i want to use network-manager 0.8 in debian embedded system. I want to > connect the system with network/modem manager to the gsm network and > have a Siemens TC63i modem for that available. > I can manually use the modem with the AT-Comm

RS232 GSM Modem

2010-04-28 Thread toabctl
Hi, i want to use network-manager 0.8 in debian embedded system. I want to connect the system with network/modem manager to the gsm network and have a Siemens TC63i modem for that available. I can manually use the modem with the AT-Commands, but i don't know how to setup the connection with networ