Modem, modem, modem, ... setup

Modem, modem, modem, ... setup

Post by ajam » Thu, 31 Dec 1998 04:00:00



I've seen messages w/ issues similar to mine, but their answers doesn't
include what I need.  Well, this is my problem...

I have an internal modem, winmodem, which I used in another machine
running RH Linux for the last two years w/out a hitch.  Now I'm setting
a small network at home, and the modem card was moved to another machine
also running Linux.  The problem is that I cannot get a hold of it.  I
know that the card under Win95 has the following setup:

Port:        COM4
Interrupt:  3
I/O Add.: 0x2E8
UART:    16550

Thus, I set up the card in the Linux machine as:

Port:        /dev/cua3
Interrupt:  3
I/O Add.: 0x2E8
UART:    16550

I ran "procinfo" before and after I installed the card to be able to
identify the interrupt and i/o address, and was able to see the modem
using the correct i/o address, but not the interrupt.  According to
"procinfo," no device is using IRQ 3.  Not even the modem, which is
setup w/ this IRQ.  I tried using minicom to give a try to the setup,
and no matter what I tried nothing happens; I cannot even hear the click
of the relays on the modem card.  And yes, I did initialized the card
correctly. Any suggestions?  Thanks!

Regards, Alex

"As always, everyone will thank you for your service and your actions
will not be disregarded."

 
 
 

Modem, modem, modem, ... setup

Post by Jason Dixo » Thu, 31 Dec 1998 04:00:00


You might try using setserial and do a manual config.  It's actually
healthier for the system this way.  Good Luck!

> I've seen messages w/ issues similar to mine, but their answers doesn't
> include what I need.  Well, this is my problem...

> I have an internal modem, winmodem, which I used in another machine
> running RH Linux for the last two years w/out a hitch.  Now I'm setting
> a small network at home, and the modem card was moved to another machine
> also running Linux.  The problem is that I cannot get a hold of it.  I
> know that the card under Win95 has the following setup:

> Port:        COM4
> Interrupt:  3
> I/O Add.: 0x2E8
> UART:    16550

> Thus, I set up the card in the Linux machine as:

> Port:        /dev/cua3
> Interrupt:  3
> I/O Add.: 0x2E8
> UART:    16550

> I ran "procinfo" before and after I installed the card to be able to
> identify the interrupt and i/o address, and was able to see the modem
> using the correct i/o address, but not the interrupt.  According to
> "procinfo," no device is using IRQ 3.  Not even the modem, which is
> setup w/ this IRQ.  I tried using minicom to give a try to the setup,
> and no matter what I tried nothing happens; I cannot even hear the click
> of the relays on the modem card.  And yes, I did initialized the card
> correctly. Any suggestions?  Thanks!

> Regards, Alex

> "As always, everyone will thank you for your service and your actions
> will not be disregarded."


 
 
 

Modem, modem, modem, ... setup

Post by ajam » Fri, 01 Jan 1999 04:00:00


That's how I configured the port under Linux.  Didn't work!  There is
something else there!  Thanks, though!

Regards, ajam


> You might try using setserial and do a manual config.  It's actually
> healthier for the system this way.  Good Luck!


> > I've seen messages w/ issues similar to mine, but their answers doesn't
> > include what I need.  Well, this is my problem...

> > I have an internal modem, winmodem, which I used in another machine
> > running RH Linux for the last two years w/out a hitch.  Now I'm setting
> > a small network at home, and the modem card was moved to another machine
> > also running Linux.  The problem is that I cannot get a hold of it.  I
> > know that the card under Win95 has the following setup:

> > Port:        COM4
> > Interrupt:  3
> > I/O Add.: 0x2E8
> > UART:    16550

> > Thus, I set up the card in the Linux machine as:

> > Port:        /dev/cua3
> > Interrupt:  3
> > I/O Add.: 0x2E8
> > UART:    16550

