Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can't get login prompt from modem

1 view
Skip to first unread message

Eddy Setiawan

unread,
Mar 25, 1997, 3:00:00 AM3/25/97
to

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

David Clayton

unread,
Mar 25, 1997, 3:00:00 AM3/25/97
to

seti...@merlion.singnet.com.sg (Eddy Setiawan) contributed the
following:

>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."

Tony Mori

unread,
Mar 27, 1997, 3:00:00 AM3/27/97
to


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!!!!!>

Deepak Thadani

unread,
Mar 28, 1997, 3:00:00 AM3/28/97
to

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.

Jean-Pierre Radley

unread,
Mar 28, 1997, 3:00:00 AM3/28/97
to

Deepak Thadani telecommunicated:

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

Gert

unread,
Mar 29, 1997, 3:00:00 AM3/29/97
to

Yep
ran ito similar problem because my modem connect string did not match the
connect string specified in the dialerfile.

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>...

Mark Moore

unread,
Mar 29, 1997, 3:00:00 AM3/29/97
to

On Fri, 28 Mar 1997 01:52:34 -0500, Deepak Thadani <dee...@pcsltd.com>
wrote:

Is the modem itself at fault?

Matt Hyne

unread,
Apr 2, 1997, 3:00:00 AM4/2/97
to Deepak Thadani

On Fri, 28 Mar 1997, Deepak Thadani wrote:

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?
> >

gert

unread,
Apr 6, 1997, 4:00:00 AM4/6/97
to

If the connect string returned form the modem DOES NOT match the return
string expected in the atdialer or dialXXX file, the getty will not get
woken up and you will not get a login..

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>...

Jean-Pierre Radley

unread,
Apr 6, 1997, 4:00:00 AM4/6/97
to

gert telecommunicated:

| If the connect string returned form the modem DOES NOT match the return
| string expected in the atdialer or dialXXX file, the getty will not get
| woken up and you will not get a login..
|
| 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 !!

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.

gert

unread,
Apr 6, 1997, 4:00:00 AM4/6/97
to

That's weird then, I use the ardialXXX made from the make.dailer. I *HAD
TO*
change the response from the modem to match the atdialXXX linefor my speed
before I would get a login. I use 5.0.2, the freeware.

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>...

0 new messages