Can I receive faxes in Puppy?

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
gliezl
Posts: 322
Joined: Sat 06 Aug 2005, 22:30
Location: Manila

Can I receive faxes in Puppy?

#1 Post by gliezl »

Does any one use a mgetty program? I need Puppy to receive fax. Is that possible? Are there any dotpups for this? :)

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#2 Post by GuestToo »

one way to receive faxes is to use an internet service
http://www.google.ca/search?&q=receive+faxes+internet

some of them offer a limited number of faxes per month free ... i have not tried them

for example:
http://www.savetz.com/fax/helpmechoose.php

User avatar
gliezl
Posts: 322
Joined: Sat 06 Aug 2005, 22:30
Location: Manila

Dial-in Server

#3 Post by gliezl »

how can i login to my PC (puppy installed) remotely via dialup connection? :)

Guest

#4 Post by Guest »

goto www.tldp.org and they should have some info there on what you need.

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#5 Post by rarsa »

Gliezl,

In this case, the only diference between a modem connection and a higspeed conection is the speed. You can connect remotelly using the same tools. It will just be slower over modem.

The most secure and simple way is using SSH.

- You just need SSH if you only want to do text mode.

- Saddly you cannot use X over SSH if you use vesa. If you install MU's XFree package then you can do X over SSH.

- If you want access to your full puppy graphic desktop you can use VNC. If you want it secure you can use VNC SSH.

- These are just a few options that I use and feel comfortable with.

Let me know if I can help you setting up one of these. I can actually help you configure it remotelly if we set a time to meet on IRC.

You can start by reading a HOWTO I wrote some time ago.

User avatar
gliezl
Posts: 322
Joined: Sat 06 Aug 2005, 22:30
Location: Manila

#6 Post by gliezl »

how about mgetty?

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#7 Post by rarsa »

Oh, now I understand your second question, I thought it was unrelated to the first one.

mgetty will do the job. Have you tried compiling it? try using puppy 1.0.5 with the usr_devx.sfs

Just do the following: (as I am explaining using the 'latest' tar, the actual folder name may be different, right now is mgetty-1.1.33)

Code: Select all

wget -c ftp://alpha.greenie.net/pub/mgetty/source/1.1/mgetty-latest.tar.gz
tar -xvzf mgetty-latest.tar.gz
cd mgetty-1.1.33
cp policy.h-dist policy.h
make
make install

For fax you should also know this

Actually I recommend to read the documentation under ftp://alpha.greenie.net/pub/mgetty/source/1.1/

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#8 Post by rarsa »

Actually here is a better alternative. An already compiled mgetty.

I recommend you to try it using the liveCD without writing to HDD (boot option 3). If it does not work you just reboot and no harm done.

Code: Select all

wget -c http://externix.lycos-europe.am/ftp/downloads/slackware/slackware-ttw/mgetty-1.1.31/mgetty-1.1.31-i486-3ttw.tgz
tar -xvzPf mgetty.tgz
I still recommend reading the manual pages on the previous post.

User avatar
jcoder24
Posts: 604
Joined: Fri 06 May 2005, 12:33
Location: Barbados

#9 Post by jcoder24 »

gliezl

If you plan on using the HCF modem for faxing you may want to know that:

"Fax and Voice support (PCI version only) are still preliminary and have
not yet been sufficiently tested. Voice is limited to V.92 modems (73DP)
for now."

Thats according to the BUGS file from the hcf drivers source tree.

BTW: "V.92, Caller ID, FAX and Voice" are not implemented for the HSF drivers."

Note however, that the latest drivers (free for speeds upto 14.4k) has fax support. So if you mainly want to send faxes you can try compiling the latest drivers if the ones you have don't work.

NB. The distribution clause of linuxant license's prevents redistribution.

User avatar
gliezl
Posts: 322
Joined: Sat 06 Aug 2005, 22:30
Location: Manila

#10 Post by gliezl »

or I'll have to buy a second-hand external modem for this reason. It's really difficult to get linux working with winmodems. :x
Got to try mgetty working after I purchase the modem. Thank you guys for your time & effort. :D

Post Reply