> > I ran "procinfo" before and after I installed the card to be able to
> > identify the interrupt and i/o address, and was able to see the modem
> > using the correct i/o address, but not the interrupt.  According to
> > "procinfo," no device is using IRQ 3.  Not even the modem, which is
> > setup w/ this IRQ.  I tried using minicom to give a try to the setup,
> > and no matter what I tried nothing happens; I cannot even hear the click
> > of the relays on the modem card.  And yes, I did initialized the card
> > correctly. Any suggestions?  Thanks!

> > Regards, Alex

> > "As always, everyone will thank you for your service and your actions
> > will not be disregarded."

 
 
 

Modem, modem, modem, ... setup

Post by ajam » Sat, 02 Jan 1999 04:00:00


Well, FYI the problem w/ the modem was fixed.  For everyone's knowledge,
this is what I did ...

What fix it was the use of the "isapnp" tool.  I'm not going to get on how
to install stuff. A regular distribution should have all the needed tools.
Okay, this are the steps:

1- My recommendation is to take a look at the output of the command
"procinfo" to identify the available interrupts and i/o ports before
physically installing the modem card.

2- If, by any chance, you have a file called "/etc/isapnp.conf," erase it.

3- Shutdown, install card, and reboot.

4- Now you want "isapnp" to take a look at what pnp stuff you have installed
by running "pnpdump > /etc/isapnp.conf."   (don't put the period)

5- Take a look at "/etc/isapnp.conf," and uncomment a setup that you know is
not already in use.

6- Now implement the setup by running "isapnp /etc/isapnp.conf."

7- At this point, the computer identified the card as it is, but there are
still somethings missing ...

8- Go to "/etc/rc.d/rc.local" or other file at the same level, and at the
end of it type:

"setserial /dev/cua3 irq 3 port 0x2e8 uart 16550A baud_base 115200."

Of course, you can change it in accordance to your setup.  In my case, I'm
using device "cua3" with the stated interrupt, port, etc., which might not
be the ones you decided to choose.

9- At this point, you can reboot, and everything should be fine.  Note that
the reboot is not completely necessary, but recommended unless you want to
type more.  As you boot up, you'll see a two/three line statement about
"isapnp" and the same output you saw from running "isapnp /etc/isapnp.conf."

10-  At this point, you can run minicom to check if you're able to access
it.

I think that I didn't miss anything w/ regards to setting the modem. The
next step is to set up the ppp connection, if that's what you want.  Unless
you are *ic like me, you can set up the ppp connection really fast
using a program like "ezppp" or ""kppp," for example.

Good luck!

Regards, ajam

 
 
 

1. Cable modem..56 modem dial up, 500K cable modem download stream...

I have 2 network cards and 1 modem in a Linux Box with RH6.
My cable modem uses the modem to start a PPP session, and the network card
is then hooked up to the VPN of the ISP.

I would like to setup a IP Masquraded Firewall to hook some of my other
boxes
behind the firewall.

I  cannot find a HOW-TO to setup the Linux box using this type of Cable
Modem.  I
have only found 2 way cable modems.  Can someone point me it the right
direction.

My problem is that I don't know how to get Linux connected, then also, how
do I configure
ipchains or ipfwadm to use the correct rule set.  Do I do the modem or the
network card.  The
network card has a static IP of 10.0.0.1 which is usally used for VPNs.  My
cable company
is of corse not supporting Linux, so I have to do it myself.  The PPP dialup
uses DHCP to
assign my address so I have dhcp setup.

Thanks in advance..

Aaron

2. Another Level

3. Modems, modems, modems

4. NFS V3 problem with readdir(3C)

5. modems modems modems

6. cachefs disable buffering in Solaris 2.4?

7. Modem, modem, modem

8. Server on windows 95 or 3.11

9. Where to find Kermit, X-Modem, Y-Modem, & Z-Modem Source

10. Caldera 2.3 Modem Setup (Lucent OEM Modem)

11. HELP MODEM SETUP!!! Global Village Teleport Modem 56K

12. Modem setup help, modem makes weird noise, will not dial.

13. Changing from Internal Modem to External Modem