| 
     Hylafax Mailing List Archives
 | 
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: faxgetty and internet simultaneously
> Thank you for answers. =
> =
> Now I=B4ve installed Hylafax/faxgetty. =
> =
> Sending a fax works fine.
> =
> My Problem: with =
> =
>     mo:23:respawn:/usr/lib/fax/faxgetty ttyS1
> =
> in /etc/inittab I can receive faxes but I can=B4t
> start a ppp-internet connection, beause faxgetty
> disturbs before, during or after dialing. =
> I think its because
> pppd locks /dev/modem and not /dev/ttyS1.
You are exactly correct.  Both programs MUST use the same device name, si=
nce
the lock file name is based on the device name.  Change your PPP setup to=
 use
/dev/ttyS1, or your Hylafax setup to /dev/modem.  I prefer the explicit d=
evice
name, since then there's no possible confusion about which device is bein=
g
used.  However, some people like using the symbolic link /dev/modem --> =
/dev/ttyS1