vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm not too experienced with Linux, but sick of MS, I would like to setup my linux system as a faxserver, using Hylafax. I use a Fedora core 1, my modem is working as ttyS0 and I can start faxgetty from the command line. But it does not start on start up. In the manual it says I should configure /etc/inittab, which I tried, but I don't know what the lines there mean. Can anybody tell me how the line should look and whether I need to set up faxgetty somewhere else as well. I start the program manually with this command (I haven't received faxes with it yet, but the modems answers when I call the number): /usr/sbin/faxgetty ttyS0 Thanks in advance! |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message In comp.os.linux.setup Adrie Schouten <adrie@filmkeuze.nl> suggested: > I'm not too experienced with Linux, but sick of MS, I would like to setup my > linux system as a faxserver, using Hylafax. I use a Fedora core 1, my modem > is working as ttyS0 and I can start faxgetty from the command line. But it > does not start on start up. In the manual it says I should configure > /etc/inittab, which I tried, but I don't know what the lines there mean. Can man inittab Has all info you need, including examples. Good luck -- Michael Heiming (GPG-Key ID: 0xEDD27B94) mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/' -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFA+Y6FAkPEju3Se5QRAm5lAKDIim5v62XL3WUYHUDJNH pZz8ZEPQCdH1Q2 NAu+5dxFoV/AiMKmlNGetpE= =CfH1 -----END PGP SIGNATURE----- |
| |||
| "Raqueeb Hassan" <wideangle@gmail.com> wrote in message news:817aebd1.0407191131.7982c181@posting.google.c om... > You might have to edit \etc\inittab file for hylafax to receive calls. > Please add the following at the bottom of inittab: > > S0:2345:respawn:/usr/sbin/faxgetty ttyS0 Confirm this one. I used to be one of the HylaFAX maintainers, and this is precisely how you do it in modern versions of Linux. By the way, it's also very useful to use Kermit to test the state of the modem and make sure it handles outgoing connections correctly, and to examine the state of the modem registers. |
| ||||
| That works. Thanks! -- Afzender: Adrie Schouten, filmkeuze.nl http://www.filmkeuze.nl/ "Raqueeb Hassan" <wideangle@gmail.com> schreef in bericht news:817aebd1.0407191131.7982c181@posting.google.c om... > You might have to edit \etc\inittab file for hylafax to receive calls. > Please add the following at the bottom of inittab: > > S0:2345:respawn:/usr/sbin/faxgetty ttyS0 > > > hth > > -- > raqueeb hassan > congo (drc) |