![]() |
hI Keith G. Murphy schrieb: > > David Woolley wrote: > > > > > >=20 > > > > mo:23:respawn:/usr/lib/fax/faxgetty /dev/modem > > > > > > /dev/modem should be a symbolic link to /dev/ttyS1 for your setup. > > > > But this is not the same as it being /dev/ttyS1 for locking purposes; > > that's why /dev/modem is such a bad idea an ought to be deleted from > > the system. > Curiosity question: > > If every application using the modem used '/dev/modem', would everything > work properly? If not, where is the breakdown? Is it that some > translate the link and some don't? It should work ok, until you reach the point where you decide to move to ISDN with an internal card, and wont to configure ppp so it uses the modem emulation of the ISDN-adapter for dialing to your ISP, but althoug you want to keep your Modem for faxing. now you tell your ppp-setupscript to change to for example ttyI5. now this script modifies the link /dev/modem to point to ttyI5 and you wonder, why you don't get any faxes anymore..... that is the problem using /dev/modem with more then one package/program. ok, you may say this example is very linux-specific, but it shows the main problem. Christoph