HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Probemodem errors?



Hello,

> >George wrote:
> > Hello,
> > 	I ran probemodem.  I have tons of 
> > "/bin/stty: standard input: unable to perform all requested operations"
> > lines.  Also, a bunch of Errors.  Is this a concern?
> > 	My modem is a LinkSys 10/100 + 56k combo PCMCIA card
> > 	The output of probemodem is shown below.
> 
> Nico wrote:
> We've been seeing stty errors on some systems mentioned lately:
> Try running probemodem with "sh -x probemodem" for more details on
> when the stty is failing.
	I ran sh -x probemodem and attached the results to this letter
in case it's useful.  I clipped out the part dealing with ttyS 0 and inserted
down below.

> > Serial port that modem is connected to []? ttyS1
> > Hmm, there does not appear to be an fuser command on your machine.
> > This means that I am unable to insure that all processes using the
> > modem have been killed.  I will keep going, but beware that you may
> > have competition for the modem.
> 
> Why is it not finding a fuser command?
	Good question.  I will post this to the SuSE thread.  I tried it at the
command prompt 
fuser -u /root
It works.
I do not receive this if I do a simple
probemodem ttyS1

> > Now we are going to probe the tty port.  This takes a few seconds,
> > so be patient.  Note that if you do not have the modem cabled to
> > the port, or the modem is turned off, this may hang (just go and
> > cable up the modem or turn it on, or whatever).
> 
> > Probing for best speed to talk to modem: 38400 OK.
> > /bin/stty: standard input: unable to perform all requested operations
> 
> And this is troubling. It's probably the "stty 0" command.
	I ran sh -x probemodem.  I clipped out the part dealing with stty 0
Here it is:
+ TRYCOMMAND=AT+FBOR=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
++ echo 4920
+ catpid=4920
+ sleep 1
 
> Definitely stick with Class 1 mode for now: Class 2 and 2.0 are not
> well done on a lot of modems...
	
