says...
Quote:>This problem just cropped up recently .. and I have no clue why.
>Regular login works
>Telneting in over an Ethernet network connection works
>But the Dial-In login doesn't work
>THe modem connects and then just sits there.
>I have the following line in my inittab file:
>d2:45:respawn:/sbin/agetty -mt60 38400,19200,9600,2400,1200 ttyS1
>am I doing something wrong ... is there something that I'm missing?
>Thanks
I had quite a time getting agetty to work with dialin. My problem was
that the agetty docs assume you will use a different connection speed
depending on what speed connection the modems make. I wanted to use a
constant 38400 instead. I had to set up agetty to only use 38400 and set
up the modem to *not* report the connection speed, since if it did agetty
would either drop the connection rate or use the modem message as a login
name. Another problem was that agetty does not provide a way to
initialize the modem, so I had to set my desired settings in the modem's
firmware and set the modem's dips to reset to the firmware settings
instead of factory settings. A pain, but it worked.
I have downloaded gettyps and plan to switch to that, but haven't yet.
Partly because I have to undo the strange mode I put the modem in
first...
--SPC