Re: umts need help

2010-01-30 Thread dave
This is for the archives. '' 'ATE1' Turns out this is neither needed to debug the chat script nor needed in the final script: TIMEOUT 30 '' AT+CFUN=1\r\d\c # wait until the modem echoes '+PACSP0' '+PACSP0' # chat(8) says '/d' '/c' not valid for 'expect'

openbsd.org man pages case sensitive (was: Re: umts need help)

2009-03-06 Thread ropers
2009/3/6 Pedro la Peu pe...@am-gen.org: Umsm(4) are commonly pre-configured. I've just noticed that the web-based openbsd.org man pages are case-sensitive. Observe: http://www.openbsd.org/cgi-bin/man.cgi?query=Umsm http://www.openbsd.org/cgi-bin/man.cgi?query=umsm Is this intended behaviour

Re: openbsd.org man pages case sensitive (was: Re: umts need help)

2009-03-06 Thread Tom Van Looy
ropers wrote: I've just noticed that the web-based openbsd.org man pages are case-sensitive. Observe: Is this intended behaviour or a bug? So is the command line. I think it should stay case sensitive. E.g. man Carp and man carp point to different manpages.

Re: openbsd.org man pages case sensitive (was: Re: umts need help)

2009-03-06 Thread Paul de Weerd
On Fri, Mar 06, 2009 at 11:48:17AM +0100, ropers wrote: | 2009/3/6 Pedro la Peu pe...@am-gen.org: | | Umsm(4) are commonly pre-configured. | | I've just noticed that the web-based openbsd.org man pages are | case-sensitive. Observe: | | http://www.openbsd.org/cgi-bin/man.cgi?query=Umsm |

Re: umts need help

2009-03-06 Thread Didier Wiroth
Ouff it is working now ... man that was pain! ;-) Here are some very usefull sites that helped: 1) Sony AT command line reference (very up to date) a really nice pdf !!! http://developer.sonyericsson.com/getDocument.do?docId=65054 2) Here was my problem I needed a AT+CFUN=1 to turn the card on

Re: umts need help

2009-03-05 Thread Stefan Sperling
On Thu, Mar 05, 2009 at 09:58:22PM +0100, Didier Wiroth wrote: Hello, I must admit that I'm a ppp / dialup amateur, and did a copy/paste of the pppd options and chat files bellow. I saw different files in the misc@ archives which I tried too, but all failed with the same error, see below.

Re: umts need help

2009-03-05 Thread Didier Wiroth
Thanks a lot for the help!!! The logging help now returns the following error: Mar 5 22:42:54 406334G chat[14042]: SIGTERM Mar 5 22:43:01 406334G chat[9395]: abort on (BUSY) Mar 5 22:43:01 406334G chat[9395]: abort on (NO CARRIER) Mar 5 22:43:01 406334G chat[9395]: abort on (VOICE) Mar 5

Re: umts need help

2009-03-05 Thread Stefan Sperling
On Thu, Mar 05, 2009 at 10:50:13PM +0100, Didier Wiroth wrote: Thanks a lot for the help!!! The logging help now returns the following error: Mar 5 22:42:54 406334G chat[14042]: SIGTERM Mar 5 22:43:01 406334G chat[9395]: abort on (BUSY) Mar 5 22:43:01 406334G chat[9395]: abort on (NO

Re: umts need help

2009-03-05 Thread Marcus Watts
Didier Wiroth dwir...@gmail.com writes: ... Mar 5 22:43:01 406334G chat[9395]: send (ATZ^M) Mar 5 22:43:01 406334G chat[9395]: expect (OK) Mar 5 22:43:01 406334G chat[9395]: TZ^M^M Mar 5 22:43:01 406334G chat[9395]: ERROR^M ... Unfortunately these AT commands are chinese to me, ... Wow,

Re: umts need help

2009-03-05 Thread Stefan Sperling
On Thu, Mar 05, 2009 at 06:00:27PM -0500, Marcus Watts wrote: Didier Wiroth dwir...@gmail.com writes: ... Mar 5 22:43:01 406334G chat[9395]: send (ATZ^M) Mar 5 22:43:01 406334G chat[9395]: expect (OK) Mar 5 22:43:01 406334G chat[9395]: TZ^M^M Mar 5 22:43:01 406334G chat[9395]:

Re: umts need help

2009-03-05 Thread Pedro la Peu
Wow, people don't know modems anymore. Yup, I've never had to deal with them much either. Umsm(4) are commonly pre-configured. If you are using a provider provided umsm(4) ATD may be the only Hayes you need.