Thanks
George
--
My personal website
http://www.firstnethou.com/gz/welcome.htm
++ echo 'AT+FBADMUL?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FBADMUL?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FBADMUL?/{n;s/ *$//;p;q;}'
+ RESPONSE=20
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FBADMUL?   RESULT = "OK"   RESPONSE = "20"\n'
AT+FBADMUL?     RESULT = "OK"   RESPONSE = "20"
+ Try 'AT+FBOR=?'
+ TRYCOMMAND=AT+FBOR=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
++ echo 4920
+ catpid=4920
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FBOR=?\r\r'
+ sleep 1
+ kill -9 4920
+ catpid=
+ sleep 1
++ echo 'AT+FBOR=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FBOR=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FBOR=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0-3
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FBOR=?     RESULT = "OK"   RESPONSE = "0-3"\n'
AT+FBOR=?       RESULT = "OK"   RESPONSE = "0-3"
+ Try 'AT+FBOR?'
+ TRYCOMMAND=AT+FBOR?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 4940
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=4940
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FBOR?\r\r'
+ sleep 1
+ kill -9 4940
+ catpid=
+ sleep 1
++ echo 'AT+FBOR?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FBOR?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FBOR?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FBOR?      RESULT = "OK"   RESPONSE = "0"\n'
AT+FBOR?        RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FBUF=?'
+ TRYCOMMAND=AT+FBUF=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 4960
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=4960
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FBUF=?\r\r'
+ sleep 1
+ kill -9 4960
+ catpid=
+ sleep 1
++ echo 'AT+FBUF=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FBUF=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FBUF=?/{n;s/ *$//;p;q;}'
+ RESPONSE=OK
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FBUF=?     RESULT = "OK"   RESPONSE = "OK"\n'
AT+FBUF=?       RESULT = "OK"   RESPONSE = "OK"
+ Try 'AT+FBUF?'
+ TRYCOMMAND=AT+FBUF?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 4980
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=4980
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FBUF?\r\r'
+ sleep 1
+ kill -9 4980
+ catpid=
+ sleep 1
++ echo 'AT+FBUF?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FBUF?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FBUF?/{n;s/ *$//;p;q;}'
+ RESPONSE=2448,2252,2124,1
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FBUF?      RESULT = "OK"   RESPONSE = "2448,2252,2124,1"\n'
AT+FBUF?        RESULT = "OK"   RESPONSE = "2448,2252,2124,1"
+ Try 'AT+FBUG=?'
+ TRYCOMMAND=AT+FBUG=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5000
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5000
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FBUG=?\r\r'
+ sleep 1
+ kill -9 5000
+ catpid=
+ sleep 1
++ echo 'AT+FBUG=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FBUG=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FBUG=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FBUG=?     RESULT = "OK"   RESPONSE = "0"\n'
AT+FBUG=?       RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FBUG?'
+ TRYCOMMAND=AT+FBUG?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
++ echo 5020
+ catpid=5020
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FBUG?\r\r'
+ sleep 1
+ kill -9 5020
+ catpid=
+ sleep 1
++ echo 'AT+FBUG?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FBUG?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FBUG?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FBUG?      RESULT = "OK"   RESPONSE = "0"\n'
AT+FBUG?        RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FCIG=?'
+ TRYCOMMAND=AT+FCIG=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5040
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5040
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FCIG=?\r\r'
+ sleep 1
+ kill -9 5040
+ catpid=
+ sleep 1
++ echo 'AT+FCIG=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FCIG=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FCIG=?/{n;s/ *$//;p;q;}'
+ RESPONSE=OK
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FCIG=?     RESULT = "OK"   RESPONSE = "OK"\n'
AT+FCIG=?       RESULT = "OK"   RESPONSE = "OK"
+ Try 'AT+FCIG?'
+ TRYCOMMAND=AT+FCIG?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5060
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5060
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FCIG?\r\r'
+ sleep 1
+ kill -9 5060
+ catpid=
+ sleep 1
++ echo 'AT+FCIG?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FCIG?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FCIG?/{n;s/ *$//;p;q;}'
+ RESPONSE=
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=
+ printf 'AT+FCIG?      RESULT = ""     RESPONSE = ""\n'
AT+FCIG?        RESULT = ""     RESPONSE = ""
+ Try 'AT+FCQ=?'
+ TRYCOMMAND=AT+FCQ=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5080
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5080
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FCQ=?\r\r'
+ sleep 1
+ kill -9 5080
+ catpid=
+ sleep 1
++ echo 'AT+FCQ=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FCQ=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FCQ=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0-1
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FCQ=?      RESULT = "OK"   RESPONSE = "0-1"\n'
AT+FCQ=?        RESULT = "OK"   RESPONSE = "0-1"
+ Try 'AT+FCQ?'
+ TRYCOMMAND=AT+FCQ?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5100
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5100
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FCQ?\r\r'
+ sleep 1
+ kill -9 5100
+ catpid=
+ sleep 1
++ echo 'AT+FCQ?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FCQ?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FCQ?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FCQ?       RESULT = "OK"   RESPONSE = "0"\n'
AT+FCQ? RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FCR=?'
+ TRYCOMMAND=AT+FCR=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5120
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5120
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FCR=?\r\r'
+ sleep 1
+ kill -9 5120
+ catpid=
+ sleep 1
++ echo 'AT+FCR=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FCR=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FCR=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0,1
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FCR=?      RESULT = "OK"   RESPONSE = "0,1"\n'
AT+FCR=?        RESULT = "OK"   RESPONSE = "0,1"
+ Try 'AT+FCR?'
+ TRYCOMMAND=AT+FCR?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5140
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5140
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FCR?\r\r'
+ sleep 1
+ kill -9 5140
+ catpid=
+ sleep 1
++ echo 'AT+FCR?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FCR?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FCR?/{n;s/ *$//;p;q;}'
+ RESPONSE=1
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FCR?       RESULT = "OK"   RESPONSE = "1"\n'
AT+FCR? RESULT = "OK"   RESPONSE = "1"
+ Try 'AT+FTBC=?'
+ TRYCOMMAND=AT+FTBC=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5160
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5160
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FTBC=?\r\r'
+ sleep 1
+ kill -9 5160
+ catpid=
+ sleep 1
++ echo 'AT+FTBC=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FTBC=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FTBC=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FTBC=?     RESULT = "OK"   RESPONSE = "0"\n'
AT+FTBC=?       RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FTBC?'
+ TRYCOMMAND=AT+FTBC?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
++ echo 5180
+ catpid=5180
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FTBC?\r\r'
+ sleep 1
+ kill -9 5180
+ catpid=
+ sleep 1
++ echo 'AT+FTBC?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FTBC?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FTBC?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FTBC?      RESULT = "OK"   RESPONSE = "0"\n'
AT+FTBC?        RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FDCC=?'
+ TRYCOMMAND=AT+FDCC=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5200
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5200
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FDCC=?\r\r'
+ sleep 1
+ kill -9 5200
+ catpid=
+ sleep 1
++ echo 'AT+FDCC=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FDCC=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FDCC=?/{n;s/ *$//;p;q;}'
+ RESPONSE=(0,1),(0-5),(0),(0-2),(0),(0),(0),(0-7)
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FDCC=?     RESULT = "OK"   RESPONSE = "(0,1),(0-5),(0),(0-2),(0),(0
),(0),(0-7)"\n'
AT+FDCC=?       RESULT = "OK"   RESPONSE = "(0,1),(0-5),(0),(0-2),(0),(0),(0),(0
-7)"
+ Try 'AT+FDCC?'
+ TRYCOMMAND=AT+FDCC?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5220
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5220
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FDCC?\r\r'
+ sleep 1
+ kill -9 5220
+ catpid=
+ sleep 1
++ echo 'AT+FDCC?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FDCC?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FDCC?/{n;s/ *$//;p;q;}'
+ RESPONSE=1,5,0,2,0,0,0,0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FDCC?      RESULT = "OK"   RESPONSE = "1,5,0,2,0,0,0,0"\n'
AT+FDCC?        RESULT = "OK"   RESPONSE = "1,5,0,2,0,0,0,0"
+ Try 'AT+FDCS=?'
+ TRYCOMMAND=AT+FDCS=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5240
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5240
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FDCS=?\r\r'
+ sleep 1
+ kill -9 5240
+ catpid=
+ sleep 1
++ echo 'AT+FDCS=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FDCS=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FDCS=?/{n;s/ *$//;p;q;}'
+ RESPONSE=OK
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FDCS=?     RESULT = "OK"   RESPONSE = "OK"\n'
AT+FDCS=?       RESULT = "OK"   RESPONSE = "OK"
+ Try 'AT+FDCS?'
+ TRYCOMMAND=AT+FDCS?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5260
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5260
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FDCS?\r\r'
+ sleep 1
+ kill -9 5260
+ catpid=
+ sleep 1
++ echo 'AT+FDCS?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FDCS?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FDCS?/{n;s/ *$//;p;q;}'
+ RESPONSE=0,0,0,0,0,0,0,0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FDCS?      RESULT = "OK"   RESPONSE = "0,0,0,0,0,0,0,0"\n'
AT+FDCS?        RESULT = "OK"   RESPONSE = "0,0,0,0,0,0,0,0"
+ Try 'AT+FDIS=?'
+ TRYCOMMAND=AT+FDIS=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
++ echo 5280
+ catpid=5280
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FDIS=?\r\r'
+ sleep 1
+ kill -9 5280
+ catpid=
+ sleep 1
++ echo 'AT+FDIS=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FDIS=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FDIS=?/{n;s/ *$//;p;q;}'
+ RESPONSE=(0,1),(0-5),(0),(0-2),(0),(0),(0),(0-7)
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FDIS=?     RESULT = "OK"   RESPONSE = "(0,1),(0-5),(0),(0-2),(0),(0
),(0),(0-7)"\n'
AT+FDIS=?       RESULT = "OK"   RESPONSE = "(0,1),(0-5),(0),(0-2),(0),(0),(0),(0
-7)"
+ Try 'AT+FDIS?'
+ TRYCOMMAND=AT+FDIS?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5300
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5300
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FDIS?\r\r'
+ sleep 1
+ kill -9 5300
+ catpid=
+ sleep 1
++ echo 'AT+FDIS?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FDIS?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FDIS?/{n;s/ *$//;p;q;}'
+ RESPONSE=1,5,0,2,0,0,0,0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FDIS?      RESULT = "OK"   RESPONSE = "1,5,0,2,0,0,0,0"\n'
AT+FDIS?        RESULT = "OK"   RESPONSE = "1,5,0,2,0,0,0,0"
+ Try 'AT+FDT=?'
+ TRYCOMMAND=AT+FDT=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
++ echo 5320
+ catpid=5320
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FDT=?\r\r'
+ sleep 1
+ kill -9 5320
+ catpid=
+ sleep 1
++ echo 'AT+FDT=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FDT=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FDT=?/{n;s/ *$//;p;q;}'
+ RESPONSE=OK
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FDT=?      RESULT = "OK"   RESPONSE = "OK"\n'
AT+FDT=?        RESULT = "OK"   RESPONSE = "OK"
+ Try 'AT+FDT?'
+ TRYCOMMAND=AT+FDT?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
++ echo 5340
+ catpid=5340
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FDT?\r\r'
+ sleep 1
+ kill -9 5340
+ catpid=
+ sleep 1
++ echo 'AT+FDT?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FDT?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FDT?/{n;s/ *$//;p;q;}'
+ RESPONSE=ERROR
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=ERROR
+ printf 'AT+FDT?       RESULT = "ERROR"        RESPONSE = "ERROR"\n'
AT+FDT? RESULT = "ERROR"        RESPONSE = "ERROR"
+ Try 'AT+FECM=?'
+ TRYCOMMAND=AT+FECM=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5360
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5360
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FECM=?\r\r'
+ sleep 1
+ kill -9 5360
+ catpid=
+ sleep 1
++ echo 'AT+FECM=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FECM=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FECM=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FECM=?     RESULT = "OK"   RESPONSE = "0"\n'
AT+FECM=?       RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FECM?'
+ TRYCOMMAND=AT+FECM?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5380
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5380
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FECM?\r\r'
+ sleep 1
+ kill -9 5380
+ catpid=
+ sleep 1
++ echo 'AT+FECM?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FECM?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FECM?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FECM?      RESULT = "OK"   RESPONSE = "0"\n'
AT+FECM?        RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FET=?'
+ TRYCOMMAND=AT+FET=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5400
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5400
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FET=?\r\r'
+ sleep 1
+ kill -9 5400
+ catpid=
+ sleep 1
++ echo 'AT+FET=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FET=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FET=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0-7
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FET=?      RESULT = "OK"   RESPONSE = "0-7"\n'
AT+FET=?        RESULT = "OK"   RESPONSE = "0-7"
+ Try 'AT+FET?'
+ TRYCOMMAND=AT+FET?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
++ echo 5420
+ catpid=5420
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FET?\r\r'
+ sleep 1
+ kill -9 5420
+ catpid=
+ sleep 1
++ echo 'AT+FET?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FET?
++ /usr/bin/sed -n '/AT+FET?/{n;s/ *$//;p;q;}'
++ tr -ds '\015' '\012'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FET?       RESULT = "OK"   RESPONSE = "0"\n'
AT+FET? RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FLID=?'
+ TRYCOMMAND=AT+FLID=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5440
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5440
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FLID=?\r\r'
+ sleep 1
+ kill -9 5440
+ catpid=
+ sleep 1
++ echo 'AT+FLID=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FLID=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FLID=?/{n;s/ *$//;p;q;}'
+ RESPONSE=(20),(32-127)
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FLID=?     RESULT = "OK"   RESPONSE = "(20),(32-127)"\n'
AT+FLID=?       RESULT = "OK"   RESPONSE = "(20),(32-127)"
+ Try 'AT+FLID?'
+ TRYCOMMAND=AT+FLID?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5460
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5460
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FLID?\r\r'
+ sleep 1
+ kill -9 5460
+ catpid=
+ sleep 1
++ echo 'AT+FLID?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FLID?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FLID?/{n;s/ *$//;p;q;}'
+ RESPONSE=
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FLID?      RESULT = "OK"   RESPONSE = ""\n'
AT+FLID?        RESULT = "OK"   RESPONSE = ""
+ Try 'AT+FLNFC=?'
+ TRYCOMMAND=AT+FLNFC=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5480
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5480
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FLNFC=?\r\r'
+ sleep 1
+ kill -9 5480
+ catpid=
+ sleep 1
++ echo 'AT+FLNFC=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FLNFC=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FLNFC=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FLNFC=?    RESULT = "OK"   RESPONSE = "0"\n'
AT+FLNFC=?      RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FLNFC?'
+ TRYCOMMAND=AT+FLNFC?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5500
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5500
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FLNFC?\r\r'
+ sleep 1
+ kill -9 5500
+ catpid=
+ sleep 1
++ echo 'AT+FLNFC?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FLNFC?
++ /usr/bin/sed -n '/AT+FLNFC?/{n;s/ *$//;p;q;}'
++ tr -ds '\015' '\012'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FLNFC?     RESULT = "OK"   RESPONSE = "0"\n'
AT+FLNFC?       RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FLPL=?'
+ TRYCOMMAND=AT+FLPL=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5520
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5520
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FLPL=?\r\r'
+ sleep 1
+ kill -9 5520
+ catpid=
+ sleep 1
++ echo 'AT+FLPL=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FLPL=?
++ /usr/bin/sed -n '/AT+FLPL=?/{n;s/ *$//;p;q;}'
++ tr -ds '\015' '\012'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FLPL=?     RESULT = "OK"   RESPONSE = "0"\n'
AT+FLPL=?       RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FLPL?'
+ TRYCOMMAND=AT+FLPL?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5540
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5540
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FLPL?\r\r'
+ sleep 1
+ kill -9 5540
+ catpid=
+ sleep 1
++ echo 'AT+FLPL?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FLPL?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FLPL?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FLPL?      RESULT = "OK"   RESPONSE = "0"\n'
AT+FLPL?        RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FMDL?'
+ TRYCOMMAND=AT+FMDL?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5560
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5560
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FMDL?\r\r'
+ sleep 1
+ kill -9 5560
+ catpid=
+ sleep 1
++ echo 'AT+FMDL?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FMDL?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FMDL?/{n;s/ *$//;p;q;}'
+ RESPONSE=LF560MX VER 2.01 V.90 (VER 1.14 TBR21 V.2)
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FMDL?      RESULT = "OK"   RESPONSE = "LF560MX VER 2.01 V.90 (VER 1
.14 TBR21 V.2)"\n'
AT+FMDL?        RESULT = "OK"   RESPONSE = "LF560MX VER 2.01 V.90 (VER 1.14 TBR2
1 V.2)"
+ Try 'AT+FMFR?'
+ TRYCOMMAND=AT+FMFR?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5580
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5580
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FMFR?\r\r'
+ sleep 1
+ kill -9 5580
+ catpid=
+ sleep 1
++ echo 'AT+FMFR?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FMFR?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FMFR?/{n;s/ *$//;p;q;}'
+ RESPONSE=LF560MX VER 2.01 V.90 (VER 1.14 TBR21 V.2)
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FMFR?      RESULT = "OK"   RESPONSE = "LF560MX VER 2.01 V.90 (VER 1
.14 TBR21 V.2)"\n'
AT+FMFR?        RESULT = "OK"   RESPONSE = "LF560MX VER 2.01 V.90 (VER 1.14 TBR2
1 V.2)"
+ Try 'AT+FMINSP=?'
+ TRYCOMMAND=AT+FMINSP=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5600
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5600
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FMINSP=?\r\r'
+ sleep 1
+ kill -9 5600
+ catpid=
+ sleep 1
++ echo 'AT+FMINSP=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FMINSP=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FMINSP=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0-3
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FMINSP=?   RESULT = "OK"   RESPONSE = "0-3"\n'
AT+FMINSP=?     RESULT = "OK"   RESPONSE = "0-3"
+ Try 'AT+FMINSP?'
+ TRYCOMMAND=AT+FMINSP?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5620
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5620
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FMINSP?\r\r'
+ sleep 1
+ kill -9 5620
+ catpid=
+ sleep 1
++ echo 'AT+FMINSP?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FMINSP?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FMINSP?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FMINSP?    RESULT = "OK"   RESPONSE = "0"\n'
AT+FMINSP?      RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FPHCTO=?'
+ TRYCOMMAND=AT+FPHCTO=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5640
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5640
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FPHCTO=?\r\r'
+ sleep 1
+ kill -9 5640
+ catpid=
+ sleep 1
++ echo 'AT+FPHCTO=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FPHCTO=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FPHCTO=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0-255
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FPHCTO=?   RESULT = "OK"   RESPONSE = "0-255"\n'
AT+FPHCTO=?     RESULT = "OK"   RESPONSE = "0-255"
+ Try 'AT+FPHCTO?'
+ TRYCOMMAND=AT+FPHCTO?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5660
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5660
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FPHCTO?\r\r'
+ sleep 1
+ kill -9 5660
+ catpid=
+ sleep 1
++ echo 'AT+FPHCTO?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FPHCTO?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FPHCTO?/{n;s/ *$//;p;q;}'
+ RESPONSE=30
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FPHCTO?    RESULT = "OK"   RESPONSE = "30"\n'
AT+FPHCTO?      RESULT = "OK"   RESPONSE = "30"
+ Try 'AT+FPTS=?'
+ TRYCOMMAND=AT+FPTS=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5680
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5680
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FPTS=?\r\r'
+ sleep 1
+ kill -9 5680
+ catpid=
+ sleep 1
++ echo 'AT+FPTS=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FPTS=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FPTS=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0-3
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FPTS=?     RESULT = "OK"   RESPONSE = "0-3"\n'
AT+FPTS=?       RESULT = "OK"   RESPONSE = "0-3"
+ Try 'AT+FPTS?'
+ TRYCOMMAND=AT+FPTS?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5700
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5700
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FPTS?\r\r'
+ sleep 1
+ kill -9 5700
+ catpid=
+ sleep 1
++ echo 'AT+FPTS?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FPTS?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FPTS?/{n;s/ *$//;p;q;}'
+ RESPONSE=1
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FPTS?      RESULT = "OK"   RESPONSE = "1"\n'
AT+FPTS?        RESULT = "OK"   RESPONSE = "1"
+ Try 'AT+FRBC=?'
+ TRYCOMMAND=AT+FRBC=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5720
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5720
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FRBC=?\r\r'
+ sleep 1
+ kill -9 5720
+ catpid=
+ sleep 1
++ echo 'AT+FRBC=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FRBC=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FRBC=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FRBC=?     RESULT = "OK"   RESPONSE = "0"\n'
AT+FRBC=?       RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FRBC?'
+ TRYCOMMAND=AT+FRBC?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5740
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5740
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FRBC?\r\r'
+ sleep 1
+ kill -9 5740
+ catpid=
+ sleep 1
++ echo 'AT+FRBC?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FRBC?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FRBC?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FRBC?      RESULT = "OK"   RESPONSE = "0"\n'
AT+FRBC?        RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FREL=?'
+ TRYCOMMAND=AT+FREL=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5760
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5760
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FREL=?\r\r'
+ sleep 1
+ kill -9 5760
+ catpid=
+ sleep 1
++ echo 'AT+FREL=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FREL=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FREL=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FREL=?     RESULT = "OK"   RESPONSE = "0"\n'
AT+FREL=?       RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FREL?'
+ TRYCOMMAND=AT+FREL?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5780
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5780
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FREL?\r\r'
+ sleep 1
+ kill -9 5780
+ catpid=
+ sleep 1
++ echo 'AT+FREL?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FREL?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FREL?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FREL?      RESULT = "OK"   RESPONSE = "0"\n'
AT+FREL?        RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FREV?'
+ TRYCOMMAND=AT+FREV?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
++ echo 5800
+ catpid=5800
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FREV?\r\r'
+ sleep 1
+ kill -9 5800
+ catpid=
+ sleep 1
++ echo 'AT+FREV?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FREV?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FREV?/{n;s/ *$//;p;q;}'
+ RESPONSE=p60598a
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FREV?      RESULT = "OK"   RESPONSE = "p60598a"\n'
AT+FREV?        RESULT = "OK"   RESPONSE = "p60598a"
+ Try 'AT+FSPL=?'
+ TRYCOMMAND=AT+FSPL=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5820
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5820
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FSPL=?\r\r'
+ sleep 1
+ kill -9 5820
+ catpid=
+ sleep 1
++ echo 'AT+FSPL=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FSPL=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FSPL=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FSPL=?     RESULT = "OK"   RESPONSE = "0"\n'
AT+FSPL=?       RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FSPL?'
+ TRYCOMMAND=AT+FSPL?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5840
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5840
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FSPL?\r\r'
+ sleep 1
+ kill -9 5840
+ catpid=
+ sleep 1
++ echo 'AT+FSPL?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FSPL?
++ /usr/bin/sed -n '/AT+FSPL?/{n;s/ *$//;p;q;}'
++ tr -ds '\015' '\012'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FSPL?      RESULT = "OK"   RESPONSE = "0"\n'
AT+FSPL?        RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FTBC=?'
+ TRYCOMMAND=AT+FTBC=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5860
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5860
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FTBC=?\r\r'
+ sleep 1
+ kill -9 5860
+ catpid=
+ sleep 1
++ echo 'AT+FTBC=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FTBC=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FTBC=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FTBC=?     RESULT = "OK"   RESPONSE = "0"\n'
AT+FTBC=?       RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FTBC?'
+ TRYCOMMAND=AT+FTBC?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5880
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5880
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FTBC?\r\r'
+ sleep 1
+ kill -9 5880
+ catpid=
+ sleep 1
++ echo 'AT+FTBC?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FTBC?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FTBC?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FTBC?      RESULT = "OK"   RESPONSE = "0"\n'
AT+FTBC?        RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FVRFC=?'
+ TRYCOMMAND=AT+FVRFC=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5900
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5900
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FVRFC=?\r\r'
+ sleep 1
+ kill -9 5900
+ catpid=
+ sleep 1
++ echo 'AT+FVRFC=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FVRFC=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FVRFC=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FVRFC=?    RESULT = "OK"   RESPONSE = "0"\n'
AT+FVRFC=?      RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FVRFC?'
+ TRYCOMMAND=AT+FVRFC?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5923
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5923
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FWDFC=?\r\r'
+ sleep 1
+ kill -9 5962
+ catpid=
+ sleep 1
++ echo 'AT+FWDFC=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FWDFC=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FWDFC=?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FWDFC=?    RESULT = "OK"   RESPONSE = "0"\n'
AT+FWDFC=?      RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FWDFC?'
+ TRYCOMMAND=AT+FWDFC?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 5982
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=5982
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
off -isig eof "^A" clocal 38400'
+ sleep 1
+ printf 'AT+FWDFC?\r\r'
+ sleep 1
+ kill -9 5982
+ catpid=
+ sleep 1
++ echo 'AT+FWDFC?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FWDFC?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FWDFC?/{n;s/ *$//;p;q;}'
+ RESPONSE=0
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FWDFC?     RESULT = "OK"   RESPONSE = "0"\n'
AT+FWDFC?       RESULT = "OK"   RESPONSE = "0"
+ Try 'AT+FK=?'
+ TRYCOMMAND=AT+FK=?
+ sleep 1
+ onDev /bin/stty 0
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty 0'
/bin/stty: standard input: unable to perform all requested operations
+ sleep 1
+ onDev -c '/bin/stty clocal && exec /bin/cat -u /dev/ttyS1'
+ '[' -c = -c ']'
+ shift
++ echo 6002
++ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty clocal && exec /bin/c
at -u /dev/ttyS1 >/tmp/probemodem4092'
+ catpid=6002
+ sleep 1
+ onDev /bin/stty -echo -icrnl -ixon -ixoff -isig eof '"^A"' clocal 38400
+ '[' /bin/stty = -c ']'
+ /usr/lib/fax/ondelay /dev/ttyS1 /bin/bash -c '/bin/stty -echo -icrnl -ixon -ix
+ sleep 1
+ printf 'AT+FK=?\r\r'
+ sleep 1
+ kill -9 6002
+ catpid=
+ sleep 1
++ echo 'AT+FK=?'
++ /usr/bin/sed -e 's/[*&\$]/\\&/g'
+ pat=AT+FK=?
++ tr -ds '\015' '\012'
++ /usr/bin/sed -n '/AT+FK=?/{n;s/ *$//;p;q;}'
+ RESPONSE=OK
++ tr -ds '\015' '\012'
++ tail -1
+ RESULT=OK
+ printf 'AT+FK=?       RESULT = "OK"   RESPONSE = "OK"\n'
AT+FK=? RESULT = "OK"   RESPONSE = "OK"
+ rm -f /var/lock/LCK..ttyS1 /tmp/probemodem4092
+ test ''
+ exit 1




Project hosted by iFAX Solutions