How to Fax with a Trendnet TFM 561U modem?

Post Reply
Message
Author
fixit

How to Fax with a Trendnet TFM 561U modem?

#1 Post by fixit »

I would like to get this setup so I can fax documents.

Trendnet TFM 561U modem

I have not been able to find any Linux drivers for it.

fixit

#2 Post by fixit »

Fix is to first determine the port.

Code: Select all

# dmesg | grep tty
[ 0.000000] console [tty0] enabled
[ 0.886160] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 230.151849] cdc_acm 6-1:1.0: ttyACM0: USB ACM device
And then change efax-gta serial device to ttyACM0.

Post Reply