Networking Forums

Networking Forums > Computer Networking > Linux Networking > 56K MODEM

Reply
 
 
vaiyenvong@sinaman.com
Guest
Posts: n/a

 
      10-12-2005, 03:58 PM
I have set up a 56K modem and use a driver from linmodems.org website.
After I opened the driver in Mandriva linux environment and setup all
things of KPPP, the dialup was not successful, showing the modem had no
response. Why? on the contrary, I dial up very often and successfully
in Microsoft Windows environment. Anyone can help me. Thanks.

 
Reply With Quote
 
 
 
 
Unruh
Guest
Posts: n/a

 
      10-12-2005, 04:17 PM
(E-Mail Removed) writes:

>I have set up a 56K modem and use a driver from linmodems.org website.
>After I opened the driver in Mandriva linux environment and setup all
>things of KPPP, the dialup was not successful, showing the modem had no
>response. Why? on the contrary, I dial up very often and successfully
>in Microsoft Windows environment. Anyone can help me. Thanks.


No idea. Not enough information. You have apparently a winmodem. These are
pieces of junk. Your driver from linmodems may be not working, or may not
be for your modem, you may have set up kppp wrongly, you may have forgotten
to plug the modem into the telephone line, etc. All are possible
explanations on the basis of what you have told us.

winmodems are sound cards, which software makes create the right beeps and
whistles to pretend to be a modem. Under Windows the manufacturer of your
modem wrote that software. That manufacturer not only refused to write the
equivalent software for Linux but refused to tell people who wanted to do
it for them how their soundcard actually worked. As you can imagine this
makes it hard to write the driver. Yell at the manufacturer., or better
yet, get a decent modem.


 
Reply With Quote
 
Clifford Kite
Guest
Posts: n/a

 
      10-12-2005, 04:56 PM
(E-Mail Removed) wrote:
> I have set up a 56K modem and use a driver from linmodems.org website.
> After I opened the driver in Mandriva linux environment and setup all
> things of KPPP, the dialup was not successful, showing the modem had no
> response. Why? on the contrary, I dial up very often and successfully
> in Microsoft Windows environment. Anyone can help me. Thanks.


I agree completely with Bill Unruh. That said, if you can post
exact copies of relevant log messages, including timestamps, then
someone *might* be able to help. Kppp is a dialing front end to pppd,
and saying "the dialup was not successful, showing the modem had no
response" isn't enough to tell exactly what causes the failure.

--
Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
 
Reply With Quote
 
vaiyenvong@sinaman.com
Guest
Posts: n/a

 
      10-13-2005, 05:10 AM
My 56K modem is Motorola sm56 model. I believe your opinion is right.
The driver in Windows is not suitable to Linux environment. Now I set
up a new operating system of Linux of Mandriva 2005 limited edition.
And I download a rpm driver of Mandrake 10.0 and I don't know if is
suitable to this edition? Well, after I put in ISP information to KPPP
and link to the lines,
hoping to move into the internet. But getting a message showing that
"The modem is ready", but then showing "There is no response of
Modem.".The matter is so, anyone can help me and I am very grateful.
Thanks a lot.

Clifford Kite wrote:
> (E-Mail Removed) wrote:
> > I have set up a 56K modem and use a driver from linmodems.org website.
> > After I opened the driver in Mandriva linux environment and setup all
> > things of KPPP, the dialup was not successful, showing the modem had no
> > response. Why? on the contrary, I dial up very often and successfully
> > in Microsoft Windows environment. Anyone can help me. Thanks.

>
> I agree completely with Bill Unruh. That said, if you can post
> exact copies of relevant log messages, including timestamps, then
> someone *might* be able to help. Kppp is a dialing front end to pppd,
> and saying "the dialup was not successful, showing the modem had no
> response" isn't enough to tell exactly what causes the failure.
>
> --
> Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"


 
Reply With Quote
 
Clifford Kite
Guest
Posts: n/a

 
      10-13-2005, 04:09 PM
(E-Mail Removed) wrote:
> My 56K modem is Motorola sm56 model. I believe your opinion is right.
> The driver in Windows is not suitable to Linux environment. Now I set
> up a new operating system of Linux of Mandriva 2005 limited edition.
> And I download a rpm driver of Mandrake 10.0 and I don't know if is
> suitable to this edition? Well, after I put in ISP information to
> KPPP and link to the lines, hoping to move into the internet. But
> getting a message showing that "The modem is ready", but then showing
> "There is no response of Modem.".The matter is so, anyone can help
> me and I am very grateful. Thanks a lot.


In the case of a software modem, I'd expect "no modem response" to
usually mean the software part of the software modem doesn't work -
even using kppp, which I've never done. But in some cases the serial
port may be mis-configured (does a software modem use a hardware
serial device?). The output of

setserial /dev/<modem_device_file>

may or may not be relevant (and sensible).

Anyway here's a link that might help if you can't get a Linux driver to
work (but no guarantee):

http://portal.suse.com/sdb/en/2004/0...iswrapper.html

--
Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
/* Bluffing in a poker game can win big; bluffing in a newsgroup
only attracts sharks. */
 
Reply With Quote
 
dgo
Guest
Posts: n/a

 
      10-14-2005, 10:52 PM
No a software modem doesn't use a hardware serial port. I did use a Conexant
HSF modem a while back on Mandrake and it was a pig to get working, after
about 5 different drivers and just as many days it worked in the end!

"Clifford Kite" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> (E-Mail Removed) wrote:
>> My 56K modem is Motorola sm56 model. I believe your opinion is right.
>> The driver in Windows is not suitable to Linux environment. Now I set
>> up a new operating system of Linux of Mandriva 2005 limited edition.
>> And I download a rpm driver of Mandrake 10.0 and I don't know if is
>> suitable to this edition? Well, after I put in ISP information to
>> KPPP and link to the lines, hoping to move into the internet. But
>> getting a message showing that "The modem is ready", but then showing
>> "There is no response of Modem.".The matter is so, anyone can help
>> me and I am very grateful. Thanks a lot.

>
> In the case of a software modem, I'd expect "no modem response" to
> usually mean the software part of the software modem doesn't work -
> even using kppp, which I've never done. But in some cases the serial
> port may be mis-configured (does a software modem use a hardware
> serial device?). The output of
>
> setserial /dev/<modem_device_file>
>
> may or may not be relevant (and sensible).
>
> Anyway here's a link that might help if you can't get a Linux driver to
> work (but no guarantee):
>
> http://portal.suse.com/sdb/en/2004/0...iswrapper.html
>
> --
> Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
> /* Bluffing in a poker game can win big; bluffing in a newsgroup
> only attracts sharks. */



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I make use of a wireless modem router which no longer worksas a modem ??? robertpayneemail@googlemail.com Wireless Internet 1 02-11-2009 09:35 PM
Cable Modem > Router > Vonage Modem > Wireless Print Server RubyTechie Wireless Internet 1 07-31-2007 12:50 AM
Integrated Modem/Router and Cable Modem Compatibility Ed Broadband 2 02-06-2005 04:48 PM
BT Business 500 change USB modem to Wireless ADSL Modem/Router Trevor Broadband 4 01-27-2005 06:31 PM
Modem Driver: Creative Modem Blaster PCI DI5791 Thor Thorsson Linux Networking 0 01-01-2004 09:05 AM



1 2 3 4 5 6 7 8 9 10 11