Slashdot Mirror


Modem Success Stories With Linux?

lasindi writes "Whenever I install Linux, I have trouble with the modem (unfortunately I'm stuck on dial-up). On the first installation, I found out it was a Winmodem and when I tried the solutions and drivers offered by linmodems.org, it still wouldn't work. I finally got an Intel PCI modem, but Intel only provides drivers that work on the 2.4 kernel. I have also have a Conexant modem lying around, but I found out that the only drivers that work for it are provided by Linuxant. These drivers, however, cost money (unless you want to crawl along at 14.4 Kbps for free) and are closed-source. I've found that, although I have five modems, I can't run any of them at full speed under the 2.6 kernel. I would like to know how common such problems are and how Slashdotters have gotten around them."

127 comments

  1. External modems or pay for the linuxant drivers by Bronster · · Score: 2, Insightful

    For my laptop, the linuxant drivers cost hardly anything compared to the price of the machine (certainly cheaper than a card modem), so I ponied up.

    For a desktop box - well, apart from the fact that I use a modem about never these days, it's always broadband of some sort - what I _used_ to do was buy a decent quality external modem and not have all the problems that plague cheap crap.

  2. you could try... by augros · · Score: 3, Informative

    I used to use a serial modem. That should make the driver not as much of a problem... I think.

    1. Re:you could try... by TiggsPanther · · Score: 4, Informative

      I second the above.
      Back when I started experimenting with Linux I spent quite a bit of time dual-booting. (Didn't have the second PC back then...) The irritating thing was that my (internal) modem was a Winmodem. So I could get online easily in Windows, and not at all in linux. At first this was not a problem.

      After a while (year 2000, I think) I got fed up of not being able to troubleshoot or do email when in Linux. And having to reboot into Windows to search online for a solution to a Linux problem was a total pain. At that point I decided that it was worth the cost to get an external modem. (U.S. Robotics. FaxModem I think)
      It worked. I mean literally it just worked. It served me faithfully until I got broadband, and then got bequeathed to a colelague of my dad's who needed a modem for dialup. And as far as I know it's still working.

      Plus bear in mind that if you've got a serial port, there a good chance nothing else is using it these days.

      Tiggs
      --
      Tiggs
      "120 chars should be enough for everyone..."
    2. Re:you could try... by nicolas.e · · Score: 1
      Plus bear in mind that if you've got a serial port, there a good chance nothing else is using it these days.

      Nothing is more wrong for me. On my serial ports I have :
      • A cable to connect ti calcs
      • A multitech 28.8 modem to do fax+minitel
      • An IR receiver (went with a pinnacl PCTV)
      • A dongle for a video capture SDK
      • A null-modem cable to connect to some servers


      I also used to have a serial mouse, but I replaced it with an USB one to save ports.
    3. Re:you could try... by Carnildo · · Score: 3, Interesting

      My solution was to use a Hayes-compatible ISA modem. Of course, since my computer didn't have an ISA slot, this meant that I needed an older computer to run the modem, and a cable to network the two computers together.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    4. Re:you could try... by Mysticalfruit · · Score: 1

      Okay, your abnormal and have been reported to the authorities...

      The rest of us however have very idle serial ports...

      --
      Yes Francis, the world has gone crazy.
  3. well.. by revmoo · · Score: 0

    I'm not going to tell you that you SHOULD get high-speed Internet access, perhaps it's not what you want or need, however, most Linux users are on some type of high-speed connection, and so you might find support for dialup in Linux to be quite lacking. I know I did several years ago, and this was still when a lot of people used dialup.

    --
    I would expect such blatant racism on Fark, but on Slashdot? Mods please ban this asshole.
    1. Re:well.. by drkich · · Score: 2, Interesting

      And of course this is no slam upon you, however this is no answer. I have attempted many times to get my modem running, with no success. I eventually gave up and went back to Windows. I have since got a high-speed connection, but I just have not bothered going back.

    2. Re:well.. by primal39 · · Score: 5, Insightful

      "I'm not going to tell you that you SHOULD get high-speed Internet access"

      I'm not going to tell him that either, because I read the post and he said he's "stuck on dial-up." This most likely means that he probably lives in a location very akin to mine, i.e. where the only broadband solution available is satellite, which has a very hefty initial outlay (last I checked it was in the $600 range)

      So I sympathize with the poster as to his modem woes, up until quite recently achieving any speeds over 28.8 was impossible for me, simply due to line quality.

      As for a solution? I suggest the same solution I use, namely to acquire an external modem (as others above have already suggested).

      I highly recommend that said external modem should support v.92, as the speed gain is quite noticeable when loading pages.
      Of course, if we could only get an ISP to offer accelerated dialup software that worked under linux....

      --
      Eschew Obfuscation
    3. Re:well.. by bofkentucky · · Score: 1

      Some of the dial-up accelerators use a combination web proxy and a radius implementation, snoop a windows client and reverse engineer what squid needs to tell the accelerator, or even better, offer your services to write a F/OSS implementation of their client, assuming the company will release the needed APIs.

      --
      09f911029d74e35bd84156c5635688c0
    4. Re:well.. by gl4ss · · Score: 1

      some isp's accelerators don't need anything from the client aside from the ability to use a http proxy.

      for example, the gsm operators have such accelerators around here for usage when using gprs, they re-encode jpg's with lower quality for example.

      --
      world was created 5 seconds before this post as it is.
    5. Re:well.. by Fooby · · Score: 1
      Besides, satellite service often only works in tandem with dialup anyway--you use dialup for your uplink and satellite for your downlink, and you still have to pay for dialup access. How much does that suck?

      As mentioned by others a decent internal modem is just as good as an external modem. The other advantage a real modem has over crappy windmodems is that you get to offload all the processing to the modem. After all, all that realtime DSP stuff is what the modem is supposed to be doing anyway. Even though it doesn't consume that many cycles, the fact that winmodems require realtime access to the CPU can have a huge impact on performance.

    6. Re:well.. by nicolas.e · · Score: 1

      There are some bidirectional satellite providers. However, any kind of sat is terribly expensive for home use.

  4. External Modems by duffbeer703 · · Score: 4, Insightful

    Sell for about $15 on ebay. Buy one and stop worrying about stupid stuff like this.

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
    1. Re:External Modems by MBCook · · Score: 3, Insightful

      I agree. Get yourself a good, external, SERIAL modem. They all run the same AT commandset so there are no drivers. It should work fine. I wouldn't fuss with internal modems and PCI modems and winmodems and USB modems and all that stuff when you could get a fine modem from eBay or a local used computer shop for cheap and end all your headaches.

      --
      Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    2. Re:External Modems by Anonymous Coward · · Score: 4, Informative

      A good, real hardware PCI modem is fine -- it is just as simple as an external modem; you just plug it in the slot, boot, and all of a sudden there is a modem on /dev/ttyS4. I recommend the Zoom 56k PCI internal, it costs $80 at Fry's. I have bought and used (for my work, setting up remote servers that dial into a server for updates) about 5 of these in the last few months, every single one worked perfectly. And they support vgetty, so you can do cool things like vocp.sourceforge.net.

    3. Re:External Modems by MBCook · · Score: 1

      That's true. It's been a while since I had to deal with a true PCI modem. Still, I've always prefered the external ones, but that's just me.

      --
      Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    4. Re:External Modems by 5E-0W2 · · Score: 1

      Yeah, an external (not USB though) modem would work, or if you have an ISA bus, an ISA modem (ISA doesn't have the bandwidth to do software modems). Or just look for "Hayes Compatible" on the box.

    5. Re:External Modems by geminidomino · · Score: 4, Funny

      Amen. PCI modems don't have blinkenlights.

    6. Re:External Modems by vasqzr · · Score: 1


      The thing that sucks is a lot of new computers (especially laptops) don't have serial ports these days.

      Half the reason of myself needing a laptop is for the serial console on various things.

    7. Re:External Modems by walt-sjc · · Score: 1

      There are USB and PCMCIA serial adaptors available, and they have been available (with native Linux support) for years.

    8. Re:External Modems by inkedmn · · Score: 1

      Couldn't agree more, ran linux like this for over a year bofore getting cable. I got mine for $50 new, iirc at Fry's.

      I might be willing to sell it for cheap (still works like a champ), email me.

      --
      well, it's nothing one behind the ear wouldn't cure
    9. Re:External Modems by erykjj · · Score: 2, Insightful

      And...
      1) you can easily/quickly switch them from one box to another
      2) use them with your laptop (assuming you have a serial port on it)

    10. Re:External Modems by tzanger · · Score: 1

      (ISA doesn't have the bandwidth to do software modems)

      What the hell are you talking about? The voice frames would be coming in/out at no more than 8kHz. A good ISA sound card takes up more ISA bandwidth.

    11. Re:External Modems by Anonymous Coward · · Score: 0

      Search eBay for
      Robotics Performance Pro

      This hardware modem usually goes for around $15 on eBay (and above $60 in stores). It's much less hassle to simply buy a hardware modem once, and not have to worry about searching for installation instructions or limiting yourself to kernels supported by the modem.

    12. Re:External Modems by 5E-0W2 · · Score: 1

      Yes, you are ofcourse right. I don't know how that piece of information managed to drift into my brain and get stuck without any checking. Apologies for the disinformation.

    13. Re:External Modems by Keith_Beef · · Score: 1

      A good, real hardware PCI modem is fine -- it is just as simple as an external modem; you just plug it in the slot, boot, and all of a sudden there is a modem on /dev/ttyS4.

      Quite possibly true. I haven't had an internal modem since a US Robotics 14k4, a long time ago.

      I long ago switched to a Kortex K56Flex external modem on the serial port. Never had any problem with it; it worked fine straight away, and is still going strong.

      Sometimes, dialing up can fail, and I see a message like "blacklisted". The modem them won't dial the number again, and I need to reset it.

      • With an external modem, this is easy: switch off and back on.
      • With an internal modem, this is easy, too: reboot the whole computer.

      Guess which I'd choose...

      Beef.

    14. Re:External Modems by sharkey · · Score: 1
      PCI modems don't have blinkenlights.

      But where's the fun in that?

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    15. Re:External Modems by geminidomino · · Score: 1

      I know I'm modded funny, but where I live, the phone lines suck. It was easy to know if your connection died by watching the RX/TX leds flash.

  5. Same problem by ivan1011001 · · Score: 1

    I got me a new Sterling 56K modem just last week, and was pleasantly surprised to see that my mother had gotten me a Knoppix CD. The WTFL edition I believe, with the book Kiss the Blue Screen of Death Goodbye.

    I'm not quite sure what the problem is, since I'm just moving to Linux and I also would appreciate any help.

    --

    I was thinking of converting to paganism, but where the hell can you find sacrificial virgins these days?
  6. Just don't buy PCI by photon317 · · Score: 4, Informative

    A lot of internal modems are winmodem-style or something like it these days. Just get a good old external modem on a serial port. As long as it supports AT commands you're gtg in any OS that supports modems and serial ports in general. Or if you wanna get all high-tech about it, get a USB modem that does serial-over-USB and acts like a plain external modem on a serial port.

    --
    11*43+456^2
    1. Re:Just don't buy PCI by stoborrobots · · Score: 1

      But be careful not to get a USB softmodem... They're just as bad a PCI softmodem, but largely without *ANY* drivers available...

  7. Connexant lies to kernel about liscence status by adamjaskie · · Score: 2, Informative

    Story Here

    Or did they change that yet?

    --
    /usr/games/fortune
    1. Re:Connexant lies to kernel about liscence status by colinleroy · · Score: 2, Informative

      They "fixed" it by changing one (1) MODULE_LICENSE() macro, just to ensure tainting. the other submodules still lie about their license although the kernel developers fixed the taint message so that it appears only once.
      See the Apr 30th entry in their Changelog.

      --
      blah
  8. external modem with dhcp by dr_leviathan · · Score: 3, Interesting

    CompUSA used to sell an external modem that would do the dialing for you and provide ethernet on your side (2 ethernet port hub built in that provided DHCP). You would just have to set up ethernet on your linux machine (easy, compared to setting up stupid winmodem crap) and then configure it via its internal web page.

    I can't remember the name, but it cost about $50 - $65 a year ago.

    The best thing about it was that it ran embedded linux on the inside, and was hackable. I couldn't find the article where I first heard about it, but I'll look a little harder and will post it if I find it.

    --
    Religion is poison to rationality, and we lose sight of that at our own peril. -- Lurker2288
    1. Re:external modem with dhcp by dr_leviathan · · Score: 5, Informative

      It was an "Actiontec Dual-PC External Modem".

      Here's a link to the gadget info:

      http://www.mwave.com/mwave/viewspec.hmx?scriteri a= 3314314

      Here's a link to the slashdot article where I learned about it:

      http://slashdot.org/article.pl?sid=03/09/01/0245 25 7&mode=thread&tid=106&tid=137&tid= 185

      --
      Religion is poison to rationality, and we lose sight of that at our own peril. -- Lurker2288
    2. Re:external modem with dhcp by Anonymous Coward · · Score: 0

      Yes, but can you use it to send and receive faxes ?

      The point of having a modem as a periphial on your machine is that it gives you more control. Once you start going the embedded appliance route, unless the thing is very hackable and has a large RAM or flash disk, you can find yourself as limited as having a closed device again.

    3. Re:external modem with dhcp by bofkentucky · · Score: 1

      Something similar is to get a router with a serial interface and a serial modem. I'm using an Asante Friendlynet ($30.00 on ebay) and a 3COM/USR USB/Serial D/F/V external v.90, 5605 I think. (haven't priced one in awhile) Best thing is, when you get broadband, just switch over to the ethernet wan port and away you go.

      --
      09f911029d74e35bd84156c5635688c0
    4. Re:external modem with dhcp by RevAaron · · Score: 1

      A similar product is the 3com LANmodem. Does the same thing. A client of mine has one, really easily shares the internet connection between the 5 computers in her little business. But would also solve this problem as well... :)

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
  9. This won't help the poster by OldMiner · · Score: 1

    But I have an external Sportster 28.8 that I've been using for, oh, 6 years now. It hooks up to a comm port and speaks ASCII. Granted, I need a comm driver that's just smart enough to do proper handshaking (and perferably hardware flow control) unless I wish to do a little soldering. But aside from that, ATZ, ATS0=55, ATDT5551010. It all works nicely and requires no drivers. Of course, I use {Commo} most of the time to talk to it, so this isn't terribly on topic either way.

    --
    You like splinters in your crotch? -Jon Caldara
    1. Re:This won't help the poster by Anonymous Coward · · Score: 0

      ATZ, ATS0=55, ATDT5551010

      I don't think ATS0 means what you think it means. You're setting your modem to auto-answer after 55 rings.

    2. Re:This won't help the poster by OldMiner · · Score: 1

      You're right. I was after S11=55 -- a 55 millisecond delay between dialing pulses. You can tell I have a macro to do most of this stuff.

      --
      You like splinters in your crotch? -Jon Caldara
  10. Don't buy a cheap modem by menders · · Score: 3, Informative

    Get the best.

    1. Re:Don't buy a cheap modem by Hungus · · Score: 1

      Agreed but look for pricing on froogle/pricewatch/pricegrabber etc first.

      --
      Bad Panda! No Bamboo for you! In matters of importance ACs will not be responded to. Want to say something critical,OK
  11. Try any ISA modems? by feidaykin · · Score: 3, Informative
    This is assuming your motherboard even has ISA slots. I tell ya, kids these days, err, where was I? ;)

    Anyway, in the few short years I've been using Linux, all the distributions have come very far in detecting and using newer hardware. However, the general rule of thumb, especially for things like dial-up modems, is still the older the hardware is, the more likely it will be compatible.

    I'm stuck on dialup myself, and I use an old Creative Modem Blaster 56K. Purchased around... 98 or 99 I think.

    Before that it was my lovely US Robotics 28.8 DSVD (Digital Simultaneous Voice and Data! OHHH, AHHH!) modem. Heh. That sounded like a cool feature at the time, but it never really took off. And MAN that modem was HUGE. I'm talking over a foot. Really hard to cram it into my case. This modem also worked fine in various Linuxes.

    So yeah... To answer your question: Your modems are too new. Find older ones.

    --

    "To confine our attention to terrestrial matters would be to limit the human spirit." -Stephen Hawking

    1. Re:Try any ISA modems? by alienw · · Score: 3, Funny

      Keep in mind that ISA winmodems do exist. To be sure, get an external serial one.

    2. Re:Try any ISA modems? by Anonymous Coward · · Score: 0

      The Modem Blaster 56k is a damn good card. Luckily, I ditched dial up before I had to buy a motherboard with out ISA.

    3. Re:Try any ISA modems? by alienw · · Score: 1

      Who the hell modded this funny? I've been burned by ISA winmodems a couple of times.

  12. USR 5610B from Wal*Mart by msonic · · Score: 5, Informative

    This is a hardware modem, requires no drivers, I am using it on 2.6.6 now. Downside is it costs $60

    1. Re:USR 5610B from Wal*Mart by walt-sjc · · Score: 1

      Real modems always cost more. There is more hardware to them. Personally, I use an external USR V.Everything modem. There is nothing better. They are Not cheap.

      An interesting thing I found out though (when setting up an 8-modem fax bank,) is that Most modems suck at faxing. One of the best fax modems are apparently the MultiTech's, but they suck at data! Sometimes, you just can't win. :-)

    2. Re:USR 5610B from Wal*Mart by Kiaser+Zohsay · · Score: 1

      Froogle roolz. I ordered my USR5610B from Eagle for about $50 with tax/shipping/etc, and it was backordered for about 3 weeks, but it did come eventually. Plugged and played, no drivers, no nuthin. Research vendors with care.

      --
      I am not your blowing wind, I am the lightning.
    3. Re:USR 5610B from Wal*Mart by Anonymous Coward · · Score: 0

      Get one from eBay for less than $20. They are also known as "Performance Pro" modems.

    4. Re:USR 5610B from Wal*Mart by Keith_Beef · · Score: 1
      Real modems always cost more. There is more hardware to them. Personally, I use an external USR V.Everything modem. There is nothing better. They are Not cheap.

      Is that so? I was under the impression that all the real work of compression and modulation was being done by a single chip made by Rockwell.

      Please feel free to correct me if I'm blathering.

      Beefy

    5. Re:USR 5610B from Wal*Mart by walt-sjc · · Score: 1

      There is a lot more to a modem than the "compression and modulation", such as making sure that the signal that GETS to that chip is good quality, how the modem retrains (which is in the firmware.) etc. The v.everything uses a DSP to handle the grunt work, and the features and quality of that code has EVERYTHING to do with how good the modem is. External modems are basically dedicated purpose computers with their own power supply, case, switches, indicator lights... In addition, the V.Everything modem can flash update all the firmware which basically means that it won't be obsolete when standards change. This is why they cost over $200.

      Maybe you are thinking of Winmodems which pretty much ARE one stupid chip.

  13. personal exp. by abrotman · · Score: 4, Informative

    My laptop has an internal modem and i use the slmodem driver and it works great(Its an IBM G40 laptop) running with a 2.6 kernel. I think for every PC(workstation), I've always used an ISA modem. I tink you've got 4 options:

    1 - buy an ISA modem(if possible)
    2 - Buy an external modem
    3 - http://www.usr.com/products/home/home-product.asp? sku=USR5610B .. i blieve this is a hardware PCI modem
    4 - Do your research on the drivers before you buy a winmodem .. many do work .. really .. they do

  14. Lucent? by cymen · · Score: 2, Informative

    http://www.physcip.uni-stuttgart.de/heby/ltmodem/

    I've had good luck with the above driver for the Lucent winmodem in my Dell laptop (Inspiron 4000). I recall using it with 2.6 kernels (back on broadband).

    CompGeeks.com has a used hardware modem for less than $14 and a Agere winmodem with Lucent chipset for less than $10. I'd double check it works though before buying the winmodem (by fcc id or chipset model).

    1. Re:Lucent? by jmertic · · Score: 1

      I've been using Lucent chipset modems and they have been the easiest to use and work reliably. Just get the driver from the link in the parent's post, un-tar, run ./build_module, then ./ltinst2, then ./autoload, then dial-up and go. I've used this setup reliablily under Mandrake and Fedora/Red Hat for years ( since RH 6.2 ).

      I find that Redhat/Fedora make it the easiest for a dial-up user with the system-control-network package ( formerly called redhat-control-network ) which allows a normal user to bring up and down the link graphically. I drop the launcher in the gnome-panel and it's painless for the wife to get online and offline.

  15. For the price of those 5 WinModems... by Anonymous Coward · · Score: 0

    You could have just gotten yourself a real hardware modem, probably even 2.

  16. You get what you pay for by hankaholic · · Score: 5, Informative

    I used to work tech support for a mid-sized ISP, and we used to take calls from unhappy Winmodem users constantly. No matter what your OS, don't waste your time with a Winmodem -- it's just not worth the time and hassle.

    You probably spent at least a few hundred dollars on your computer, perhaps much more. Chances are, you'll be spending some time online with it. For many people, web browsing is their computer's primary use, but they insist on using a $13-on-Pricewatch modem (usually the one installed by the manufacturer -- Gateway, this means you!) to dial up.

    Buy a US Robotics (or 3COM) modem, and spend at least $80 for it. Yes, I know that you can buy an HSP Micromodem for $8 on eBay, but as long as your computer can handle running IE (or Firefox, etc.) your modem is the single greatest influence on your dialup experience.

    This goes for any operating system. Linux users are often forced into such a choice by the fact that Winmodems are rarely supported, and never work well.

    Many here say "buy an external modem" -- initially, all modems were external, and plugged into a computer's serial port. This worked well, because serial ports are standard hardware, and no special drivers were required at all.

    Modern quality modems (such as an $80+ 3COM) have a built-in serial port -- picture a serial port with a modem plugged into it, all contained within an ISA or PCI card. This is why they work so well, as dedicated hardware does what it was meant to do, and has been doing well for years.

    Winmodems are like the bargain-basement "shared memory" video cards often shipped with home systems. Such video cards have no memory of their own, and consume system RAM for video memory. Similarly, software modems consume force the CPU to emulate an actual modem. While the CPU is a general-purpose computing device, it simply isn't a DSP, and isn't meant for signal processing. This means that it's less than efficient at processing signal data, and you'll notice the inefficiency in dropped connections.

    Anecdotally, I once convinced a friend at my ISP to disable the auto-disconnect feature for my account. I was connected through a 33.6k US Robotis modem for 29 days before a power outage interrupted the connection. Soon after, I switched to broadband, but every winmodem user who has ever complained to me about dropped connections while refusing to shell out money for a real modem still brings a smile to my face.

    I know I'm repeating myself here, but ANYONE USING DIALUP UNDER ANY OPERATING SYSTEM OWES IT TO THEMSELVES TO SPEND $80 OR MORE FOR A MODEM. And a PCI 3COM card (not a Winmodem -- again, be sure it's a hardware modem) will work fine under Linux. It'll show up as a serial port.

    (Why $80? Sure, you may find a hardware modem for $75, but $80 should be a high enough bar to weed out even the priciest of Winmodems.)

    --
    Somebody get that guy an ambulance!
    1. Re:You get what you pay for by ^me^ · · Score: 1

      I can back him up on his 29 days story.

      I have a hardware 3com modem, have for a few years, and when I was on dialup my longest uptime record was 64 days or so. I'll find the screenshot someday ;)

      --
      No one ever says, 'I can't read that ASCII E-mail you sent me.'
    2. Re:You get what you pay for by RevAaron · · Score: 1

      Indeed. The worst part of a Winmodem is that it uses CPU for DSP and such, where a hardware modem does not. I built a K6-2/350 mhz based system 5-6 years back and cheaped out and bought a winmodem, not even knowing such things existed then... I had been BBSing for years, and never had a problem with the modem not being on COMx: by default. Anyway, even on my fast system, it ate up some CPU whenever I was online. Blew chunks.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    3. Re:You get what you pay for by Fooby · · Score: 1

      Hey, I'll sell you a Winmodem for $80, be glad to! Why not look at the brand or the friggin specifications instead of just the price tag? Pretty much any Hayes-compatible external modem should work well, infinitely better than any Winmodem, and top-notch modems that last for years and years can be bought on e-bay for a lot less than $80.

    4. Re:You get what you pay for by hankaholic · · Score: 1

      Why not look at specs? Because those who know how to look at specs (ie, determine whether it's a hardware modem) aren't the ones who need to be told what to buy.

      My advice was for the general consumer that wants to be able to walk into CompUSA and find a modem that they'll be happy with, without having to pay extra for an external modem and without having to worry about not being able to easily return an item with which they're not happy.

      The average person probably doesn't want to know what a chipset or command set is, or how to determine whether a modem has a UART. They just want to walk into a store and have some sense of what the difference between a $30 modem and a $90 modem is, and for those people I feel my post probably would have done more good than harm.

      Besides, I did mention specific brands, and I also explained that there's nothing magical about the $80 I'd quoted.

      Are there any other things I'd clearly covered that you'd like to try to refute?

      --
      Somebody get that guy an ambulance!
    5. Re:You get what you pay for by Anonymous Coward · · Score: 0
      (Why $80? Sure, you may find a hardware modem for $75, but $80 should be a high enough bar to weed out even the priciest of Winmodems.)

      That sounds like a real modem costs about $80. I remember buying an brand new, external, serial and noname v90 modem for ~$30 three years back. It is no speed demon but I don't recall it ever dropping connection few times I used it. Unless the modem prices have changed a lot, $80 is too much.

  17. Modem router? by BillyBlaze · · Score: 2, Informative
    I wonder how much it would cost for someone to make a modem-to-ethernet dongle - something that does what my DSL router does, only using modem technology in addition to DSL. Since it's the same jack, all it needs is an extra DAC and minor software additions, right?

    One motivation not to spend money on a real modem is that you're getting DSL "real soon now." But with this, you'd already have a DSL router, and even then, it would cost about the same as a good Hayes modem. And of course you could share a connection with it.

    1. Re:Modem router? by Anonymous Coward · · Score: 1, Interesting

      Well it wouldn't be too hard, there's just no motivation for doing it. With DSL/Cable and now even wifi in some areas, it wouldn't really be economically worthwhile for a company to produce something like that. I don't know, MAYBE, but I doubt it.

      If you were really inclined, you could do this. Find a PC/104 board with some type of disk-on-chip thing and slap linux on it. Then if this board doesn't have ethernet, buy a PC/104 ethernet card. Now also buy a PC/104 modem. Strip linux down conciderably so that it only has what's needed for a simple firewall with DHCP on it or something. Minus a powersupply, that'll all probably fit into something about the size of an 8" cube. Maybe if you make it a bit bigger, but a small 4-port hub/switch, strip the internal board and mount the hub inside the case, you could really have this modem/router device. If you wanted to add DSL capabilities to this, strip the case off of a DSL modem and put it inside this case too. You'll just need to write some software to handle it all, but I imagine it wouldn't be too hard.

      If DSL/Cable wouldn't have been as cheap as it has been, something like you describe probably would have come about. Hell, there could be or could have been something like this in existance.

    2. Re:Modem router? by edalytical · · Score: 1
      --
      Win a signed Stephen Carpenter ESP Guitar from the Deftones: http://def-tag.com/?r=0008781
    3. Re:Modem router? by Fooby · · Score: 1

      It would probably be cheaper for most people to just grab some stock old desktop PC. For this purpose even an old 386 with a 100MB hard drive would be fine. Install a modem and an ethernet card. Install OpenBSD, Linux, whatever, and configure it as a bridge, NATed firewall, whatever you want. Stick the ethernet side into a hub and you're good to go. A headless old 386 or 486 ought shouldn't run you more than $30, and you could stick it in a closet or under a desk somewhere.

    4. Re:Modem router? by Anonymous Coward · · Score: 0

      Oh yea definetly, but then it would be kind of big and take more power. I was just thinking that he wanted to keep it small, like his DSL modem. Since PC/104 is a pretty small form-factor, that's what I suggested. Though even with some older 386/486, but you could even get a P1 or P2 system cheap now, you could custom build a cool looking case.

    5. Re:Modem router? by cryptozoologist · · Score: 1

      i am doing just this very thing. i have an amd 586 (basically a glorified 486) box running (i am loathe to confess) windows 98 and doing the internet connection sharing. i have messed around with freesco and coyote linux in order to get windows out of my critical path, however there is always some hitch like it won't disconnect or it wont dial when a client makes a request. i hate to say it but the win98 internet connection sharing provides me with dhcp and it just works for all my windows, linux and even irix clients. although i am using an external serial modem (because i really wanted to do this with linux and have already spent way too much time trying) this is an excellent solution for using a winmodem.

      at work we have a running joke regarding legacy hardware that only has windows drivers. we stick it in a box running windows and send the data to network drives using samba. we call this 'the windows compatibility layer'

    6. Re:Modem router? by Anonymous Coward · · Score: 0

      Already very very common... look at any major
      firewall router company (netgear etc) they
      have routers with support for external modem
      as a backup for broadband.

      Its time enough to come out from under your rock

  18. Google and grab an old conexant driver by Anonymous Coward · · Score: 0

    HSF linmodem drivers

    It's still perfectly fine to use and maintain the old Linuxant drivers for Conexant modems AFAIK. They work at normal speed, and worked fine for me for a dial-up connection a while back. I think that the old version of the driver that I linked to is the old/full-speed one, if not just do some googling for the name (hsf*.rpm, h-whatever*.tar.gz), and you'll find the old/good version. I think that Gentoo and a few other distros also maintain versions of the old drivers, so you can find them if you search enough. That's how I found mine.

  19. How sad.. by zcat_NZ · · Score: 0, Troll

    I have three internal 56K hardware modems, and 2 external ones. They're all sitting on my shelf; I'm on ADSL.

    --
    455fe10422ca29c4933f95052b792ab2
  20. Ask for "A modem with a UART" by yuri+benjamin · · Score: 5, Informative
    When I built a firewall from scrap parts (P166, 500Mb Harddrive) I emailed a whole bunch of computer hardware to ask for a non-window modem.
    I phrased my request like this:
    "PCI internal modem with a real UART that appears as a serial (COMx) port without any drivers"

    The clueless sales people who answer emails at some vendors got themselves struck off my list, while the cluefull ones replied that they knew what I meant but didn't have any - except for one vendor who guessed I most be running linux, and had one in stock. It cost me 45NZ$ (About 25US$) - they're more expensive than other modems because they have all the hardware to modulate and demodulate without using the cpu.

    One you insert the real modem inside the PC and reboot, then type:
    dmesg | grep tty
    you'll get a message like
    ttyS4 is a 16650A
    or something like that. That would mean that the modem is at /dev/ttyS4. Yours may be ttyS3.
    The hard part is finding a real PCI modem, cause not many places sell them. If you phrase your request like I did you're more likely to get the real thing.
    --
    You make the mistake of thinking you can educate the fundamental stupidity out of people. You can't.
    1. Re:Ask for "A modem with a UART" by Stanza · · Score: 2, Funny


      This leaves me with one question that's plagued me for years.

      How do you pronounce UART?

    2. Re:Ask for "A modem with a UART" by Hank+Reardon · · Score: 2, Funny
      It's pronounced "You-art".

      At least according to all of the electrical engineers I've ever worked with...

      --
      There's so little difference between politics and jihad lately...
    3. Re:Ask for "A modem with a UART" by Anonymous Coward · · Score: 0

      Well, U and V are really just two different ways of writing the same letter, so you could say "vart"; but depending on your accent and the quality of any phone line you may be using, that might sound too much like either young Mr Simpson or a smelly disaster.

      Or, you could pronounce it one letter at a time, which is what people always used to do with sets of abbreviations, like "GTi".

      Alternatively, you could say the "U" and the "ART" bits separately. Sort of like "CD-ROM".

  21. Success here by mcbridematt · · Score: 1

    My 5+ year old V.90 56k modem is being used right now on my router box (external, serial, conexant/rockwell chipset).

    My laptop has a Intel 537 internal modem. Got them working with the SmartLink drivers.

  22. Also, friends/strangers & computer fairs! by antdude · · Score: 2, Informative

    Or find someone who has old computer parts or even computer fairs. I still have my old USR Sportster 33.6k FaxModem whenever my cable modem service goes out/has problems. No point of getting 56k modems since the phone lines and carrier around here really suck (up to 26400 only and 3 KB/sec.).

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  23. US Robotics all the way by Gary+Destruction · · Score: 1

    The modems I've had working under Linux were US Robotics modems. I had a 56k fax internal ISA modem and after that came the 56k PCI pro performance modem. Both worked fine under Linux. I went to PCI because the new board I bought didn't have ISA slots.

    Things to watch out for: If the modem's box says "for Windows*", it's a winmodem. If it shows up in Windows as a PCI communication device, it's a winmodem. PCI hardware modems will show up in Windows as PCI serial controllers. And Linux shouldn't have much trouble finding them. Also, price difference is another way to tell the difference. With US Robotics hardware modems, you're actually paying for a five year warranty. But you're getting a good piece of hardware.

    Winmodems under Linux have been a big problem for a long time. I remember back in '99 when I had a winmodem with Linux. Things have gotten better since then, but it's still a significant issue. And the fact that a tech at a computer store said that hardware modems weren't worth the cost made my stomach turn. Winmodems are notorious for increased CPU usage (uses the CPU as the controller. very stupid) and leaving an absolute mess in the Windows registry. There are actually winmodem registry cleaners!

    1. Re:US Robotics all the way by Otter · · Score: 1
      Same here, on the Pro Performance. It's worked with every distro I've tried it with (Mandrake, RH, Gentoo).

      I've also tried the Conexant driver for the TiBook modem. Never got it to work, and everyone who responded in newsgroups or lists never got it to work either.

    2. Re:US Robotics all the way by SnoBall · · Score: 1

      Yeah, I am a bit of a Linux user myself (I have Knoppix and Fedora Core 1), but I can't get my internet/IRC fix. But I am one of the lucky ones that has DSL, however, the first modem I had with it was a USB ADSL modem, and one that used a software driver *gasp*. However, that one bit the bucket, and got a new one, provided for free by my local ISP (yay ^_^), and thank god that there are drivers for it. But even though there are drivers for it (it's a ZyXel Prestige 630 modem, very nice.), I just don't know if it is supported with those drivers.

      --
      Don't eat me ... *looks at nickname* ... okay, eat me.
  24. Soft modems? by photon317 · · Score: 1


    A little off-topic here, but wasn't there once upon a time a software package that would emulate a modem in software using the mic/ear jacks on a soundcard? I'm thinking it only did some crappy low speed like 2400 or something, but my memory of this thing is real hazy. Perhaps with modern high end soundcards that are doing higher sample/bit rates, would it be possible to write a soft 56k modem using a soundcard?

    --
    11*43+456^2
    1. Re:Soft modems? by ColaMan · · Score: 3, Informative

      Er, that's essentially what a winmodem is - a soundcard connected to your phone line.

      Computers with onboard audio still come occasionally with a "AMR" slot - this is where a Audio Modem Riser card goes - it pretty much just has the necessary bits to connect your sound card to the phone. Avoid them and winmodems in general at all costs.

      To the original submitter - get an external modem and save a lot of grief. Bonus is :

      - You can see the all-important "On Hook" light and see when your modem is still on the phone.
      - Following on from above , you can also physically unplug it / switch it off if it goes haywire (WTF? It won't hang up?), without powering off the PC.
      - it has plenty of status lights to watch (Why has my data flow stopped... are we still online? hmmm my modem has lost carrier and is retraining.)

      External hardware modems rock. If you can source one , get a woomera modem - I don't know if they have the approvals for you country though - they're made in .au . LCD display for monitoring signal quality/baud rate/line loss/etc, line impedance matching with 6 different impedance settings for best signal quality, can step down AND up speeds depending on line quality, etc. Google for 'woomera modem' if you want to see a *real* external modem ;-)

      --

      You are in a twisty maze of processor lines, all alike.
      There is a lot of hype here.
  25. Why we need true open source drivers by Jump · · Score: 1

    A year ago or so I bought a PC for home so I do not have to carry my laptop home if I may need to access some email at work, etc. The PC had a PCI card modem, so I asked in the shop if it is linux compatible, i.e. not a software modem - the
    PC was sold without any OS so it should work with any OS - if not, I would choose to buy an external hardware modem. They told me it is a winmodem type but a linux driver exists too. Fine, I tried it and spend an hour finding/downloading/installing the linux driver. Actually I returned the first modem and tried another one. Finally it worked (I think it actually works full speed), but it doesn't support FAX. That was the other thing I expected the modem to do (I do not care about voice mode at all). The website from conexant claimed, the driver will be improved soon and provide better stability/speed and FAX support. Later I went to conexant to check for the promised updates, but they now do sell the driver via Linuxant. I would have better spent my money on a hardware modem - no special software/driver
    required. I do not see how supporting linuxant would support linux. So I will sell this modem sooner or later on ebay. And I will not - ever - choose some closed software again. Spending extra time and/or money on something which stops working after the next OS version comes out doesn't make much sense.

    1. Re:Why we need true open source drivers by confused+one · · Score: 1
      Using Conexant / Linuxant hardware is supporting Linux. Now, before you start flaming me, hear me out.

      Conexant has provided drivers for their hardware that work under Linux. Granted, they're closed source. They're also charging money for them (I hear). Now, I suspect they're just trying to recoup the development cost -- that's what businesses do.

      Hold on to the flame thrower for just another minute now, I'm not done.

      The point is, they are doing what everyone has been complaining about and asking for. The hardware company has made Linux drivers available.

      I'll grant you, it would be nice if they simply gave out the source code, for the drivers, for free; but, not all companies can make a profit and survive doing that. You might say that that's a dying business model; and, I'm not here to argue that with you. It's clear that Conexant / Linuxant management feels they must charge for the software in order to pay their peoples salaries. That's a decision they had to make; and, whether you like it or not, they made it.

      *pulls on asbestos underwear*

      Let the flames begin.

  26. My results by Tux2000 · · Score: 2, Informative

    Buy a "real" modem with a UART, preferably an external serial modem (RS232). Yes, a lot of people already said this already. But it's the only way to avoid trouble. There is no need to buy an expensive brand, just any external modem with a 9-pin or 25-pin connector will do the job. USB modems are often WinModems, so are most PCI modems. ISA is dead. ISA modems are often "real" modems with a build-in COM port (i.e. UART), but there are some ISA WinModems.

    Even if someone would try to build a serial port WinModem, he would fail terribly: the serial port is fast enough for the well-known Hayes commands even at 56.000 baud, but it is way to slow for a WinModem sampling the phone line and doing the modem part in Software. So an external serial modem can't ever be a WinModem.

    And by the way: Yes, I have a success story. My WinModem in my old Toshiba Tecra 8200 "accidentally" works. I just had to try two or three different drivers that all claimed not to work with my WinModem. Thanks to http://linmodems.technion.ac.il/! (But I just don't want to know what happens when I update my kernel.)

    Tux2000

    --
    Denken hilft.
  27. Network connections in general... by Sneeka2 · · Score: 1

    I was just trying out MandrakeMove on an older Dell laptop recently, which doesn't have an ethernet port. Under Windows I either use a 1394 connection to a nearby PC or a WLAN connection if not near the PC, both via PCMCIA adapters. Both of them where impossible to get to work under MandrakeMove. The GUI of course didn't do any good and crashed right away in an error loop. But even after extensive googling and command line bashing I was not able to connect this laptop to the outside world, mainly due to a lack of hardware support.

    Just my 0.02 EUR regarding Linux and network hardware support...

    --
    Bitten Apples are still better than dirty Windows...
  28. G3 modems by akue · · Score: 1

    since i discovered wvdial i never had any problems on my PC. But i installed Linux several times on a friend's G3 and never got the internal modem up and running. I'm sure though that if i had a Mac at home, i would have tried until it works.

    1. Re:G3 modems by DansnBear · · Score: 1
      since i discovered wvdial i never had any problems on my PC. But i installed Linux several times on a friend's G3 and never got the internal modem up and running. I'm sure though that if i had a Mac at home, i would have tried until it works.

      The built in modem on the G3s and G4s are real serial modems. The modem shows up as a serial port. I have used the gPort product in the past to replace the modem with a serial port. Here is a little snipet explaining how they work (emphasis is mine):
      The gPort and g4Port adapters provide standard Mac serial ports that are compatible with all Mac serial devices. They support all Apple and third party serial and localtalk printers(Mac OS 9), midi devices, as well as any other serial device that works on a Mac.
      The gPort, g4Port, and CubePort use the modem slot on the G3, G4, or G4 Cube so they provide "board level" compatibility, even supporting Localtalk file sharing and printing to your existing Localtalk printers in Mac OS 9.
      --

      -= Who are The Headlocks? =-
  29. USR External Modem by Y+Ddraig+Goch · · Score: 1

    I know that it's been said but I'll say it again. Get an external Modem. I personally preffer USR V.Everything Fax Modem. It ran right around $300US but it just simply works.

    --
    Meddle thou not in the affairs of Dragons, for thou art crunchy and with most anything.
  30. drivers for PC Tel modems (pctel789 and others) by kwench · · Score: 1

    My shiny new computer (second hand) came with some mystique winmodem. Some little googling showed me that there's a driver for 2.4-kernels called "pctel-0.9.6.tar.gz".
    It works for Via, Asus, CM8x, Sis, PCT and AMR based modems, but only "old" 2.4-kernels.
    It should be possible to port it to 2.6 (some include file has to be fixed).

  31. Lucent by nandhp · · Score: 1

    Lucent modems (such as that with a Thikpad T22) work pretty nicely. Look for the ltmodem driver, it claims to work on 2.6.

  32. cost of manufacturering a real modem v winmodem? by walterbyrd · · Score: 2, Interesting

    I have heard that the cost savings of taking the UART off the modem is almost nothing. UART's have been around a long time, they would only cost the HW manufacturer about an additional $1 per modem.

    So it would only cost about $1 to build a real modem, instead of a winmodem - so I've heard.

    If that's true, then it does it even make sense to make winmodems? Unless:

    1) Msft is influencing the HW manufacturers.

    or

    2) The HW manufacturers like selling winmodems for $20 and real modems for $80.

  33. Modems by g0bshiTe · · Score: 1

    I use SuSe 8.0 Pro @ home. I have used this distro for the last 3 years, with little to no troubles. I have an off the wall brand modem installed in the box, so off the wall I can't get Windows drivers for it. It took me all of 5 mins to install and configure it under Linux. I too had to go the route of Winmodem hell, but found the drivers I was looking for rather easily. My only complaint about bieng online with Linux, my ISP doesn't support Linux. So after 45 minutes online, active or not, I get knocked off which has never happened under Windows. I have asked tons of people why this happens and no one seems to have an answer. So I assume it is something to do with my ISP living in a dreamworld where every customer uses Windows.

    --
    I am Bennett Haselton! I am Bennett Haselton!
    1. Re:Modems by NullProg · · Score: 1

      My only complaint about bieng online with Linux, my ISP doesn't support Linux. So after 45 minutes online, active or not, I get knocked off which has never happened under Windows.

      Curious. I would run tcpdump at +40 minutes online and see what it displays. Are you sure it's not an APM issue?

      Enjoy,

      --
      It's just the normal noises in here.
  34. Thank the FCC by lkaos · · Score: 1

    Winmodems have been a problem in Linux not because we haven't been able to figure them out but because there really is no good solution. The FCC regulates any piece of equipment that uses standard phone lines. This is why the UARTs have such a well-defined interface (the Hayes command set). You can pull a UART and use it in your project since these guys have already been blessed by the FCC.

    Winmodems are cheaper to manufactor because the UARTs are pretty complex beasts (one poster said they cost $1 a piece.. thumbing through my digi-key catalog, it looks like in volume they run at least $3-8 a piece).

    At any rate, portions of the software for winmodems have to be signed off from the FCC. These portions are usually firmware and can be downloaded right to the board. This is not universally true though. So the Winmodems that work in Linux tend to be the ones that 1) use a downloadable firmware and 2) come from companies that don't mind you using the firmware outside of the original driver.

    --
    int func(int a);
    func((b += 3, b));
    1. Re:Thank the FCC by 3gm · · Score: 1

      The FCC approval has nothing to do with UARTs (Univeral Asynchronous Receiver/Transmitter). The UART is simply a way to convert digital signals from/to serial/parallel. The Hayes (AT) command set has nothing to do with the FCC or with UARTs either. It was developed by the Hayes company to control their first modems. FCC type approval is required for anything connected to the US public, switched telephone network. At one time, they required a working implementation of the device for type acceptance, but that may have been relaxed over time. Glenn

  35. Check the Hardware HOWTO by i.r.id10t · · Score: 1

    Before you drop you cash. Remember the HCL from hte early days of WinNT?

    Just spend the $40 on an external serial modem and you'll be good no matter what OS you use (just about... do Macs have serial ports?)

    --
    Don't blame me, I voted for Kodos
  36. I can solve your problem with... by jeremiahstanley · · Score: 1

    Two words: External Modem.

    You plug it into a serial port but you don't have to put the receiver of the phone into the little rubber grometty things anymore.

  37. macs w/serial port by diamondc · · Score: 1

    the XServe does

    --
    "I keep looking in the want-ads under 'revolutionary' but there don't seem to be any listings.. "
  38. Two words. by Raven42rac · · Score: 1

    Serial modem. I got mine from Creative a few years back when I was on dial-up. It is totally worth it. You will end up hunting forever for an internal modem that will work. It is pretty much guaranteed to work with any OS.

    --
    I hate sigs.
  39. You get what you pay for-WinPLUS by Anonymous Coward · · Score: 0

    Yes, but a WinModem is theoretically going to get better as Moore's Law's benifits get better[1]. Also any DSP based modem (new or used) is going to be more expensive than it's equivalent softmodem. Plus are you really going to notice that 1 to 2% drain on your CPU?

    [1] Theoretically you can go even faster because you have more flexability in changing the parameters and algorithms used in the modem. Hardware is well...hard.

    1. Re:You get what you pay for-WinPLUS by RevAaron · · Score: 1

      Uhh...

      No, on a new and fast machine the CPU usage is quite negligable. On a slower machine it can be a signifigant hit, not so much affecting your browsing performance as the modem's performance being degraded, ending up in more errors or getting booted off more than with a hardware modem.

      But on a really fast machine, a 56K modem is not going to do it any better than a hardware modem. If you have a 3 GHz P4, you're not going to magically hit 80K on account of it running on a faster CPU or something...

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    2. Re:You get what you pay for-WinPLUS by ajs318 · · Score: 1
      Theoretically you can go even faster because you have more flexability in changing the parameters and algorithms used in the modem
      Thou smokest crack. The telephone line is plugged into a ..... well, let's call it a sound card for now ..... at the exchange, which takes 8000 samples to 7 bits accuracy every second. That's 56000 bits a second. Adding parity bits takes it up to 64000 samples a second, which -- spookily enough -- is the same rate as an ISDN B-channel. When 30 of these B-channels (each changing 64 000 times a second) and their associated D-channels (much lower speed) are switched in turn, one at a time, onto a pair of wires for 1/2 048 000 of a second at a time, this is called an E1 line.

      If you changed the signal amplitude more often than that 8000 times a second mentioned above, some of the changes would be missed by the phone exchange. Likewise, if you had more than 128 possibilities for signal levels, some of them would look the same when sampled. So you simply cannot get more than 56000 bits a second down a POTS line ..... that is a limitation of the POTS itself. (You can maybe cheat and appear to get more using on-the-fly compression, but this is subject to the entropy of the data. Most of what gets uploaded/downloaded already is compressed anyway, and thus has naturally high entropy.)

      You could have a phone with the digital-to-analogue conversion stages inside the phone, connected straight to a B-channel and a D-channel of an ISDN line.

      If you wanted higher speeds out of an analogue phone line, you could take advantage of the fact that much of the bit bottleneck is in the exchange, and that the line from your home to the exchange is just two copper wires which will usually handle much higher frequencies than your voice can generate or your ear can hear. You would have to modulate the data onto a much higher frequency carrier, combine it with the voice signal from your telephone, blast that down the line and use filters to split the signals apart again. Then the high (data) frequencies could be sent to a special demodulator, which could recover the zeros and ones and chuck them at a router; and the low (voice) frequencies would just go to the ADC as before. You don't even have to use phone lines, you could use any wiring that will handle a few megahertz ..... such as a cable TV cable, or even the mains wiring.

      Oh, wait a minute ...... That's called ADSL, isn't it?
      --
      Je fume. Tu fumes. Nous fûmes!
    3. Re:You get what you pay for-WinPLUS by Smork · · Score: 0

      Very nice, simple explanation. The best one I've seen in ages!

  40. Re:cost of manufacturering a real modem v winmodem by confused+one · · Score: 2, Insightful
    Computer hardware is a cut-throat industry. Probably 90% of their modem sales are winmodems. If they can save a dollar or two by leaving out the uart, then, they have to do it to stay alive.

    The real modems (with a uart) would be a lower volume business with a correspondingly lower income. They might be able to build the boards for only a dollar or two more; but, that's not the only consideration. There's also "supply and demand" and "what the market will bear" to consider. If most (90%) of the people buy the winmodem and only 10% want a real modem; and that 10% is willing to pay a premium to get a real uart, then they can charge a premium price. That's not evil, it's business.

    A similar thing happens in the automotive world: GM can produce and sell a car for $16-20k. They sell SUV's for $30k or more. Do you think it's because it costs them $10k more to build the SUV? No, they sell it for $30k because the market will let them charge the premium. Profit margins on economy cars are generally small (a few percent). Profit margins on SUV's run in the 50% range.

  41. Conexant/Rockwell/Mandrake 8 by Anonymous Coward · · Score: 0

    Rockwell PCI modems work fine with the RPM for Mandrake 8. Full speed (56k), never tried faxing though.

  42. Stop buying the worst of the breed by Kevin+Burtch · · Score: 1


    It's not difficult to find a REALY hardware modem.
    Stop wasting your money on what is effectively nothing more than a sound-card with a relay... spend the extra $5 and buy yourself a HARDWARE modem.
    If it says "softwmodem", click the "next" button and forget you saw it... it doesn't matter how cheap it is if it's junk.

    My sister just bought (couple weeks ago) a real, hardware, PCI modem for about $9, so you have no excuse to keep buying crap and supporting the companies who produce it.

    Check PriceWatch for the deals... and do a bit of research before you buy 'em!

    Sorry if this sounds a bit harsh, but I can't imagine buying five (fake) "modems" and still not figuring it out.

    --
    - Preferences: Solaris 10 (servers), Ubuntu (desktops), Solaris 11 (personal servers) -
    1. Re:Stop buying the worst of the breed by ajs318 · · Score: 1

      Relay my arse. Modern ones use an opto-isolator and four rectifier diodes. I know this from experience.

      --
      Je fume. Tu fumes. Nous fûmes!
  43. Clue... by Kevin+Burtch · · Score: 1

    If it has "drivers" either with the package or downloadable from the manufacturer, it's not a modem, it's a sound-card pretending to be a modem.

    NO modem needs a driver.
    They have a standard interface and a standard command-set... just like a keyboard (no drivers).

    --
    - Preferences: Solaris 10 (servers), Ubuntu (desktops), Solaris 11 (personal servers) -
    1. Re:Clue... by 3gm · · Score: 1

      Many external and hardware modems come with "drivers". They're not really drivers in the normal sense, they're generally simply installable AT commands that are tailored to work well with the specific modem.

  44. If you have Broadcom's BCM4212... by verittaas · · Score: 0

    Well, if you have this WinModem it has good linux drivers. You need to change a little bit of code to get it to work in 2.4 and 2.6. The instructions are available in usenet linux groups..

    --
    -- Pls separate your sig from your msg so that I know when to ignore it. :-D
  45. USR Model 2976 or 2977 (aka model 5610) by brycenut · · Score: 1

    Both are PCI hardware modems. I've used both under Linux, and they work great. Now migrated to DSL, but they're still going strong.

    2976 is ~$40 at newegg.com
    2977/5610 is ~$70 at newegg

    (Not plugging newegg, especially, but I bought mine from them, and have had good luck with them on other hardware parts too)

  46. Real UART modems by Stephen+Samuel · · Score: 1
    Last time I upgraded, I got myself a 'real' modem with a proper UART. I don't use it much for actual dialup (only when ADSL dies, which happens about once a year), but it works real nice as a FAX modem and a computerized call-display unit.

    Now I can ssh to my home box and check to see who called me today.

    --
    Free Software: Like love, it grows best when given away.
  47. FULL Conexant HCF Linux driver by rasz · · Score: 1

    This is the latest beta of the official Conexant/Linuxant driver. Works great, 56kbps all the way, no problems. .. but it violates the GPL so i will NEVER EVER buy anything Conexant.

  48. The 2 Books by eugene+ts+wong · · Score: 1

    Thanks for mentioning the books. I might check them out.

    1. Re:The 2 Books by Carnildo · · Score: 1

      Thanks for mentioning the books. I might check them out.

      I try to avoid anyone offering me "Truth" with a capital "T". It usually means they're offering a very biased pack of lies.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    2. Re:The 2 Books by boisepunk · · Score: 1

      crap post
      glorious jihad
      allah is great
      we will strike the infidels

      amen

      --
      main(0)
  49. Re:cost of manufacturering a real modem v winmodem by threephaseboy · · Score: 1

    It's not just the UART thats missing, its the DSP.
    A winmodem is basically just a DAC and an ADC.
    A real modem is the same, plus a DSP, plus a UART

    --
    .
  50. Performance by kupci · · Score: 1

    One other advantage of a real modem, in addition to easily supporting Linux, is that you run in hardware what the winmodem does in software, so you offload some processing from the CPU.

  51. Please learn how to make links. by Anonymous Coward · · Score: 0
    Please learn how to make links.
    <a href="http://www.mwave.com/mwave/viewspec.hmx?scri teria=3314314">gadget info</a> and <a href="http://slashdot.org/article.pl?sid=03/09/01/ 0245257&mode=thread&tid=106&tid=137&tid=185">slash dot article</a>
    (without any spaces put there by Slashdot) yields: gadget info and slashdot article
  52. 2.6 works by Anonymous Coward · · Score: 0

    I use the 2.6 port of the ltmodem driver with 2.6.6 on my Thinkpad T20. It works great.

  53. Re:cost of manufacturering a real modem v winmodem by confused+one · · Score: 1

    Some winmodems actually have a DSP on board. I have a Rockwell winmodem that is like this. It is missing the UART; so, Linux wouldn't recognize it without the drivers (which, I have to admit, I never got to work; but, I didn't try very hard).

  54. Woe upon thee!! For thou art danmed!! by ObsessiveMathsFreak · · Score: 1

    Run. Run now screaming in panic.
    Flee now lest ye face horrer the like of which ye he'na dreamed of in yer worst nit'mares. FLEE!!

    The true horrers of a linux modem setup can only be truely appricated on a Dell dimension, dual boot, fedora, XP.

    First off, the 'modem' will not work. It will of course be picked up by fedora, but alas, ne'er a peep is heard.
    So after hours, and hours, of searching through linmodems you finally just go out and get an external one as many sources will have assured you that, "all external modems will ork under linux"

    Foolish mortal!! You went out and picked up the flashy new USB modem didn't you!! HAHAHAHAHAH!!! An EXTERNAL WINMODEM!!!! AFTER THEY ASSURED YOU!!!?!?!

    butwait!....

    Just there at the bottom of the page.
    "Careful, some modern external modems are also winmodems"
    Joyus day. Someone please kill me.

    After weeks of searching I finally came across a zoom modem that worked in fedora but bluescreened XP on startup. Oh happy day. I eventually solved this issue by ignoring the zoom modem driver and using a generic XP one or something.

    Modems in linux are horrific and show no signs of improving. God I hate winmodems. But not as much as I hate the fact that fedora can't play CDs!?!?

    Ahhh the rocky road to linux!! Worth it? Ask me after I've figured out how to use GIMP and EMACS.

    haha.. hahaha HAHAHAHAHA.........
    *maniacal newbie laughter fades into the demented distance*

    --
    May the Maths Be with you!
  55. Are most USB modems winmodems? by prara · · Score: 1

    Do USB modems *easily work in Linux?