• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Internal Modem not working

 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My 56kbps D-Link internal modem is not working under FC4. Under Windows it is working properly. Port is COM 3 (/dev/ttyS2), but it is not working. In fact out of frustration I tried all the available ports in the kppp setup.

The installation CD doesn't have drivers (it's plug and play under Windows).

By the way, Windows detect it as "SoftV92 Data Fax Modem".

Kindly help!!!
[ February 01, 2006: Message edited by: Ankur Bhatt ]
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A "softmodem" is one in which none of the "smarts" are implemented in hardware; the modem can't do anything at all without an appropriate driver. The first thing you need to do is figure out what chipset you have: see

http://linmodems.org/

for a lot of useful information and some utility software that will help you figure this out.
 
Bharat Roy
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the kind reply. I have an external D-Link serial modem too, which was working perfectly under RedHat 8 and Windows. Under FC4 it is ALSO not working. Is that the fault of FC4.
 
Ranch Hand
Posts: 1923
Scala Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
External modems should work with every linux.
How do you use it?
Isn't it detected by kppp?
 
Bharat Roy
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, kppp is not detecting it (internal and external both), and I�m clue less.
 
Stefan Wagner
Ranch Hand
Posts: 1923
Scala Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hm. I found an error in your initial post - perhaps a typo:

/dev/tty2 - that's a virtual terminal
/dev/ttyS2 - that's a com-port.
 
Bharat Roy
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That was a typo. Sorry.
 
reply
    Bookmark Topic Watch Topic
  • New Topic