Slashdot Mirror


IBM Releases GPLd WinModem Support For Linux

horst writes: "Subject says it all -- IBM has released first GPL winmodem driver. Link found at LWN" I'll be even more excited when they release the code that works with my T20 ... I've never even dialed my modem *sniff*, but if you've got an MWave (600, 600E, 770) then you should be golden. But props to IBM for making a cool move. Hopefully it's not an isolated one.

53 of 144 comments (clear)

  1. renaming will occur soon? by hafnium · · Score: 3

    So does this mean that we have to rename all 'win' modems to unidimensional polychromated multiplexing software based super-modems? I mean - if Billy Gates wanted to keep modems for himself -- he's gotta try better than just to name something "win". Some smart soul or two is just gonna try to get it to run on linux! muhahaha

    1. Re:renaming will occur soon? by Lord+Ender · · Score: 2

      Actually, it means people will start calling modems by their proper names again instead of "winmodem". If a modem does all the modulation/demodulation in the hardware, it is a hard-modem, and if it does that in software you must install, it is a soft-modem.

      I have always called them that. I *hate* the word "winmodem".

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
  2. and ASDL too by gattaca · · Score: 4

    According to the register, Alcatel will be releasing Linux USB drivers for its ASDL modem in the next month or so...Open source etc...
    It will be here.

  3. This is not GPL source by Jamie+Lokier · · Score: 4

    Take a look at the very large number of ".dsp" files. These are binary only files. They contain all of the difficult modem algorithms. The GPL specifies that the code must be in "the preferred form for editing", which is long for "the source code". I assure you that binary .dsp files aren't the source code. The tar file includes the GPL in the usual "COPYING" file, but none of the driver source files refer to it. Neither does the documentation. In other words, it's a tar file which happens to contain a copy of the GPL text. In summary, none of the source code is GPLed, and all the difficult modem algorithms are binary only. Thanks for the helpful driver IBM, but don't pretend this is free software. BTW, there have been half-binary, half-source drivers for Lucent modems for a while now, and several other manufacturers too. -- Jamie

    1. Re:This is not GPL source by cyber-vandal · · Score: 2

      Their IP is hardware, A GPL'd driver will allow them to sell more hardware, as the various OS geniuses will port this driver to every possible platform. The other ~10% of the market may seem trivial to Microsofties but it's a huge market and as such it makes sense to try and sell to 100% of the market. After all, it's not as if IBM will have to pay someone to do the porting work, whereas they did have to for Windows and Linux. Having said that, this is yet another great move from IBM, more power to you.

  4. Good move, but good enough? by zensonic · · Score: 3
    After having downloaded the source and unpacked it, I noticed some things:

    • Only support for the highend 3780 Mwave chip, not for the older 2780 chip. As the 2780 was found in a lot of aptivas I suspect that there is a lot of 2780 but not that many 3780. Could be wrong though.
    • No documentation on the MWave chip itself. I know: The code provides!! ... but actually no it doesn't. I can't enhance the driver to support my 2780 board. Can't tweak anything without going through the painfull compile-run-crash procedure :/
    • With no documentation on the Mwave chip we can't make our own litle .dsp files which does what we want it to do.
    • With no documentation ... we can't easily fix the sound problems that people are having using the sound resources of the mwave boards.

    Some problems can be overcome simply by the experimenting programmer (compile-run-crash type), but it will be a real pain. Why not open up for the documentation so that the MWave board can show it's potential: A bunch of resources (dsp, soundcard, telco interface, midi interface) tightly knit together with the dsp chip in control.

    Call me fanatic :) I think it's great what IBM has done, but they could have done more on the matter :/
    --
    Thomas S. Iversen
  5. Winmodems by fantom_winter · · Score: 2
    Wow, this is a nice move. Hopefully some other companies will take a hint and do something similar....

    Even so, I've never really liked the premise by which winmodems work. They use the sound card and clock cycles to generate the modem-y sound, and then send it out on an RJ-45 (or whatever phone cable is). You'd think in the day of cheap hardware, it wouldn't cost that much to just adda nother processor (small) onto the modem itself and free up the other hardware a bit.

    Also, wouldn't it be nice if other generic winmodem manufacturers see this open standard of sorts and comply to it?

    For those who know, can this winmodem driver be ported to BSD and other OS's pretty easily?

    1. Re:Winmodems by nrc · · Score: 2
      Many winmodems do have a DSP chip onboard. The main difference between them and a "real" modem is that they control the modem and DSP directly over the PCI bus instead of through a faux UART interface, they download the DSP code on the fly instead of storing it on the board and they sometimes use system memory instead of onboard memory. All this uses little or no more CPU than a normal modem at high data speeds. The Mwave modem IBM has released drivers for appears to be of this type, as are all of the "winmodems" using Lucent chips.

      The real culprits for the bad rap that "winmodems" get are the cheapest of the cheap modems which do everything in software, suck up lots of CPU power and aren't worth the circuit boards they're printed on.

  6. Not too bad ... maybe by bockman · · Score: 2
    I mean, how 'new' is this modem for which IBM is releasing the driver? I remember having a mwave-based modem/audio combo three computers ago.
    I can see a trend, here : when the technology of a piece of hardware is not hot anymore, they open the specs/ release the driver, so that they found a new market in Linux users.

    Well, not that I like to be a second-class user. But OTHA, I'v never been keen to hot hardware, either. And a driver is better than no driver. And an open-source driver is better than a half-hacked binary one (Lucent, please, follow IBM example! ).

    --
    Ciao

    ----

    FB

    1. Re:Not too bad ... maybe by cyber-vandal · · Score: 2

      That makes a lot of sense though as Linux appeals to people with older hardware that can't afford to keep up with the ever-hungry Windows upgrade cycle. IBM have little to lose here (Winmodem competition is pretty fierce already) and a great deal to gain.

  7. Re:whats with hiding spec anyway? real modems? by henley · · Score: 2
    of course, i still dont know why ibm just doesnt just use real modems. they worked great in the earlier models. i somehow doubt the cost difference would be more than a few more dollars at the factory...

    Disclaimer: I know nothing of intentions. The following is drawn from observations

    MWave isn't just a modem. It's a generalised DSP solution; effectively a DSP co-processor. Originally, way-back-when on the 750/760 even series Thinkpads, the MWave chip provided soundcard support (SoundBlaster Pro emulation I believe) and Modem support; the MWave chips ran a mini-multitasking OS that would time-slice these tasks so you could play Doom online thru the modem and still hear sound. There were some obvious drawbacks to this approach - IIRC if you wanted 33.6K modem dialups you had to fallback from stereo to mono 22KHz soundcard.

    I believe the design point was that soundcard+modemcard cost more than MWave and thus the total system cost was cheaper; the side-effects of a software upgradeable soundcard and modem were secondary.

    Some of the Aptiva model desktop PCs also got the full MWave for sound + modem (or was it sound only? I forget).

    What I don't understand is why in newer Stinkpads (such as the models referred to by the article), the MWave hardware (presumably in cut-down form) is only used for modem function; the sound card function is provided by a standalone chipset (uur... CS4236+ I believe). This Makes No Sense to me.

    Does anyone else who can organise thoughts more coherently have any better insights into the history here?

    --

    --
    I'd rather have a bottle in front of me than a frontal lobotomy
  8. Great! But I'd still prefer the Ethernet version by Jacco+de+Leeuw · · Score: 2
    The Dutch PTT uses these as well. But if you have the choice, go for the Ethernet version instead (costs EUR 50 extra over here). USB generally draws more CPU cycles than Ethernet. The USB version doesn't even work with Windows ME if the multiple IP addresses version of PPTP over ADSL is used! And as a plus, the Ethernet actually looks like a modem, not like a stupid green horseshoe crab ;-).

    You'll also need the Linux PPTP driver. Hopefully it works with these USB drivers.

    Jacco
    ---
    # cd /var/log

    --
    -------
    Warning: Slashdot may contain traces of nuts.
  9. Correction (but it's still not free software) by Jamie+Lokier · · Score: 4

    Oops! The driver source is GPLed, it just doesn't refer to the "COPYING" file like I'd incorrectly remembered in the traditional GPL copyright template. Ahem. The .dsp files, containing the modem algorithms, are still binary only though. The whole driver is still not free software. You don't have the freedom to port it to other hardware, run it over a sound card or a ham radio, modify the signalling methods, or study the DSP code to learn how a modem works for example, but parts of it are free and GPLed. (apologies for not reading the source properly), -- Jamie

  10. Are winmodems really that bad? by snellac · · Score: 5

    OK, so most Linux people don't like the fact that winmodems are closed devices that are not supported on Linux. The conventional wisdom complains that existing winmodems give poor performance and kill the CPU. However in a recent /. post no less a personage than John Carmack suggested that winmodems could be implemented in a way that is better than conventional modems for the needs of interactive games.

    In the process of doing a web search I then turned up Stuart Cheshire's old home page. For those who don't know who he is, well before the web was popular he wrote a classic networked Mac game called bolo. (In fact when the web became popular the bolo players used to curse that the web was dragging the internet down too much...) Most links to it are dead, but the official home page is still up although there has not been a release since 1995. (This was apparently done as research into the needs of interactive networked programs. Gee, all of those hours that I spent as a test subject without knowing it...)

    With Stuart's credentials established, it is well worth looking at his rants. In particular his latency rant, which was expanded out into a white paper.

    Once you are through reading those you will see that for anything interactive, particularly games, what really matters is latency, not bandwidth. And modems are a major source of this latency. In addition he and John Carmack agree that software modems (AKA winmodems) can be (though they are not currently) programmed to operate in a mode that reduces latency, and the result would be better for interactive games than conventional modems.

    So, are winmodems just a bad idea, or are they just poorly implemented? Conventional wisdom says that they are bad no matter what. But the people who should know best suggest otherwise.

    -snellac

    1. Re:Are winmodems really that bad? by karmawarrior · · Score: 5
      So, are winmodems just a bad idea, or are they just poorly implemented? Conventional wisdom says that they are bad no matter what. But the people who should know best suggest otherwise.
      There are two types of Winmodem, modems that have most of the logic in the "PC space" of the modem, and those that have most of the logic in the "Modem" space of the modem. Usually, the logic is in the "PC space", that's why they're cheap - instead of having an expensive DSP do the work of turning raw PCM into V.32/34/90/22/etc/*, the Pentium does it. This is cheap. It also means that the performance of the PC itself suffers, but adds as small compensation the fact that the data doesn't have to flow from the modem to the PC post-decoding, ie it's ready for the PC to use right away, reducing latency.

      In IBM's case, this model is not what's being used. The MWave is a DSP. So the "cheap" argument goes out of the window, except in that IBM recognised that a DSP could be used for multiple applications, and originally the MWave chipset was implemented by them exactly that way. My TP 760XD for instance uses the MWave chipset to provide both modem functionality and 16 bit soundcard support. Latency isn't likely to be a problem as the communications between the DSP and the "PC space" is much tighter than it is with a conventional modem, which usually goes via a real or imagined serial link controlled by a conventional UART chipset. So latency is going to be better than it would be with a real modem, but not as good as it would be with a conventional Winmodem.

      Essentially you could say there are three types of modem: Conventional, open, serial modems, which will work with everything at a minor latency tradeoff, Winmodems, which will only work with the operating systems (or rather system, support for non DOS Windows based operating systems is rare, and that includes other Microsoft operating systems such as NT) supported by the manufacturer, and will slow down your computer's performance with a small advantage in the latency stakes, and Other Proprietry Modems, such as the IBM MWave set-up, where you still have the problem that the OS has to be supported by the manufacturer, but neither reduced performance or latency are real issues.

      On the face of it, if someone could invent a generic device driver mechanism, or even just force, somehow, manufacturers to produce open source drivers, IBM's approach would probably be quite good. As it is, a year or so after IBM started this project we have a driver that only addresses the modem side of the MWave and only works with the later, less popular, Thinkpads. I'd have rather they worked on the soundcard functionality, a good PCMCIA Modem costs less than $30 on eBay these days. Grumble.
      --
      Keep attacking good things as "communist"

      --
      KMSMA (WWBD?)
    2. Re:Are winmodems really that bad? by mcc · · Score: 2

      The point you make is fascinating, but not all of us use our modems to play games. Would the "give poor performance and kill the CPU" argument still hold for those of us who use modems primarily for file transfer, and never run anything more interaction-intensive than IRC?

    3. Re:Are winmodems really that bad? by Amokscience · · Score: 2

      Perhaps there are good ones but winmodems are notorious for being trouble makers among ISP techs. I know, I was one.

      The MWave in particular is hated. Newer versions may suck less but one of the original problems was that since it doubled as a sound card you couldn't be online and listening to sounds/gaming at the same time. It also had nasty problems connecting.

      IBM had extremely poort support for the product and indeed had a lawsuit brought up against them. No idea what happened to that.

      On the other hand there was a tech next to me that played Jedi Knight with his Supra winmodem and never had a disconnection.

      --
      Fsck cluebie moderators. I'll say what I want, offtopic or not. And fsck having to qualify every bloody statement just
    4. Re:Are winmodems really that bad? by SquadBoy · · Score: 2

      From one former ISP tech to another.:) Welcome brother and you are dead on right. The nice thing about the Supra's is that they had pretty good drivers. This made them usable. When I was doing ISP support we had many users with the Lucent things. We found a good set of drivers that worked with our stuff and advised users to use those they worked. The Packard Hell modems did the same thing as the MWaves and they where hellish. Some of the other ones we could not get to work. Drivers are key. My Supra worked very well. Having said that I still prefer a good old external modem over just about everything *very* easy to troubleshoot. And of course my Cisco 675 is *very* sweet. :)

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
    5. Re:Are winmodems really that bad? by MrBogus · · Score: 2

      Note that back in the early 90s, the MWave was a cost saving solution for IBM -- PCMCIA modems were a couple hundred bucks at retail and were pretty flakey to boot. (I don't know how much onboard laptop modems cost, but I imagine it was still substantial.)

      Modem standards were also changing rapidly, and IBM was able to go from 14.4K to 28.8K to 33.6K just using firmware upgrades - which was great for those of us who got free modem upgrades that would have cost a few hundred bucks at each step. (Not to mention that power management actually worked with the MWave, too.)

      Furthermore, IBM had to build a machine that could work internationally, and MWave allowed them to do it in software and not ship different versions of the same hardware.

      They were probably a little slow to move off of MWave when 56K solidified and winmodem type hardware got real cheap. But back in the day, I can see how MWave made sense as engineering solution for the time.

      (The MWave originally shipped with DOS and OS/2 support. Later NT and Win95 support was added. So it never really was a "Winmodem".)

      --

      When I hear the word 'innovation', I reach for my pistol.
    6. Re:Are winmodems really that bad? by dasunt · · Score: 2

      mcc writes: Would the "give poor performance and kill the CPU" argument still hold for those of us who use modems primarily for file transfer, and never run anything more interaction-intensive than IRC

      Well, assuming that the sources know what they are talking about, then no. The winmodem can't suck up enough cpu/memory so that games would take a hit, therefore, we must assume that the overhead a winmodem imposes on a system is rather small. (Which makes some sense, since cheap winmodems work on a p133 or so.) Therefore, if you are running something less intensive then a 3d online game, presumably, you have the resources to spare for a winmodem. Thus, if a winmodem cost you less then a hardware modem, you come out ahead.

      Just my $.02

    7. Re:Are winmodems really that bad? by cetan · · Score: 2

      jesus fucking christ.

      why don't people read the fucking moderator rules.

      whomever rated this "overrated" is obviously a fucking moron.

      there is a "post at 2" threshold you stupid fuck. if you are above a certain level your posts default to 2. get a fucking clue

      [/rant]

      --
      In Soviet Russia...michael would be rotting in Siberia!
  11. Double correction by mindstrm · · Score: 5

    Those 'dsp' files are firmware to be loaded into the modem card itself, and processed onboard. There is no reason we need source for these, and the same files would be used no matter what OS it is. The trick is how to get the contents of those file sinto the modem so the DSP on the modem can use them.

    They aren't even technically part of the 'driver'.

    You have the freedom to make their modem work on *any* hardware platform now; just not to steal their DSP code.

    1. Re:Double correction by mairas · · Score: 2

      But if the DSP sources would have been open-sourced as well, it would have been possible to port them to other Winmodem (and ISDN4Linux) hardware as well. That would have made a huge difference.

      This is a good beginning, though.

    2. Re:Double correction by stripes · · Score: 3
      Those 'dsp' files are firmware to be loaded into the modem card itself, and processed onboard. There is no reason we need source for these, and the same files would be used no matter what OS it is.

      Sure there is. If you want to fix or improve the DSP part, or even understand it (or build sonar with it). Which are very big parts of what opensource is about, not just "it can run everywhere", but "it runs good".

      I expect with the DSP part you could make a "voice modem" and build your own voice mail system.

      IBM did a good thing making the kernel part opensource, but the DSP part is still closed source, and to get full advantage of this hardware you need that part too.

    3. Re:Double correction by Anonymous Coward · · Score: 5

      The problem is that if you modify the dsp sources your modem ceases to be legally usable on the public telephone network. So what would happen is, since most people don't have access to telephone line emulators the drivers would have to be tested illegally. As far as I'm aware in every country it is illegal to attach unapproved equipment to the telephone network. So using the drivers would be illegal, and thus no distribution would risk the wrath of the FCC, and other governments. You wouldn't have any drivers at all if the dsp sources could be modified.

    4. Re:Double correction by radja · · Score: 2

      so.... anyone started reverse engineering the DSPs yet? what you describe is interoperability, in which case reverse engineering is very specifically allowed. Although I admit I am not bound by any DMCA..

      //rdj

      --

      No one can understand the truth until he drinks of coffee's frothy goodness.
      --Sheikh Abd-Al-Kadir, 1587
    5. Re:Double correction by firewort · · Score: 2

      MWave is not winmodem in the traditional sense.

      Mwave worked with os/2 and windows, only because these were the operating systems IBM provided drivers for originally.

      MWave relies on a programmable DSP which can be made to do anything.

      there are mWave sound cards, modems, ISDN cards (WaveRunner, my dad designed it), and ROM drives.

      The Rom drive is interesting, it's a mwave controlled cd-rom drive that can be reprogrammed into a dvd-rom drive. Very flexible.



      A host is a host from coast to coast, but no one uses a host that's close

      --

    6. Re:Double correction by The+Vulture · · Score: 2

      This is an very good point. When a modem is certified, both the actual hardware and the software that drives it (whether it be uploaded software in this case, or software on a ROM chip) must be certified. If something changes in the firmware, you generally need a new certification.

      At the last company that I worked for, we had a modem driver written by another company (it was a software modem) for our game console, and we were trying to write a new driver for it (since we wanted bugfixes, etc.), so we had to check out the legal documentation. It seems that the FCC here in the US had certified the existing combination and didn't allow for changes, but the Canadian government didn't quite care as much (I don't know why).

      I believe (though I am not 100% sure) that much of the reasons for these requirements are the regulations for line load and interference. If you take too much of the line load, then you'll render all phones in the house inoperable, and if you allow too much interference, well, that pretty much speaks for itself.

      Joe

    7. Re:Double correction by stripes · · Score: 2
      Not only do you need the source, but you also need a compiler for the particular DSP used by the modem.

      Yeah, ok for anything other then "understanding" the code you also need to compile it. Of corse a big old datasheet for the DSP would let someone hack up a version of gcc, or a perl script that may be able to compile things. It is much harder to turn a big binary glob into useful source.

      Driver source with binary firmware glob -- nice start. Driver source with firmware source (and bin) even better, but not perfect. Driver source with firmware source, and firmware compiler source way better (let's assume the firmware compile is written in a language we already have a compiler/interpreter for).

  12. Re:What about the lucent one? by marm · · Score: 2

    I have got the lucent one on my thinkpad here. They only have a binary driver which only works for 2.2.1[234]. Now for me to be able to use both internet and 2.4.1, I actually have to ipmasq via a windoze box at home...

    That's not true any more, although I'm somewhat unsure of the legality of it, as it doesn't appear that the original ltmodem source code was officially released by Lucent but rather leaked by a third party with source access...

    Anyway, if you have a Lucent winmodem, check out http://walbran.org/sean/linux/stodolsk/ where a fully working open-source driver based on the original Lucent driver is available. It has numerous bugfixes compared to the original Lucent binary-only release, and compiles cleanly for both 2.2 and 2.4 kernels.

  13. Re:This IBM story is NOT killed by Slashdot. by PhilHibbs · · Score: 2
    Having some OS driver released by IBM for Linux is more important NEWS FOR NERDS than ... IBM's complicity with the Nazi's
    Correct.
  14. Re:A shred of hope... by altman · · Score: 2

    Unfortunately not; the driver isn't really a winmodem driver :(

    The mwave modem appears to be a DSP-based solution (coltrollerless modem?) and a lot of the source is some very non-open-source binary DSP files that get uploaded to the onboard DSP. Seeing as how v34 (etc) are all pretty tied up in patents & licencing, this explains the release. They've released a soft-ish modem driver that will work with some machines. It's not a generic AC'97 "let's do DSP stuff on the actual PCM audio data" modem, and as such isn't a huge amount of use for many people :(

    It's great if you have an IBM 600E laptop, though. I've got a Vaio...

    Hugo

  15. easy and expected by firewort · · Score: 2

    This was easy to predict, and expected.
    IBM has been releasing drivers and support for all their laptops with linux.

    If Taco had posted which problems he has with his T20, I could point him to IBM's Linux Technology center where they have the answers.

    I will come back and reply to this with the correct link where t20 support can be found.

    (I thought Rob liked Vaio's! good on him for using a thinkpad!)

    A host is a host from coast to coast, but no one uses a host that's close

    --

  16. Re:Great! But I'd still prefer the Ethernet versio by robbieduncan · · Score: 2

    Costs a hell of a lot more extra here - for EXACTLY the same bandwidth you pay £250 instead of £150 installation and £100 instaed of £40 per month. Not even slightly close to a good deal as for the extra £100 installation you can buy network cards, hub and cabling and using free (as in beer) firewall and proxy software share out to all the computers you have, just like the more expensive ethernet version, but you have an internal LAN as well... BT are so stupid, but many of the public are even worse so they might just get away with it! Nice to hear the Dutch are being sensible about the pricing though.

  17. They're afraid of the federales by Russ+Nelson · · Score: 2

    They are uniformly afraid that their modems will not pass certification if they are seen to cooperate in any way with circumventing the certification process. And if a company helps people write non-certified software, that's what they're doing. Yeah, it sucks.
    -russ

    --
    Don't piss off The Angry Economist
  18. They never will by Russ+Nelson · · Score: 5

    Every modem manufacturer I've talked to refuses to help with an Open Source driver because it's too easily modified. It's illegal to connect non-certified equipment to the public telephone network. These manufacturers don't want to participate in any way with something that's illegal. There's just no benefit to them.
    -russ

    --
    Don't piss off The Angry Economist
  19. It will never happen by Russ+Nelson · · Score: 2

    It will never happen as long as equipment must be certified before it can legally be connected to the public telephone network. The barrier is not economic or technical. It is legal.
    -russ

    --
    Don't piss off The Angry Economist
    1. Re:It will never happen by kju · · Score: 2

      Nonsense. The electrical part of the modem is certified, and software updates / drivers for winmodems are not certified seperate in most countries. So every update from your vendor would violate the certification too.

      Of course some countries still have such strange laws written, but they aren't followed that close anymore. Noone will sue you, if you use your winmodem with your own software. And btw: The IBM driver isn't certified as well. So what?

      You shouldn't have used your +2 Bonus for posting this, does not give a good light on you.

  20. Re:This IBM story is NOT killed by Slashdot. by Russ+Nelson · · Score: 2

    But wait, I thought the conspiracy theories all say that Jews run the big companies? Could it be that the conspiracy theories are wrong? But there is no such thing as a false conspiracy theory (anyone proving it false is obviously a part of the conspiracy).
    -russ

    --
    Don't piss off The Angry Economist
  21. Re:This IBM story is NOT killed by Slashdot. by firewort · · Score: 2

    Actually, this story is not by a Jewish conspiracy to extort monies from IBM...

    And anyone who can seriously combine the words occupied and palestine in the same sentence reveals that they know nothing about history or current events.

    A host is a host from coast to coast, but no one uses a host that's close

    --

  22. GPL appropriate for driver code? by BitKat · · Score: 3

    One would think that the LGPL would be a more appropriate license for driver code. Isn't it hard or practically impossible to integrate this in non-GPL open source systems?

    Not that I'm waiting for Winmodem drivers (I'll use a real modem thank you) but there may come a time that there is practically no choice (think of laptop-integrated winmodems).

  23. Re:Did anyone bother to read the article? by firewort · · Score: 2

    Read the following statement:
    When the Nazis took over, they siezed control of all German business. Either businesses played ball with the Nazis, or failed and were destroyed. I don't defend Nazis.

    If you're going to accuse IBM, at least go to NYU and get the facts rather then rely on this questionable new report floating around and the book on which it is based.

    A recently published book, as well as a recently filed lawsuit against the company, speculate on the uses of Hollerith equipment by the Nazi government and IBM's role.

    IBM finds the atrocities committed by the Nazi regime abhorrent and condemns any actions which aided their unspeakable acts. It has been known for decades that the Nazis used Hollerith equipment and that IBM's German subsidiary during the 1930s -- Deutsche Hollerith Maschinen GmbH (Dehomag) -- supplied Hollerith equipment. As with hundreds of foreign-owned companies that did business in Germany at that time, Dehomag came under the control of Nazi authorities prior to and during World War II. It is also widely known that Thomas J. Watson, Sr., received and subsequently repudiated and returned a medal presented to him by the German government for his role in global economic relations. These well-known facts appear to be the primary underpinning for these recent allegations.

    IBM does not have much information or records about this period or the operations of Dehomag. Most documents were destroyed or lost during the war. The documents that did exist were placed in the public domain some time ago to assist research and historical scholarship. The records were transferred from the company's New York and German operations to New York University and Hohenheim University in Stuttgart, Germany -- two respected institutions with academic credentials in this area. Independent academic experts at these universities are now the custodians of these records and supervise access to the documents by researchers and historians.

    IBM remains interested in any new information that advances understanding of this tragic era, and looks to the appropriate scholars and historians to verify it.



    A host is a host from coast to coast, but no one uses a host that's close

    --

  24. Re:This IBM story is NOT killed by Slashdot. by PhilHibbs · · Score: 2
    Unlike you some nerds have a sense of morality.
    Like me, some nerds know that we aren't always in full posession of the facts, and therefore choose not to come down on one side or the other based on some artice that someone wrote, that got referred to on slashdot. Do you boycott Bertelsmann? Nestle? Shell? Glaxo? Monsanto? All of these companies have been the subject of serious accusations regarding their ethics, but I simply don't have the time to investigate them all in order to make a fair and informed decision. Sometimes, if I see a story that sounds credible, and it comes from a reputable source, then I might stop buying their product. That isn't the sort of news that I, or I would guess most of the readers, come to slashdot for. There are other places to get that kind of news.
  25. Re:easy and expected THAT URL by firewort · · Score: 2

    http://reswat5.research.ibm.com/projects/linux/dev driver.nsf

    Linux Hardware Configuration and Compatibility Database.

    A host is a host from coast to coast, but no one uses a host that's close

    --

  26. Unlikely by Gleef · · Score: 2

    Marias suggests:

    But if the DSP sources would have been open-sourced as well, it would have been possible to port them to other Winmodem (and ISDN4Linux) hardware as well.

    Unlikely, since as I understand it, the ACP (MWave) modem design is radically different from most (eg. Rockwell or Lucent) "winmodems". For one thing, the MWave actually does have an onboard DSP, but it's a more general purpose one than in more traditional serial modems.

    Your suggestion is similar to trying to port a program to Windows by looking at its Macintosh Assembly Code. Technically possible, but more work than anyone cares to do.

    ----

    --

    ----
    Open mind, insert foot.
  27. Re:Great! But I'd still prefer the Ethernet versio by shippo · · Score: 2

    All I need now is for BT to get round to actually implementing ADSL in my area. Judging by their current disgusting behaviour I'll get ADSL sometime in 2023.

  28. Re:I'm a Pedant and I'm Okay by gattaca · · Score: 2

    Yup. I can't type - I'm going to join the BDA, the British Association of Dyslexics.

  29. Soft modems are evil. by Archeopteryx · · Score: 2

    Even with a "Linmodem" driver, what have you got? You have saved maybe $1.50 in the manufacturing process and created a modem that will become unreliable under heavy processing loads. Mind you, I understand that some users of laptops are locked in to a soft modem, so this is great for them, but as somebody who has worked on Winmodem code, I really think that soft modems are not a trend to encourage at all!!!

    Also, some of the FAX state transitions must occur within certain time windows. This is very hard to ensure with a soft modem. Doubly hard when the softmodem is a USB softmodem.

    No friends, kudos to IBM for this, but please avoid soft modems if you can!

    --
    Dog is my co-pilot.
  30. Re:Intel? by MrBogus · · Score: 2

    I used to have one of those 1994-era MWave ThinkPads, and the MWave implementation was problematic, but it wasn't totally horrible. (They took a little tweaking in DOS to get set up, but so did everything in those days.)

    The cool thing was that your machine was probably originally advertised with a 14.4Kbps modem, and that was later software upgraded to 33.6K. Every competing laptop with a built-in modem was still at 14.4 and is still at 14.4K.

    The other good thing was that you didn't have to deal with the kludgy DOS/Windows PCMCIA drivers, where maybe after an hour of tweaking you'd have a 50/50 chance of getting a PCMCIA modem working. maybe. The MWave just worked and had relatively straight forward AT scripts.

    As far as the sound support went, the SoundBlaster emulation was always much better than the various ESS laptop chips of the era, and the MIDI support vastly superior to anything you could find a in a laptop. And yes, you could play sounds and use the modem at the same time (although you probably wouldn't want to use it for online gaming or streaming audio! But those weren't exactly popular applications back in '94)

    --

    When I hear the word 'innovation', I reach for my pistol.
  31. What's a modem? by WillSeattle · · Score: 2

    Is that one of those wierd thingies that are kind of like a NIC? I heard that they make strange noises, but are really slow.

    Friends don't let friends operate at speeds less than 256K ...

    --
    --- Will in Seattle - What are you doing to fight the War?
  32. Re:The DSP files CANT be open source because of FC by lizrd · · Score: 2
    Quoting the AC out of obscurity:
    That's a terrible argument!
    Damn straight that's a terrible argument. Quite frankly, I have no idea of what to do with the linux kernel source [besides compile it that is], but that doesn't mean that I don't want to be able to have it.

    The better argument for releasing the binary-only DSP software is that this software doesn't actually run on the host computer so it could be described as part of the hardware. For those of you saying that you need to be able to modify the DSP code so that you can use a modem as a video card, get a grip. If you really want to do that kind of thing get a soldering iron and buy parts better suited to the job.
    _____________

    --
    I don't want free as in beer. I just want free beer.
  33. Re:Ironic by bugg · · Score: 2

    No silly, now people will have to resort to a more proper term- "hardware deficient modems"

    --
    -bugg
  34. .dsp files: double standard by David+Jao · · Score: 2
    I assure you that binary .dsp files aren't the source code.

    Let me begin by saying I am one of the most die-hard free software advocates out there. I have yet to read any article by RMS that I disagree with.

    That said, your complaint that the dsp modem algorithms, which would typically be present in hardware, should be given to the world in source form, is enough to give even me pause.

    So-called hardware algorithms, written in microcode and etched in silicon, are pervasive in the computing world, not just in modems, but also CPUs, hard drives, network cards, video cards, and a whole lot more. The free software community has not demanded release of such silicon code in the past. Whether or not we should is a different question. I suspect that if you put the question to RMS directly, he would have to advocate free-ness of the code. However, even the FSF purchases and uses hardware containing such (closed-source) silicon code without compunction.

    I myself think (and I may even find myself disagreeing with RMS on this one, although to be fair I haven't asked him for his view) that the need for free software stops as soon as you start talking about software that is so integrally tied up with the hardware, that you would need whole new hardware to even contemplate making use of changes in the software. Processor microcode, hard drive error correction algorithms, and yes, modem dsp code, all fall into this category. I do not require the availability of Intel Pentium microcode, Seagate hard drive error correction code, or IBM modem dsp code when purchasing hardware, and neither should you.