>Hi there!
>
>Im using RedHat 4.2; i've set up the dial-out ppp conection and it
>worked; after that i've set up a dial-in concection with mgetty, using
>the same line (modem) and that worked too. I cant config the modem to
>use *both* mgetty and pppd: mgetty starts, but it doesn't seem to let
>pppd use the modem; what do I have ro do???
>
>im using the folowing line in inittab:
>s1:12345:respawn:/sbin/mgetty -s 38400 -n 4 ttyS1 ansi

I have mgetty-1.1.5-1 (compiled from the .src.rpm) and ppp-2.2.0f-3 working
on a RH4.2 box. My inittab line is as following:

   S0:23:respawn:/sbin/mgetty ttyS0

One reason you have trouble migth be that the mgetty you're using is not
compiled with autoPPP support. I found out mine was not with:

  strings $(which mgetty) | grep PPP

which should result in something including:

  /AutoPPP/

When AutoPPP support is compiled in, the configuration files in
/etc/mgetty+sendfax basically work as advertised. I use a shell script in
login.config to start diald:

  /AutoPPP/ -     a_ppp   /usr/lib/diald/a_ppp-connect

For starting pppd instead, you're probably already served by the pppd line
in the original login.config.

Hope this helps.


Davide Bolcioni

---------------------------------------------------------------------------
#include <disclaimer.h> // Not my company's opinions above, not even my own
-----BEGIN GEEK CODE BLOCK-----
Version 3.1
GE/IT d+ s:+ a C+++$ UL++++$ P>++ L++@ E@ W+ N++@ o? K? w O- M+ V?
PS PE@ V+ PGP>+ t++ 5? X R+ tv- b+++ DI? D G e+++ h r y?
------END GEEK CODE BLOCK------



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to