LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy
User Name
Password
Puppy This forum is for the discussion of Puppy Linux.

Notices


Reply
  Search this Thread
Old 07-10-2015, 05:03 PM   #1
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Rep: Reputation: 169Reputation: 169
Faxxing a document


I bought a Linux capable USB fax modem.

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

Can someone help me remember ?
 
Old 07-10-2015, 06:06 PM   #2
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,904

Rep: Reputation: 1053Reputation: 1053Reputation: 1053Reputation: 1053Reputation: 1053Reputation: 1053Reputation: 1053Reputation: 1053
Plug in the USB Fax modem and immediately after you plug it in, at a terminal type:

Code:
sudo dmesg | tail
Next, in a terminal, type:

Code:
lsusb ; lsusb -t
Paste both of the results here.


In the future, please be sure that you share all relevant information about hardware, software versions, Distribution, Distribution version, kernel version etc. Do this for every question you have. It will save you time as well as the time of the people who are trying to help you.


EDIT: changed "lsusb -k" to -t

Last edited by mralk3; 07-10-2015 at 06:07 PM.
 
Old 07-10-2015, 06:12 PM   #3
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Here is the output.
Modem is a Trendnet TFM-561 U

Efax says "no response from modem"

How do I find out:

Quote:
Distribution, Distribution version, kernel version
Quote:
# sudo dmesg | tail
[ 12.027497] tg3 0000:85:00.0: irq 53 for MSI/MSI-X
[ 13.276452] kjournald starting. Commit interval 5 seconds
[ 13.277055] EXT3-fs (sda4): using internal journal
[ 13.277059] EXT3-fs (sda4): mounted filesystem with ordered data mode
[ 13.660203] kjournald starting. Commit interval 5 seconds
[ 13.660836] EXT3-fs (sda2): using internal journal
[ 13.660840] EXT3-fs (sda2): mounted filesystem with ordered data mode
[ 13.667055] tg3 0000:85:00.0: eth0: Link is up at 100 Mbps, full duplex
[ 13.667058] tg3 0000:85:00.0: eth0: Flow control is on for TX and on for RX
[ 37.835485] vattery[5529]: segfault at 0 ip b6b8b992 sp bfd67270 error 4 in libc-2.17.so[b6b57000+185000]

# lsusb ; lsusb -t
Bus 008 Device 002: ID 19ff:0226 Dynex
Bus 008 Device 003: ID 0572:1329 Conexant Systems (Rockwell), Inc.
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 010 Device 002: ID 0480:b001 Toshiba America Info. Systems, Inc.
Bus 010 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
/: Bus 10.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
/: Bus 09.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
/: Bus 08.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class=HID, Driver=usbhid, 1.5M
|__ Port 2: Dev 3, If 0, Class=comm., Driver=cdc_acm, 12M
|__ Port 2: Dev 3, If 1, Class=data, Driver=cdc_acm, 12M
/: Bus 07.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/6p, 480M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/6p, 480M

Last edited by Fixit7; 07-10-2015 at 06:19 PM.
 
Old 07-10-2015, 06:20 PM   #4
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,904

Rep: Reputation: 1053Reputation: 1053Reputation: 1053Reputation: 1053Reputation: 1053Reputation: 1053Reputation: 1053Reputation: 1053
For reference, this is your old post. Maybe it will jog your memory.

http://www.linuxquestions.org/questi...em-4175511173/

What is the output of:

Quote:
dmesg | grep tty

Last edited by mralk3; 07-10-2015 at 06:21 PM.
 
Old 07-10-2015, 06:38 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,776

Rep: Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933
If the driver is still installed you should have a /dev/ttyACM0. About the only FAX software I am familiar with is efax or hylafax. I assume you would of used efax. Or maybe straight from libreoffice

Otherwise:
http://www.linuxant.com/drivers/dgc/index.php

Last edited by michaelk; 07-10-2015 at 06:41 PM.
 
Old 07-10-2015, 07:21 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Fixit7 i know you want to get it working
but

cost / benefit

is there a western union or UPS or US post office( or equivalent ) near you

that VS the amount of twisted copper ( or VOIP-fax) fax's needing sent
 
Old 07-10-2015, 09:18 PM   #7
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Quote:
Originally Posted by John VV View Post
Fixit7 i know you want to get it working
but

cost / benefit

is there a western union or UPS or US post office( or equivalent ) near you

that VS the amount of twisted copper ( or VOIP-fax) fax's needing sent
The modem works in Windows, should be able to get it to work in Linux.
 
Old 07-10-2015, 09:19 PM   #8
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Quote:
Originally Posted by mralk3 View Post
For reference, this is your old post. Maybe it will jog your memory.

http://www.linuxquestions.org/questi...em-4175511173/

What is the output of:
The post says nothing that would help me get it working.
 
Old 07-10-2015, 10:43 PM   #9
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
I get the impression that no one uses a fax modem anymore ?

They are still quite useful.
 
Old 07-11-2015, 12:16 PM   #10
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Answer was to set serial device to ttyACM0.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How to create a document in LaTeX using the LyX document processor LXer Syndicated Linux News 0 10-01-2014 03:41 PM
How do I display a tick in a pdf document. The document uses forms with tick choices. philp1863 Linux - Software 5 09-25-2014 08:47 AM
html; character encoding per document tag, not whole document TheLinuxDuck Programming 0 08-14-2008 11:12 AM
how do i create a document, then a directory and save the document in it. jtdodge Linux - Newbie 9 06-15-2005 11:03 AM
Convert openoffice document into ms document through cli? bruno buys Linux - Software 0 07-05-2004 09:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy

All times are GMT -5. The time now is 05:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration