How to fax with Trendnet TFM-561 modem? (Solved)

Post Reply
Message
Author
scientist
Posts: 860
Joined: Sat 23 May 2015, 08:21

How to fax with Trendnet TFM-561 modem? (Solved)

#1 Post by scientist »

I bought a Linux capable USB fax modem.

I used it successfully, but I forgot how to fax a document with it.

Modem is a Trendnet TFM-561 U

Efax says "no response from modem"

Can someone help me ?
Last edited by scientist on Sat 11 Jul 2015, 17:07, edited 1 time in total.
Thanks,
Andy


Slacko 6.3.0 FULL INSTALL
JWM
File Manager - Thunar

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#2 Post by watchdog »


scientist
Posts: 860
Joined: Sat 23 May 2015, 08:21

#3 Post by scientist »

I am already using the version in your link.

I do not understand

Code: Select all

You must set the rigth dev from /dev: ttyusb0?
Thanks,
Andy


Slacko 6.3.0 FULL INSTALL
JWM
File Manager - Thunar

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#4 Post by watchdog »

Attach the modem-fax and type in console:

Code: Select all

dmesg|grep tty
Take note of right device where the modem-fax was attached. Then open efax-gtk, File, Settings, tab Modem. At Serial Device type the right tty dev. Take a look at other Settings. To fax a pdf document drag it in Fax to Send, fill Tel number, Send Fax.

scientist
Posts: 860
Joined: Sat 23 May 2015, 08:21

#5 Post by scientist »

I did that.

Code: Select all

efax-0.9a: 00:08:28 opened /dev/ttyS0
efax-0.9a: 00:08:34 sync: dropping DTR
efax-0.9a: 00:08:38 sync: sending escapes
efax-0.9a: 00:08:44 Error: sync: modem not responding
efax-0.9a: 00:08:44 failed page /root/Documents/Impt_Mazda_CX-7_Info.pdf.001
efax-0.9a: 00:08:44 finished - no response from modem
Thanks,
Andy


Slacko 6.3.0 FULL INSTALL
JWM
File Manager - Thunar

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#6 Post by watchdog »

Post the output of the above command:

Code: Select all

dmesg|grep tty

scientist
Posts: 860
Joined: Sat 23 May 2015, 08:21

#7 Post by scientist »

My system also has an internal modem.
[ 0.000000] console [tty0] enabled
[ 1.156812] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.177763] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 301.531209] cdc_acm 8-1:1.0: ttyACM0: USB ACM device
Thanks,
Andy


Slacko 6.3.0 FULL INSTALL
JWM
File Manager - Thunar

User avatar
Galbi
Posts: 1098
Joined: Wed 21 Sep 2011, 22:32
Location: Bs.As. - Argentina.

#8 Post by Galbi »

Try with the ttyACM0
Remember: [b][i]"pecunia pecuniam parere non potest"[/i][/b]

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#9 Post by watchdog »

As said ttyACM0 should work. Open efax-gtk, File, Settings, tab Modem, Serial Device-->ttyACM0.

http://daemonforums.org/showthread.php?t=7709


Linux 3.2.33 (Slackware 14.0 lineage) and 2.6.36.4


Again cdc-acm is needed and will auto-load, but now in these newer kernels you don't need usbserial anymore. The needed tty is created by cdc-acm, although it has a different name, like /dev/ttyACM0

scientist
Posts: 860
Joined: Sat 23 May 2015, 08:21

#10 Post by scientist »

Thanks a lot. It now faxxes.
Thanks,
Andy


Slacko 6.3.0 FULL INSTALL
JWM
File Manager - Thunar

Post Reply