Re: Problem with sendfax?

1997-06-28 Thread Martin Schulze
Jens B. Jorgensen writes:

  Check your config files in /etc/mgetty, are you sure that you
  have a fax modem?  I'm not a modem expert but I seem to remember
  that there are some modems that cannot fax - or at least cannot
  fax at level 3 which is needed for sendfax (USR SportSter might
  be such a modem).

 Actually, the problem with fax modems and sendfax is not generally
 that they can't handle group 3 fax files, but that they don't
 support Class 2 or Class 2.0 fax transmission. My fax-modem only

Err, that's what I tried to say/remember.  I'm not a modem expert...

 supports Class 1. I use mgetty and although since it does not support
 Class 1 I cannot receive faxes, I can send them easily with the
 excellent efax package.

Sendfax can only handle Class 2, IIRC Class 1 is time critical which
cannot guaranteed under unix.

 That said, your problem may not be that it doesn't support class
 2/2.0 (which mgetty requires, as I have stated). Since you have 
 logging turned on ('-x 5') why don't you post the log here? You should
 find it in /var/log/mgetty.
 
 NOTE: USR Sportster (at least my 28.8) supports class 1  2.0. If you
 want to see what classes your modem supports, get into a COM program
 (in DOS/Win/Linux doesn't matter) and give your modem the command:
 
 AT+FCLASS=?
 
 It should print a list of what classes it supports.

Ah, interesting, hopefully I'm also allowed to use minicom, cu or
kermit as I have Linux installed and I'm not going to install Dos :-)
Fine, it can handle 2.0, too.  I might want to expand our Fax service.
Thanks a lot!!!

Regards

Joey

-- 
  / Martin Schulze  *  [EMAIL PROTECTED]  *  26129 Oldenburg /
 / http://home.pages.de/~joey/
/ Install joe (Joey's Own Editor) correct: Joe's Own Editor /


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Problem with sendfax?

1997-06-28 Thread Sylvain Briole
Hello all,

I am runnig Debian 1.2/Linux 2.0.29/Mgetty+SendFax 1.0 and I would like to
send faxes with my modem which is on /dev/ttyS0
So, I have converted a .ps file to a .g3 file using gs, and I try to send
it :

nathalie# sendfax -x 5 -v 0320137288 /home/sbriole/ISEN/fax.g3
Trying fax device '/dev/ttyS0'... OK.
sendfax: cannot set fax station ID

So : what can I do?

I thank you in advance for your answer(s),

Sylvain.

Sylvain Briole  | SysOp d'Eclice B.B.S.
EMail InterNet : [EMAIL PROTECTED] | +33-3-20137288
NetMail FidoNet : 2:322/20  | Lille - Nord - France
NetMail FrancoMedia : 101:176/114   |
Eclice sur I.R.C.   |


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Problem with sendfax?

1997-06-28 Thread Martin Schulze
Sylvain Briole writes:

 I am runnig Debian 1.2/Linux 2.0.29/Mgetty+SendFax 1.0 and I would like to
 send faxes with my modem which is on /dev/ttyS0
 So, I have converted a .ps file to a .g3 file using gs, and I try to send
 it :
 
 nathalie# sendfax -x 5 -v 0320137288 /home/sbriole/ISEN/fax.g3
 Trying fax device '/dev/ttyS0'... OK.
 sendfax: cannot set fax station ID

Check your config files in /etc/mgetty, are you sure that you
have a fax modem?  I'm not a modem expert but I seem to remember
that there are some modems that cannot fax - or at least cannot
fax at level 3 which is needed for sendfax (USR SportSter might
be such a modem).

Regards

Joey

-- 
  / Martin Schulze  *  [EMAIL PROTECTED]  *  26129 Oldenburg /
 / http://home.pages.de/~joey/
/ Install joe (Joey's Own Editor) correct: Joe's Own Editor /


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Problem with sendfax?

1997-06-28 Thread Jens B. Jorgensen
Martin Schulze wrote:
 
 Sylvain Briole writes:
 
  I am runnig Debian 1.2/Linux 2.0.29/Mgetty+SendFax 1.0 and I would like to
  send faxes with my modem which is on /dev/ttyS0
  So, I have converted a .ps file to a .g3 file using gs, and I try to send
  it :
 
  nathalie# sendfax -x 5 -v 0320137288 /home/sbriole/ISEN/fax.g3
  Trying fax device '/dev/ttyS0'... OK.
  sendfax: cannot set fax station ID
 
 Check your config files in /etc/mgetty, are you sure that you
 have a fax modem?  I'm not a modem expert but I seem to remember
 that there are some modems that cannot fax - or at least cannot
 fax at level 3 which is needed for sendfax (USR SportSter might
 be such a modem).
 
 Regards
 
 Joey

Actually, the problem with fax modems and sendfax is not generally
that they can't handle group 3 fax files, but that they don't
support Class 2 or Class 2.0 fax transmission. My fax-modem only
supports Class 1. I use mgetty and although since it does not support
Class 1 I cannot receive faxes, I can send them easily with the
excellent efax package.

That said, your problem may not be that it doesn't support class
2/2.0 (which mgetty requires, as I have stated). Since you have 
logging turned on ('-x 5') why don't you post the log here? You should
find it in /var/log/mgetty.

NOTE: USR Sportster (at least my 28.8) supports class 1  2.0. If you
want to see what classes your modem supports, get into a COM program
(in DOS/Win/Linux doesn't matter) and give your modem the command:

AT+FCLASS=?

It should print a list of what classes it supports.


-- 
Jens B. Jorgensen
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Problem with sendfax?

1997-06-27 Thread Jens B. Jorgensen
Martin Schulze wrote:
 
 Jens B. Jorgensen writes:
 
   Check your config files in /etc/mgetty, are you sure that you
   have a fax modem?  I'm not a modem expert but I seem to remember
   that there are some modems that cannot fax - or at least cannot
   fax at level 3 which is needed for sendfax (USR SportSter might
   be such a modem).
 
  Actually, the problem with fax modems and sendfax is not generally
  that they can't handle group 3 fax files, but that they don't
  support Class 2 or Class 2.0 fax transmission. My fax-modem only
 
 Err, that's what I tried to say/remember.  I'm not a modem expert...

That's ok. I was trying to make this correction *and* be nice! 8)
 
  supports Class 1. I use mgetty and although since it does not support
  Class 1 I cannot receive faxes, I can send them easily with the
  excellent efax package.
 
 Sendfax can only handle Class 2, IIRC Class 1 is time critical which
 cannot guaranteed under unix.

Yada, yada, yada. I believe you are correct. I've never had a problem
though!! Hey, nothing in life is guaranteed. Also, since we're being
picky, sendfax can handle class 2  class 2.0, which are not the same
thing, class 2 being an industry de facto standard which became 
widely used before the official standard, (2.0) was deployed.

  That said, your problem may not be that it doesn't support class
  2/2.0 (which mgetty requires, as I have stated). Since you have
  logging turned on ('-x 5') why don't you post the log here? You should
  find it in /var/log/mgetty.
 
  NOTE: USR Sportster (at least my 28.8) supports class 1  2.0. If you
  want to see what classes your modem supports, get into a COM program
  (in DOS/Win/Linux doesn't matter) and give your modem the command:
 
  AT+FCLASS=?
 
  It should print a list of what classes it supports.
 
 Ah, interesting, hopefully I'm also allowed to use minicom, cu or
 kermit as I have Linux installed and I'm not going to install Dos :-)
 Fine, it can handle 2.0, too.  I might want to expand our Fax service.
 Thanks a lot!!!

Cool. Save trees! Why print to paper? Why print something in Word/Lyx
just to stick it in the fax machine and then toss the hardcopy? I've
been meaning to set up a fax server here where all faxes are received
via modem and then a thumbnail image is generated and emailed to certain
people (with MIME and html content) and a URL is stuck in there which
goes to the server allowing them to view the full-size image and allow
them to print, delete, or hold on to the fax. Especially since we get
a lot of junk faxes, this would reduce paper wastage quite a bit.

-- 
Jens B. Jorgensen
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Problem with sendfax?

1997-06-27 Thread stick
 
 Cool. Save trees! Why print to paper? Why print something in Word/Lyx
 just to stick it in the fax machine and then toss the hardcopy? I've
 been meaning to set up a fax server here where all faxes are received
 via modem and then a thumbnail image is generated and emailed to certain
 people (with MIME and html content) and a URL is stuck in there which
 goes to the server allowing them to view the full-size image and allow
 them to print, delete, or hold on to the fax. Especially since we get
 a lot of junk faxes, this would reduce paper wastage quite a bit.
 
Cool!  I'm sure you'll be making a .deb out of your work then!?  :)
(So sue me, I'm lazy... :)

 -- 
 Jens B. Jorgensen
 [EMAIL PROTECTED]
 

Chuck

-- 
Chuck Stickelman, Owner E-Mail: [EMAIL PROTECTED]
Practical Network DesignVoice:  (419) 529-3841
9 Chambers Road FAX:(419) 529-3625
Mansfield, OH 44906-1302 USA


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Problem with sendfax?

1997-06-27 Thread Martin Schulze
Jens B. Jorgensen writes:

  Sendfax can only handle Class 2, IIRC Class 1 is time critical which
  cannot guaranteed under unix.
 
 Yada, yada, yada. I believe you are correct. I've never had a problem

Ah, then my memory isn't that bad.

 though!! Hey, nothing in life is guaranteed. Also, since we're being

Err, ok, but Linux programmers know that they can't guarantee time
critical stuff and don't try to implement something (bad). :-)

 picky, sendfax can handle class 2  class 2.0, which are not the same

  Ah, interesting, hopefully I'm also allowed to use minicom, cu or
  kermit as I have Linux installed and I'm not going to install Dos :-)
  Fine, it can handle 2.0, too.  I might want to expand our Fax service.
  Thanks a lot!!!
 
 Cool. Save trees! Why print to paper? Why print something in Word/Lyx

That's the main reason I won't go and buy a real fax machine.  Most
faxes that I receive are fine on a hard disk but really a waste of
ink and paper if printed.  Unfortunately I have to print some of them
as some people don't have a pc.

 just to stick it in the fax machine and then toss the hardcopy? I've
 been meaning to set up a fax server here where all faxes are received
 via modem and then a thumbnail image is generated and emailed to certain
 people (with MIME and html content) and a URL is stuck in there which

Fine, this works here :-)

 goes to the server allowing them to view the full-size image and allow
 them to print, delete, or hold on to the fax. Especially since we get
 a lot of junk faxes, this would reduce paper wastage quite a bit.

When I set up the new machine I plan to do a complete rewrite.  If so
I'll including that into Debian GNU/Linux.

Regards

Joey

-- 
  / Martin Schulze  *  [EMAIL PROTECTED]  *  26129 Oldenburg /
 / The MS-DOS filesystem is nice for removable media /
/ -- H. Peter Anvin /


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .