I vaguely remember the explanation ten years ago for a ppp-trace
looking like: ~^?}#@!}!} } }9}!}$}%\}"}&} } }
You could confirm it by decoding the bits -- or something?
I'm very enthusiastic and optimistic that I can finally use
my fixed-wireless-modem from linux instead of the pain of
M$-Win7.
=================== Here's a log of my tests:-
-> edit my old chap-script from 199? to:---
pppd lcp-echo-interval 300 lcp-echo-failure 4 connect '
chat -v "" ATZ OK ATX OK ATM2DT#777 CONNECT "" TIMEOUT 99 ' \
/dev/ttyUSB1 115200 debug crtscts modem \
defaultroute : name "(E-Mail Removed)"
-> run Slak13

ppsetup which sets /etc/ppp/chap-secrets
but doesn't know about ttyUSB1
-> re-run chap-script == '/dev/modem unrecognised'
-> ls -l /dev/modem == No such file or directory
-> ln -s /dev/ttyUSB1 /dev/modem
-> re-run chap-script == Wireless-modem LCD indicates <connecting>
-> tail -f /var/log/messages ==
Sep 26 23:43:58 labeas pppd[6513]: pppd 2.4.4 started by root, uid 0
Sep 26 23:43:59 labeas chat[6514]: send (ATZ^M)
Sep 26 23:43:59 labeas chat[6514]: expect (OK)
Sep 26 23:44:04 labeas chat[6514]: ~^?}#@!}!} } }9}!}$}%\}"}&} } } }.
}#}%B#}%}%}&F^Z^R}="^Z~~^?}#@!}!}!} }9}!}$}%\}"}&}.
Sep 26 23:44:10 labeas chat[6514]: } } } }#}%B#}%}%}&F^ZKi*p~~^?}#@!
}!}"} }9}!}$}%\}"}&} } } } }#}%B#}%}%}&F^ZOc\U~~^?}
Sep 26 23:44:13 labeas chat[6514]: #@!}!}#} }9}!}$}%\}"}&} } } } }#}
%B#}%}%}&F^Z\Qx'~~^?}#@!}!}$} }9}!}$}%\}"}&} } }.
Sep 26 23:44:44 labeas chat[6514]: alarm
Sep 26 23:44:44 labeas chat[6514]: Failed
Sep 26 23:44:45 labeas pppd[6513]: Exit.
============= end of trace log:--------
Thanks for any advice.