We're trying to set-up SCO unix rel 5 as a host computer. After attaching
modem to the box we tried to dial-in. The modem got connected, but
there's no login prompt given. Any character typed at the MS Kermit client
is displayed in the host screen. But there's no login prompt given. Any
idea what need to be set?
Thanks in advance.
--
Eddy Setiawan <seti...@singnet.com.sg>
http://www.singnet.com.sg/~setiawan
>Hi,
>
>We're trying to set-up SCO unix rel 5 as a host computer. After attaching
>modem to the box we tried to dial-in. The modem got connected, but
>there's no login prompt given. Any character typed at the MS Kermit client
>is displayed in the host screen. But there's no login prompt given. Any
>idea what need to be set?
>
As a root user type: "enable ttyxx", where xx is the tty designation of
your unix serial port.
Also, use the upper case tty designation which will then enable modem
hardware control of the port.
Regards, David.
---------------
**Remove the second "@" from the 'Reply To' (spam stopper!)**
David Clayton, e-mail: dcs...@acslink.aone.net.au
Melbourne, Victoria, Australia.
"Virtual Reality - Give it a rest, Actual Reality has me stressed enough as it is."
Eddy Setiawan <seti...@merlion.singnet.com.sg> wrote in article
<5h822q$p...@lantana.singnet.com.sg>...
> Hi,
>
> We're trying to set-up SCO unix rel 5 as a host computer. After attaching
> modem to the box we tried to dial-in. The modem got connected, but
> there's no login prompt given. Any character typed at the MS Kermit
client
> is displayed in the host screen. But there's no login prompt given. Any
> idea what need to be set?
>
> Thanks in advance.
>
> --
> Eddy Setiawan <seti...@singnet.com.sg>
> http://www.singnet.com.sg/~setiawan
Did you add the device to the Devices file? uuinstall, select Devices,
add device <always forgotten!!!!!>
This is interesting...it's exactly the same thing happening to me
on an SCO Fast Start 1.0 machine. I've run the uuinstall, the
device is in the Devices file, in fact, here is the entry:
ACU tty1A - 9600 hayes2400 \D
ACU tty1a - 9600 direct
This is so weird, tty1A is enabled while 1a is disabled.
I get connected, the modem picks up fine and all, but I never
get a login: !?!?
Anyone know the problem?
Thanks.
Any better if you avoid the Chat script, and use an atdialer instead?
--
Jean-Pierre Radley j...@jpr.com XC/XT Custodian Sysop, CompuServe SCOForum
I.e my modem was answering something like :
CONNECT 28800/V34/COMPRESSION /ARQ/VFC/LAPM
and the connect string expected was a simple 'CONNECT'.
So the modem answered, shooked (shaked??) hands but the dailerfile never
woke the getty up.
My solution was 2fold,
1st, I set up the modem not to talk too much and only blurp 'CONNECT'.
2nd, I changed the dailer file to connect at the getty speed set in the
/etc/inittab when it saw 'CONNECT'.
Hope this helps
Gert
Deepak Thadani <dee...@pcsltd.com> wrote in article
<333B6A...@pcsltd.com>...
Is the modem itself at fault?
Are you running getty - and if so what does inittab and gettydefs say ???
Matt
> > > We're trying to set-up SCO unix rel 5 as a host computer. After attaching
> >
> > > modem to the box we tried to dial-in. The modem got connected, but
> > > there's no login prompt given. Any character typed at the MS Kermit
> > client
> > > is displayed in the host screen. But there's no login prompt given. Any
> > > idea what need to be set?
> >
check the dailer you are using, at the bottom are the connect strings.
then use CU, dial in the modem, check with CU to see if the modem response
to a connectionis the same as your dialer string.
I.e. if the dialer expects CONNECT 9600 and your modem returns CONNECT 9600
V32 COMPRESSION, things WILL NOT work. They have to be the same !!
hope this helps
Gert
Matt Hyne <mh...@rp.csiro.au> wrote in article
<Pine.SOL.3.93.970403...@venice.rp.CSIRO.AU>...
Not the way I read the atdialer.c code. There's a substr() function,
looking to see if the expected string is contained within the actual
returned string.
I originally asumed the same, as long as there is a 'connect 9600' in the
response string somewhere the dialer should find it, but NOOOOO that didn't
work for me. (whish it would though)
Gert
Jean-Pierre Radley <j...@jpr.com> wrote in article
<1997040615...@jpr.com>...