Operating System - Linux
1827288 Members
3096 Online
109717 Solutions
New Discussion

Re: External 3Com U.S. Robotics 56K Message Modem fails - help

 
SOLVED
Go to solution
Maaz
Valued Contributor

External 3Com U.S. Robotics 56K Message Modem fails - help

Dear Gurus

I have an External "3Com U.S. Robotics 56K Message Modem", that works fine with redhat 7.2 and 9, but this same modem fails to work with RHEL AS 4.

As on rhl 9, I configured the modem and/or dial-up connection via "Internet Configuration Wizard"(after startx i.e. in GUI), and the procedure is just same as in rhl 9. Then in "Int Config Wiz" i select the "ppp0" and click on "Activate" button, and following error received

Cannot activate network device myisp!
Failed to activate myisp with error2

and if i dial from command line, its also fails.

#ifup ppp0

what should I do ?

Any1 can plz let me know any cheap external modem that works with AS 4.

Regards
Maaz
10 REPLIES 10
Steven E. Protter
Exalted Contributor

Re: External 3Com U.S. Robotics 56K Message Modem fails - help

Shalom Maaz,

3Com purchased US Robotics. Most of their modems are supported by AS/ES 4 from RedHat.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Maaz
Valued Contributor

Re: External 3Com U.S. Robotics 56K Message Modem fails - help

Dear SEP but as i already said that this external modem doesnt work with AS 4.
and Once again plz let me know any cheap external modem that works with AS 4. or how can i know b4 purchasing any external modem that this modem will definitely work with AS 4.

Regards
Maaz
Steven E. Protter
Exalted Contributor

Re: External 3Com U.S. Robotics 56K Message Modem fails - help

I'm shocked!

I'll find you one.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven E. Protter
Exalted Contributor
Solution

Re: External 3Com U.S. Robotics 56K Message Modem fails - help

http://www.tldp.org/HOWTO/Hardware-HOWTO/modems.html

Those are PCI, but they surely do work.

http://www.linuxcompatible.org/Can_I_install_Red_Hat_Linux_9_onmy_PC_Please_help_t31768.html
Might want to try FC 2 3 or 4 with your current modem.

http://www.zoom.com/products/dial_up_overview.html
Zoom is great. They have external modems that work with Linux.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Alexander Chuzhoy
Honored Contributor

Re: External 3Com U.S. Robotics 56K Message Modem fails - help

Are you installing the modem on the same machine where redhat 7.2/9 were installed ?

Try to see if the com port in bios is open.

Best regards.
Maaz
Valued Contributor

Re: External 3Com U.S. Robotics 56K Message Modem fails - help

Dear Alexander
>Are you installing the modem on the same machine where redhat 7.2/9 were installed ?
Yes.

>Try to see if the com port in bios is open.
Its a dual-boot machine, i m using this same modem on this machine with windows xp.

Maaz
Valued Contributor

Re: External 3Com U.S. Robotics 56K Message Modem fails - help

now its working ;), but with a prblm ;(

Here is the solution:

I ran wvdial the following output produced

# wvdial
.
.
--> Cannot open /dev/modem: No such file or directory

from this out I found a clue so I check /dev/modem file, but /dev/modem doesnt exist. I did the following to create the /dev/modem

# cd /dev
# ln -s /dev/ttyS0 /dev/modem
# ls -l /dev/modem
lrwxrwxrwx 1 root root 10 Jan 22 19:45 /dev/modem -> /dev/ttyS0

now Applications->System Tools->Network Device Control->Select the dialup->click on Activate.
I connected the Internet. ;)

But the two prblms
1, whenEver i reboot my machine, /dev/modem lost/deleted, so that I have to create it via
# ln -s /dev/ttyS0 /dev/modem, command after each reboot. Why ?

2, Once I created the syslink "/dev/modem" i can connect to the internet via Point-and-Click, but still #ifup ppp0 fails
# ifup ppp0
/sbin/ifup: configuration for ppp0 not found.
Usage: ifup

3, when i dial no modem sound( i m using dialup modem)

Plz also teach me how to configure the dialup connection from commands or using CLI
Plz Help

Regards
Maaz

Maaz
Valued Contributor

Re: External 3Com U.S. Robotics 56K Message Modem fails - help

i m still connected to internet but when i ran the command following output produced

#ifdown ppp0
usage: ifdown

#ifconfig ppp0.... shows me public ip.

Regards
Maaz

Maaz
Valued Contributor

Re: External 3Com U.S. Robotics 56K Message Modem fails - help

# ifconfig ppp0
ppp0 Link encap:Point-to-Point Protocol
inet addr:203.130.13.106 P-t-P:192.168.1.12 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:955 errors:1 dropped:0 overruns:0 frame:0
TX packets:963 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:710686 (694.0 KiB) TX bytes:284606 (277.9 KiB)
Maaz
Valued Contributor

Re: External 3Com U.S. Robotics 56K Message Modem fails - help

Helo Gurus ...