Click to See Complete Forum and Search --> : Mandrake 7.2 and a USR 56k ISA Faxmodem - A Little Help!


Marek
11-24-2000, 11:03 AM
I am working on setting up my new USR ISA Faxmodem. I know that it is not a winmodem. Currently it is still in PnP mode, and I was wondering how I would set it up under linux. Thanks!

------------------
www.jedev.com, (http://www.jedev.com,) www.lagunas-jukebox.com (http://www.lagunas-jukebox.com)

veloctTX
11-24-2000, 12:52 PM
run the following in a console (as root):

pnpdump > isapnp.conf
isapnp > /etc/isapnp.conf

I think that's right. I am sure the second line is right. The first one I'm 99% sure.

Does HardDrake find it? If it does you can configure it from there.


[This message has been edited by veloctTX (edited 24 November 2000).]

Marek
11-24-2000, 01:37 PM
Hardrake sees it, but I don't know what to do from there.

------------------
www.jedev.com, (http://www.jedev.com,) www.lagunas-jukebox.com (http://www.lagunas-jukebox.com)

groundzero
11-24-2000, 01:58 PM
First you have to do:
setserial /dev/ttyS2
that will display what irq and IO you have for COM3
Then do :
pnpdump > /etc/isapnp.cof
Then open up the isapnp.conf in your fav edit prog and un rem the IO and IRQ that was listed in the beging when you did setserial.
Also un rem the line near the end that says (ACT Y).
No reboot you box.
After you get it back up you need to type
setserial and set the UART....
Why am I typing all of this, they have a NFH that I used the first I did this. Use it and dont forget to set the right dev in kppp or whatever you are using......
If still stuck email me.
GZ

------------------
Groundzer0......
Please stop me before I format again. (Im a Serial Formater)

Marek
11-24-2000, 08:07 PM
Thanks! I am going to try that right now. If it doesn't work, ill go ahead and tell ya what happened!

------------------
www.jedev.com, (http://www.jedev.com,) www.lagunas-jukebox.com (http://www.lagunas-jukebox.com)

Marek
11-24-2000, 09:23 PM
This is what the file looks like, and I don't know what to un-rem

# $Id: pnpdump_main.c,v 1.23 2000/04/19 22:49:44 fox Exp $
# Release isapnptools-1.22
#
# This is free software, see the sources for details.
# This software has NO WARRANTY, use at your OWN RISK
#
# For details of the output file format, see isapnp.conf(5)
#
# For latest information and FAQ on isapnp and pnpdump see:
# http://www.roestock.demon.co.uk/isapnptools/
#
# Compiler flags: -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR
#
# Trying port address 0273
# Board 1 has serial identifier c0 a0 fa da 8c 31 30 72 56

# (DEBUG)
(READPORT 0x0273)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

# Card 1: (serial identifier c0 a0 fa da 8c 31 30 72 56)
# Vendor Id USR3031, Serial Number 2700794508, checksum 0xC0.
# Version 1.0, Vendor version 0.0
# ANSI string -->U.S. Robotics 56K FAX INT<--
#
# Logical device id USR3031
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE USR3031/2700794508 (LD 0
# Compatible device id PNPc10f

# Multiple choice time, choose one only !

# Start dependent functions: priority preferred
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x02f8
# Maximum IO base address 0x02f8
# IO base alignment 8 bytes
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x02f8))
# IRQ 3, 5, 7, 10, 11 or 12.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 3 (MODE +E)))

# Start dependent functions: priority acceptable
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x03f8
# Maximum IO base address 0x03f8
# IO base alignment 8 bytes
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x03f8))
# *** Bad resource data (Clarifications 4.6.2): IRQ 2 invalid, changing to 9
# IRQ 3, 4, 5, 7, 9, 10, 11 or 12.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 3 (MODE +E)))

# Start dependent functions: priority acceptable
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x03e8
# Maximum IO base address 0x03e8
# IO base alignment 8 bytes
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x03e8))
# *** Bad resource data (Clarifications 4.6.2): IRQ 2 invalid, changing to 9
# IRQ 3, 4, 5, 7, 9, 10, 11 or 12.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 3 (MODE +E)))

# Start dependent functions: priority acceptable
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x02e8
# Maximum IO base address 0x02e8
# IO base alignment 8 bytes
# Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x02e8))
# *** Bad resource data (Clarifications 4.6.2): IRQ 2 invalid, changing to 9
# IRQ 3, 4, 5, 7, 9, 10, 11 or 12.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 3 (MODE +E)))

# End dependent functions
(NAME "USR3031/2700794508[0]{U.S. Robotics 56K FAX INT}")
# (ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Returns all cards to the "Wait for Key" state
(WAITFORKEY)



------------------
www.jedev.com, (http://www.jedev.com,) www.lagunas-jukebox.com (http://www.lagunas-jukebox.com)

Marek
11-25-2000, 12:24 PM
Some help, please!?

------------------
www.jedev.com, (http://www.jedev.com,) www.lagunas-jukebox.com (http://www.lagunas-jukebox.com)

veloctTX
11-25-2000, 12:59 PM
re-read groundzero's message, he tells you what to un-rem (remove the #).

Marek
11-25-2000, 01:08 PM
I understand that, however, I don't know which lines to un-rem for the corrosponding io and IRQ.

------------------
www.jedev.com, (http://www.jedev.com,) www.lagunas-jukebox.com (http://www.lagunas-jukebox.com)

veloctTX
11-25-2000, 03:38 PM
He said to make sure you got the IO and IRQ that you got as a reply from setserial. Or you can just try to unrem one at a time until you find the one that works.

Marek
11-26-2000, 01:45 AM
I'm just going to take the modem off of pnp, set the irq and com port by hand, and do it that way. It should be a lot less trouble.

------------------
www.jedev.com, (http://www.jedev.com,) www.lagunas-jukebox.com (http://www.lagunas-jukebox.com)