Slashdot Mirror


WinDSL Coming?

A number of people have written in in the last day or so regarding Motorola's rollout of software-based DSL modems. Apparently, this wil reduce the cost of the modems by 30-40%, meaning that they can put DSL into the lower-end of machines. I stand corrected - they aren't modems, they are bridges/routers - and I must be blind, because Linux support was specified in the release. IMDUM.

63 of 162 comments (clear)

  1. Re:Yes they are modems by Detritus · · Score: 2
    Ethernet is not digital THROUGH the cable (to the best of my knowledge), but is digital after it has been converted at the NIC. Whether you call this a modem (probably not) or a CSU/DSU (maybe) is your choice.

    The thin (10BASE2) and thick coax (10BASE5) variants of 10 megabit Ethernet use digital baseband signaling. I'm not sure what 100BASE-T uses, I believe it is still baseband with a more complex encoding scheme. The only Ethernet modems that I have seen were for 10BASE36, a broadband version of Ethernet that was used on CATV systems.

    --
    Mea navis aericumbens anguillis abundat
  2. Dividing Work Between Main CPUs and Peripherals by billstewart · · Score: 3
    Whenever you divide work between different boxes, you've got to think about what functions you need to perform, and what resources you'll consume performing them, and what resources you'll consume with the communciation, which is often the hard part unless you split the work at the right place.
    • Electrical functions obviously belong to the DSL board.
    • Raw CPU speed is cheap - put a DSP on the board and you can burn all the CPU cycles you need, as long as you don't need much interrupt handling or memory bandwidth. The low-level functions belong down on the DSL board.
    • The handoff between the DSL board and the PC should probably be Layer 2 frames (an AAL-5 frame looks about the same as an Ethernet packet or Frame Relay frame) (unless you really *want* to hand ATM cells to the PC for some reason.) If the DSL board is internal to the PC, this is clean and easy; if it's external, you either need some kind of Ethernet bridging (#insert risk-of-non-standardness) or maybe a USB interface. If the DSL board is internal, and you interface at some other functional level, you need to be careful to avoid interrupting the CPU to death, starving the DSL waiting for interrupts, and otherwise being a bad neighbor.
    • Routing, NAT, Firewalling, and IP in general take more memory and intelligence - you could implement them in the DSL box, which is convenient for users who don't like installing hardware or complex software, but moving them to the PC isn't a bad thing - it lets you do much more sophisticated router things, and really isn't that much more work for the PC - as long as the OS has a decent IP implementation, as opposed to some highly lame non-Unix-based products out there which will remain nameless due to professional courtesy.

    But DSL doesn't support the end-user's needs - it also supports the DSL carrier (Layers 1 and 2) and the ISP (Layer 3) during installation , long-term operations, and service failures.

    • Diagnostics for the DSL functions really need to run even if there's no working PC. Obviously an internal board needs electricity, but it's nice if some basic handshake functions can answer from a board-based controller - but it doesn't take much intelligence to do this. (On the other hand, you could also implement this in a "reboot your PC in MSDOS mode" boot floppy.) If you are running diagnostics on the PC, you either need some custom interface, or else you need to make them use the same Layer 2 packets you use for data transfer.
    • Diags for the IP vendor have similar issues, though you need to use them when the system is up and running. Good DHCP client support is your friend. Broadcasts and Bootp are also your friends. As long as the board allows promiscuous receiving (which may be an issue for some external devices) you can build the rest of the handshakes you need.
    • Diags are most critical during installation, but running a high-quality service means you need run-time support as well - things like SNMP or at least PING need to work, and periodic uploads of information like electrical line qualities can be really helpful in preventing failures.
    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  3. Re:Why bother?? by RayChuang · · Score: 2

    Having used the Zoom Telephonics 56Kx 2949L modem for about 18 months, I get 50666 to 53333 bps connect speeds most of the time. :-)

    The best thing about an external modem is you can see the status lights of the modem operation--like connect speeds, data transfer, error correction, etc. And being an external modem, it doesn't steal CPU cycles when operating, either.

    By the way, if you want to connect a digital camera or a Palm device, use a USB port instead--the transfer rate is FAR faster than a serial port.

    --
    Raymond in Mountain View, CA
  4. Moderator common sense. by kwsNI · · Score: 2
    OK. How is this off-topic? The comment I was replying to mentioned that Slashdot was eating HTML tags and I agreed with it and asked if anyone else is having problems.

    I know, I'm probably throwing away more karma replying to your bad moderation and that I should just let you take the hit in metamoderation, but I really have to same this...

    It's not off-topic when a thread drifts away from the original topic. If it was, 95% of the comments on a thread that had more than 3 replies would be off-topic. But then again, I can't understand why you would want to waste a moderator point on this when there are all of the real OT posts about Natalie Portman, grits, pancake eating ninjas, free Kevin Mitnick, first posts and Columbine HS posts.

    That said, I'm probably going to loose more karma because I both insulted a moderator and because this is only on topic if you would read the post I'm replying to (which whoever moderated the last post down obviously didn't do). Well, have at the karma... Chances are I will still have more than you (and I don't have to worry about metamoderation either) and it's going to take quite a while for you to take away my +1 bonus.

    kwsNI

  5. Yes they are modems by Megane · · Score: 3

    They might not be able to talk with an old 212 modem, but they are modems. They just happen to operate in a higher frequency band than POTS modems. The higher the base frequency, the more bandwidth available per octave of frequency.

    In fact, even ISDN has to do analog modulation. It just uses a much simpler form of modulation which can easily be run through repeaters for longer distances from the CO. ISDL is DSL protocols over ISDN modulation, and using ATM instead of the PSTN to get out of the CO.

    --
    #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  6. Not WIN, Software Modems by chris88 · · Score: 2

    It says they're comming out with Software modems. It doesn't say anything about them being specifically for windows. Motorolla is simply trying to get DSL to the crummier computers.

    I'm surprised how everyone jumps all over this, simply assuming that their beloved Linux will get left out. Motorolla is a good company.

  7. Linux is supported by RobNich · · Score: 2

    Read the Motorola press release. My biggest gripe with software modems is the processor time they use, platform compatibility aside. Hell, a Cisco 675 DSL-to-Ethernet modem isn't that expensive, my phone company gives 'em away with a 12-month ($39/month) contract (including ISP and half-T1 speed).

    --
    Hello little man. I will destroy you!
  8. Low cost, not always better by panda · · Score: 2

    This is just another scrap of evidence in my argument that cheaper is not always better. Most of the time, cheaper is just cheap.

    --
    Just be sure to wear the gold uniform when you beam down -- you know what happens when you wear the red one.
  9. Why bother?? by RayChuang · · Score: 2

    I myself am extremely skeptical of the idea of an ADSL modem that depends on CPU cycles for it to run properly.

    Even if you can get to run under Linux, stealing CPU cycles to run this thing might cause no end of system slowdowns even WITH a fast CPU.

    The fact we now have external ADSL modems from several vendors that connect to the USB port shows that the whole idea from Motorola is silly.

    By the way, I've played with PCI card analog modems and frankly, they steal too many CPU cycles and sometimes cause major system slowdowns. That's why my computer at home has an _external_ modem (a Zoom 56Kx Model 2949L).

    --
    Raymond in Mountain View, CA
    1. Re:Why bother?? by SgtPepper · · Score: 2

      Even Better:

      An INTERNAL _ISA_ Modem, with jumpers and everything:

      USR 56k

      I need both external com ports for my Palm and my Digital Camera ;)

  10. Re:Software devices by Megane · · Score: 2

    So what happens when Windoze blue-screens?

    Will they have to scrape your brains off the wall?

    --
    #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  11. Re:Hmm, no flames now that it has Linux support? by be-fan · · Score: 2

    Actually, I've seen a grand total of three posts complaining about lack of alternate OS support as of 11:00 AM EST. One vageuly alluded to it, and the other was posted as AC 0 so it was hidden. I do admit that I missed one that was posted at around 8:30 this morning, because it was very far down the list. I can assure you if these modems were windows only, there would be a mad run of flames down this entire post. It is true that most don't care about the Linux drivers, and think this is crappy hardware; I never said otherwise. The first part of my post was just pointing out that this supported Linux, but not other OSs, and they should open the specs to allow other OSs to be supported. Related to that I would like to point out that this is not like closed spec video cards, which I support. There is really no point in keeping the specs to cheap DSL modems closed. I doubt people are going to shop around for which software modem can squeeze the most framerate out of Quake! Thus, giving competitors some insight into how your hardware works doesn't help them, because I doubt there is some incredible engineering pipeline behind this modem like there is with, say a GeForce.

    --
    A deep unwavering belief is a sure sign you're missing something...
  12. Bad idea by kwsNI · · Score: 3

    Ok, there are a few reasons I don't like this. Most companies (at least where I live) are providing the DSL modems for free when you sign up for a 1-year contract for DSL. This means they can give me a cheaper (and Win-ONLY) modem. If they are anything like Winmodems, I doubt that anytime during the lifetime of DSL will they remove all of the bugs. I work for a very large computer company and we still have a large amount of problems with Winmodems and some online services (*cough* AOL).

    kwsNI

    1. Re:Bad idea by pfcgibson · · Score: 3

      I wholeheartedly agree. I work for a helpline and winmodems cause a lot of stress. It's not a whole lot of fun trying to explain to someone that they just have a pretty crappy modem and should expect it to be a little flakey. I too got in on the free modem when you sign up and I would not have been able to let myself take part in that if they were using winDSL modems. Its another move towards cheaper, faster, crummy technology that we are expected to put up with. I'd much rather that the effort be put into making more expensive hardware better and less expensive than shooting for these drastic price drops.

    2. Re:Bad idea by lunatik17 · · Score: 2
      I'm sure all of us tech support geeks have had our share of winmodem problems. My favorite is when the LT Winmodems decide to play the "IRQ Disco" as I like to call it :) The game is simple: put the modem in, and watch is hop around on different IRQs every time you boot, with no pattern, and never the one that is free... thus pissing off every other component in your computer! This is why you cannot ever trust software to manage your hardware resources. I want manual control, dammit!

      Here's my DeCSS mirror. Where's yours?

      --

      Here's my DeCSS mirror, where's yours?

    3. Re:Bad idea by shinji · · Score: 2

      These DSL Modems cannot be that expensive. GTE gave me one free for signing up for a year of service. Not free rental for the contract life but free as in you now own the modem. They used to charge about $200 dollars but even that doesn't seem too bad since now I can just hook any ole NIC up to it. I can run any type of machine that speaks TCP/IP on their DSL line. I even got my ISP to give me a static IP address so I don't even need a DHCP Client.

      --
      Remove the spam reference to email
    4. Re:Bad idea by TheTomcat · · Score: 2

      Exactly. We have ONE DSL provider here, (NB, Canada), and it's the Telco. They provide DSL modem as part of their monthly service charge. When I stop getting DSL service, they reclaim the modem. Simple as that.

      The modem brings in copper from the wall jack on the 2 OTHER wires (yellow and black), and outputs Ethernet. As far as any machine I hook up knows, it's plugged directly into a hub or router. This is great for any OS I use. I can pop in a $40 Ethernet card, and if that card is supported, then DSL works.

      There are no unsupported modem drivers to worry about, and almost any usable OS has SOME kind of ethernet support.

  13. Re:Not a bad thing by (void*) · · Score: 4

    But from an engineering point of view, this is bad. The driver should be well-separated from the CPU, so that the OS does not get too complicated (read: stable, bug-free, predictable). The protocols would be cleaner, so that more OSes can use the peripheral. So that the modem is not tied needlessly to one OS, or certain types of functionality. From the users perspective, this is better. It is the users computer. He/she should *know* what he is in for when installing such a thing. Heshe should know that with such a modem, running Quake through the modem might not be such a good idea. Yet these design issues are just glossed over for something "cheap". Is this way way to treat a consumer, however clueless they may be?

  14. And BSD? And ____? by Booker · · Score: 3
    Ok, I run Linux, so I'm glad to see more things like this that will support it (even though I wouldn't be caught dead actually using one of these...) but still. Here's the obligatory "What about _other_ operating systems?"

    I really doubt that this will be anything but a binary driver. Yes, it's their product, and they can do what they want with it. But it does not give me a warm fuzzy feeling. :)

    ---

    1. Re:And BSD? And ____? by dsplat · · Score: 2

      As has been pointed out here many times, there is a lot of sharing between Linux, FreeBSD and HURD. There are some differences in goals and licenses, but there's a lot of common ground. And there are some efforts underway to create a common interface for drivers. (other URLs anyone?) If that pans out, a Linux driver will very likely be usable as a FreeBSD driver and a HURD driver. That gives me a warm fuzzy feeling.

      In case the /. HTML-eater is still awake, the link above to the article on drivers is:

      http://slashdot.org/article.pl?sid=00/03/31/1459 210&mode=thread

      --
      The net will not be what we demand, but what we make it. Build it well.
  15. Re:Yeah, that whole 5-15% OOOOHHHHH!!!! by Rombuu · · Score: 3

    You know, even 5-15% translates to a hell of a lot of money when you consider how large the computer market is...

    Yeah, but you aren't dealing with the whole computer market, just PCs.

    Well, really you aren't dealing with the whole PC market, just home PCs (since its pretty damn rare to see a modem in an office)

    And then you are only dealing with home PCs with DSL access available.

    So now you think they really care about 5% of the home PC DSL enabled market?

    --

    DrLunch.com The site that tells you what's for lunch!
  16. As if there are no other options... by LocalYokel · · Score: 2

    I still use Windows on one of my systems, but when presented with the option of external CPE (Cisco 675) for $50 over the free internal Cisco 605, I happily took it. For one, CBOS is much like IOS, which would be interesting on its own. Then there is the fact that NAT and firewalling capabilities are built into it, and accessible via telnet/web/console port. Try finding that functionality in Windows for less than $50! And of course, I must say that I think that as long as the cable networks get opened to competition, cable is going to rule "broadband" anyway, so the point is moot. Why are people unable to understand that fatter pipes carry more water?

    --

    --

    --
    E2 IN2 IE?

    1. Re:As if there are no other options... by G27+Radio · · Score: 2

      And of course, I must say that I think that as long as the cable networks get opened to competition, cable is going to rule "broadband" anyway, so the point is moot. Why are people unable to understand that fatter pipes carry more water?

      Keep in mind that with cable you're sharing that fatter pipe rather than having a smaller, yet dedicated pipe. The cable companies can make the number of people sharing the pipe smaller and smaller but that takes time and money. In the meantime both the phone and cable companies (and in some cases the electric companies) are hanging a lot of fiber-optic cable. Once I have three choices of fiber to my door I'll be lovin' it. For now I'm dumping my crappy one-way cablemodem in favor of ADSL.

      numb

  17. Cisco by dragonfly_blue · · Score: 3
    I got a "free" Cisco 675 external DSL modem when I signed up for DSL with USWest. I've worked with a couple other types of DSL modems, and let me just say, this thing rocks.

    It is highly configurable, USWest sent about four different manuals with it (RTFM, indeed!). It's given me some exposure to Cisco hardware, good experience with Telnet, routing tables, ports, and the CBOS (Cisco Broadband Operating System.) Also, it works on anything you can connect to an Ethernet hub or switch, Linux, Mac, Windows, BeOS, you name it. I've had 6 machines hooked up to it at once, with nary a glitch.

    I'd be skeptical that a software modem could provide a very robust operating scheme. The 675 has never crashed, but a modem dependent on your WinBox to run just might.

    --
    Free music from Jack Merlot.
  18. Re:550 MHz? by maraist · · Score: 2

    If you need that much processing power for a DSL modem to be hardly noticible (which is what I suppose they mean, maybe less than 20-30% processor usage), then can you imagine playing Quake 3

    You're missing the point. The reason they say you need this minimum is because this is what you'll need to effectively use the rest of your computer normally. Now, it's debatable what they consider normal, but if, for-example, they considered a normal configuration to be a 350MHZ machine ( min you can find these days ), then they'd add their CPU worst-case load onto it.. Asumming these numbers, then their max load would require a 200MHZ CPU.

    This is unlike a Software DVD player, which can assume that you won't be doing anything else while watching the DVD.

    Course, at the very least, you're going to increase your latency. Normally, you could pipeline the CPU operation, the xDSL encoding, and the transmission. Now the CPU can only pipeline against the transmission and must multiplex the CPU and encoding. This has the obvious effect of slowing down your applications ( Such as 3D shooters ), but has the added [inbound] ping time due to slower responsiveness from the context switching, etc.

    -Michael

    --
    -Michael
  19. modem=modulate/demodulate by scabpicker · · Score: 2

    I do not know about dsl, but a cable modem is actually a modem. The signal on the cable line is an analog signal, and has to be converted into digital information. Yes it is not converting an audio signal that you can hear, but it is modulating/demodulating so it is actually a modem.

    --
    _this is not a signature_
  20. Software modem - dumb idea by Animats · · Score: 2
    Over the years, we've seen many attempts to do peripheral DSP work in the main CPU. Anybody remember the old TelePort modems for Macs that did processing in the main CPU? Intel's "Native Signal Processing"? Software-based audio synthesis boards? Early 56K Winmodem chipsets? All were quickly obsoleted by full-hardware solutions. The integration hassles cost you more time to market than you save waiting for the cost of the silicon to come down.

    I'm suprised to see Motorola pushing this; they make DSPs. Maybe it's a competitive move against TI.

  21. Yick. by jetpack · · Score: 2

    All I have to say on this matter is that I'm glad I'm on cable modem :)

  22. availiblity by jzuska · · Score: 2

    Will the availibility of the standard dsl modems suffer due to the plethora of software based dsl modems that will become availible in the near future. This is what happened to REAL modems once software modems became cheap and widely availible.

  23. Linux Winmodem Drivers by Anonymous Coward · · Score: 2
  24. Re:Oh no, not another Winmodem... by RayChuang · · Score: 2

    Given that I already HAVE a Zoom Telephonics 56Kx (Model 2949L) external V.90 modem, I often ask the computer dealer (I'm in the process of looking for a new computer) if I can delete the PCI V.90 modem they normally provide with the computer.

    So far, Dell and Micron PC have said yes; Gateway for some strange reason said no.

    I do agree that "Winmodems" are terrible. They steal CPU cycles and can cause system slowdowns, especially when accessing pages that take a fairly long time to download.

    --
    Raymond in Mountain View, CA
  25. DSL modems do exist... by Cato · · Score: 4

    http://www.whatis.com/modem.htm disagrees with you - DSL modems are sometimes called by an obscure TLA, but since they take digital in on one side (i.e. ethernet or USB) and put analogue out on the other side (taking care not to disturb the analogue voice channel), it seems to me that 'DSL modem' is a fair term. Nortel' Shasta division make DSLAMs and agree too.

    The whole modem / non-modem distinction is somewhat arbitrary - after all, ultimately every digital networking device has to put signals on a wire or fibre, and those signals are ultimately analogue. The only difference is whether there is a simple encoding or a complex encoding, and whether there is an analogue-only mode for that channel, or if the link is expected to always interpret these analogue signals as digital.

    Let's just agree that small devices that connect you to phone-like wires are called modems (unless they're called ISDN TAs : )

  26. Oh, not you too... by Squeeze+Truck · · Score: 2

    They are not modems they are routers. Or if you prefer, bridges. They are all digital straight through, and no MOulation or DEModulation is required. Mine is a Cisco 675 that has to be put into transparent bridging mode to work. (Talk about a waste of power...) If we're going to follow the phone companies and call these "modems", I propose we also start calling our cases our "CPU's", 3.5 floppy disks "hard disks", and recognise Al Gore and Bill Gates as the creators of the internet.

    --

    "Reactionaries must be deprived of the right to voice their opinions; only the people have that right." - Mao

  27. Bad Idea by Greyfox · · Score: 2
    Whoever came up with the concept of the Winmodem should be stripped of his degrees and sent back to college. Of course you won't be able to put these things on lower end machines because they'll suck so much of your CPU that it'll just suck. The average web browsing user might have CPU cycles to burn, but if you're going to get into any of the net games, you'll need every bit of CPU to keep that FPS count high.

    Of course, I suppose you could dedicate a machine to be your internet gateway, so you'll end up paying the cost of an entire machine to get good Quake 3 performance. Hmm. I wonder if Intel and Motorola are conspiring...

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  28. Marketroid turds like this stuff... by Greyfox · · Score: 2
    People in marketing do the math and go "Oooh! We can save $5 on 500,000 units," so they like it. Of course they're REALLY passing the cost on to the end user, who's going to need a faster processor for the same performance.

    I hope Motorola patents this. I'll keep getting my kit from Cisco...

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  29. Re:Yeah, that whole 5-15% OOOOHHHHH!!!! by LocalYokel · · Score: 2
    In defense of this comment:

    Would you not take a schedule cut to 85% of your normal hours in exchange for a 30-40%/hr. pay raise?

    40h * $10 = $400/wk.

    ($10 * 1.3) * (40h * .85) = $442/wk.


    We have a winner!

    --

    --

    --
    E2 IN2 IE?

  30. This is different from internal dsl gear HOW? by alhaz · · Score: 2

    Y'all aren't paying attention!

    Most of us who have DSL were early adopters and have outboard dsl-to-ethernet bridges that are fully self-contained. I got my Cisco 675 for free, and it was the only way to connect to USWest DSL for a good long time.

    These days, the basic DSL hookup comes with either a Cisco or an Intel DSL PCI card.

    This card already doesn't have any support or planned support for Linux, BSD, etc.

    So, the news that there is going to be *another* DSL card without Linux support is simply, well, not news.

    Call me when there is at least one vendor of a DSL card that supports anything but Windows.

    --
    This is just like television, only you can see much further.
  31. Proof positive that CPU power is waaay too high. by Anonymous Coward · · Score: 2

    Recently (last few years), CPU speed has far outstripped software requirements. 600MHz machines are available in low end models now. In the past, mildly overpowered CPUs led to software bloat, programmers just upping the minimum CPU/memory requirements rather than bother to spend the company's $$$ optomizing code (try running Win2k on a 486 to see what I mean). Now CPU power has pulled way out in front, and software bloat is expanding into the hardware realm. The downside is that this makes hardware subject to the same restrictions as software, namely, that it's operation is confined to a particular OS environment. Extending compatibility to other platforms or even to updates of officially supported platforms is a lot of work. Thus, hardware will become rapidly obsoleted. Who will write a driver 10 years from now, even for windows, for a 1999 winmodem? The devide will be useless. And with hardware vendors being tight lipped on releasing hardware specs, 3rd party drivers are often not an option (just ask the Linux laptop developper).

  32. Re:No such thing as a "DSL modem" or a "cable mode by mcrbids · · Score: 2

    Sorry!

    A DSL "modem" *is* a modem. DSL uses an analog AM frequency to broadcast its signal over telephone lines.

    To use a DSL modem, you need an R/F seperator that splits the DC telephone signal from the AM radio frequency sent to the DSL modem.

    It is also for this reason that DSL service gets slower the further you are from the central telephone office. (And they can't reasonably guarantee 384k download speeds over 18,000 feet, so they just don't service beyond that point)

    Digital to Digital? Naw. Same thing all over again, just faster.

    At least you don't get a busy signal when you are online!

    -Ben

    PS: it ROCKS! 1.5 Mb 24x7, static IP, 384k uploads. Downloaded NS 4.7 FULL RELEASE (18 MB) in under 5 minutes... my poor 6.4 GB HD just don't cut the mustard anymore...

    --
    I have no problem with your religion until you decide it's reason to deprive others of the truth.
  33. Re:Tech Extreme Article Inaccurate by Graymalkin · · Score: 2

    In my geographical area we get screwed. I live in a city with both Cable and DSL access (which are at each other's throats for customers right now). There are two problems though, the city is fairly spread out and the CO is downtown which means all the slums have DSL access yet I can't get it at my house which is across town. Our cable is even worse, we don't have 2-way cable service. We download over the cable line but upload using our plain old dialup service. If I ever do get DSL it will be 384kbps downstream and 128kbps upstream, all for a measly 50$ per month. I'm stuck with cable for a while which is really hard to get working under Linux.

    --
    I'm a loner Dottie, a Rebel.
  34. Re:Hmm... Interesting idea... by Pope · · Score: 2

    I'd rather not have things route through the AltiVec unit: look what happened with Photoshop's first batch of AV plug-ins!

    Pope

    --
    It doesn't mean much now, it's built for the future.
  35. Technical accuracy? by Dave+Scherer · · Score: 5
    Okay everyone, repeat after me. There IS NO SUCH THING AS A DSL "MODEM". "D" in DSL is for digital.

    The following is quoted from this 3Com white paper

    For ADSL, the most talked-about xDSL technology, there are two competing modulation schemes: carrierless amplitude phase (CAP) modulation and discrete multitone (DMT) modulation. CAP and DMT use the same fundamental modulation technique--quadrature amplitude modulation (QAM)--but differ in the way they apply it.

    QAM, a bandwidth conservation process routinely used in modems, enables two digital carrier signals to occupy the same transmission bandwidth. With QAM, two independent message signals are used to modulate two carrier signals that have identical frequencies, but differ in amplitude and phase. QAM receivers are able to discern whether to use lower or higher numbers of amplitude and phase states to overcome noise and interference on the wire pair.

    Sounds like a MODEM to me!

  36. you are all missing the point by inquis · · Score: 3

    All the comments on this thread are all like "win-anything is going to suck processor cycles, so this software DSL modem is going to blow." The fact that everyone is missing is that Linux support was explicitly stated in the press release. Now, what does this mean? I put forth this hypothesis. Let's say Motorola wants to get a chunk of the forthcoming "internet appliance" market, and they see that the future is clearly broadband. They want to make a cheap broadband communications device that they can sell to every company that makes an "internet appliance". What is their target market? CERTAINLY NOT WINDOWS SYSTEMS!!! Honestly, who is ever going to create a win32 based embedded system?? Linux is the natural choice, and if Motorola does not realize this, then they are shooting themselves in the foot. In fact, I bet that they could care less if a wintel box would even boot with the thing in as long as the Linux boxes will work well with it in. My predictions: 1. Motorola is going to get a large pile of money. If (some would say when) this "internet appliance" paradigm gets off the ground, its rise will probably coincide with the rise of the cheap broadband that would be necessary for these devices to work. Since you are trying to keep costs low on these appliances, you are not going to want to by components that are at a premium. Instead you buy a bunch of cheaper things so you can keep your prices low. If Motorola is first out of the gate with this they will have people practically throwing cash at them from all sides. 2. Linux performance will not be as bad as everyone fears. I admit that winmodems suck badly, really really badly when compared to their hardware counterparts. ON A WINDOWS MACHINE. Seriously, I have not seen a win32 machine (except for a few tweaked out NT boxes) that ever have had enough spare resources AT ANY TIME to be able to handle the winmodem overhead satisfactorially, much less a home system. However, we are not talking home systems, we are talking IAPPLIANCES with dedicated tasks. Open your eyes people; they are not trying to sell this to you. The inquisitor has spoken.

  37. Slashdot tip 'o the day by Anomalous+Canard · · Score: 3

    When previewing, use the back button before repairing the damage or submitting rather than editing in the window on the preview page or submitting from there. The editing tool on the same page as the preview eats things when it shouldn't. It used to convert < into < for example, but now that's fixed. Instead, it eats HTML tags.

    Anomalous: inconsistent with or deviating from what is usual, normal, or expected

    --
    Anomalous: deviating from what is usual, normal, or expected
    Canard: a false or unfounded repor
  38. Stop them before they get there by bfree · · Score: 3

    Lets us all tell them to fsck off. They are just helping AMD etc. sell more high speed processors ("with todays 550MHz+ processors blah blah blah"). Let's not suffer lower frame rates in online games for the sake of £50, and lets not suffer OS incompatible hardware devices for the sake of it. Please someone with the bandwidth begin a petition now to tell them to fsck off!

    --

    Never underestimate the dark side of the Source

  39. Read the motorola press release by Carnage4Life · · Score: 3

    Here's the motorola press release and Yes, there'll be Linux support.

  40. It's not that difficult, guys? by Anonymous Coward · · Score: 2


    If you want to use DSL under Linux, don't buy these WinDSL modems. Buy a real DSL modem. If it has "Win" in front of it, don't buy it, and if you do, don't complain about it.

    Windows is the most popular platform in use, and it makes business sense for Motorola to do this. Don't complain because they're making money and the Linux companies are losing faster than ever.

    1. Re:It's not that difficult, guys? by jonnythan · · Score: 2

      The problem, as another poster pointed out, is that most DSL vendors give you a DSL modem to use for the duration of your contract/subscription. With these, they'll continue to charge the same price, but you get a shitty modem. Someone said there would be Linux support, but I doubt that. So those who want DSL for Linux will have to buy their own modem and still pay for the Winmodem.

  41. Re:Windows-Tyize by DustyHodges · · Score: 3

    Unfortunatly, not that much of the market isn't windows. If you want to make a cheap piece of hardware by using software, you have to focus on the Win side to make any money... Software based isn't going to do it for anyone else anyway... Linux users are smart enough not to pay good money for software based modems. But eventually, someone on LinModems will post their drivers for it. It's bound to happen. I truly think that this is no big loss for any other community. As I can verify, being the owner of an LT Win modem, software based modems are pieces of shit. If I were a more informed geek at the time I had purchased my machine, I would have made sure to get a hardware based modem... When crap is being peddled to the masses, why be upset that they aren't marketing to you? Software based modems are, quite simply, the fast food of connectivity hardware. If you want something that is any good for you, you simply have to go with something else. Just my opinion, Dusty Hodges

  42. Re:Performance Hit by Masem · · Score: 2
    Actually... WinModems and that nice dual processor 600Mhz computer will have little effect on the performace, but if you take a 200Mhz, add a WinModem, and try to play Halflife (or some other CPU intensive game), you'll notice a very large hit in performace; before I switched to an external 56k modem, my pings were 300-400, and now are 150-250. Frame rates were also noticably better with the external modem.

    Cheap but good quality hardware is good. But to pass on something as basic as net connectivity to the CPU especially as bandwidth sizes increase, is a bad idea in the end. Furthermore, that's one less slot that you could have filled with a second video card or the like.

    --
    "Pinky, you've left the lens cap of your mind on again." - P&TB
    "I can see my house from here!" - ST:
  43. Re:Performance Hit by Thomas+Charron · · Score: 3

    The best example I can say is take these steps, and you can quite literally *WATCH* the software begin to fail simply becouse of CPU resources..

    1) Install a 56k Winmodem in a Celeron 300 Machine running Windows NT. (Windows NT is simply becouse of those lovely beeps it'll make to tell you bad things are happening.. Adds affect)

    2) Connect to the net, download RealVideo

    3) Play *ANY* RealVideo designed to run on a 56k connection (Usually encoded for 42 or 44 something)

    4) Listen top the beeps FLY! CRC errors off the chart. That's what happens with the software based drivers.. No resources, buffer overflows about, and CRC errors (Beeps) start playing a fast beat dance song for you..

    --
    -- I'm the root of all that's evil, but you can call me cookie..
  44. Re:550 MHz? by gklyber · · Score: 2

    Those Intel commercials advertising making the Internet faster with their new processors is finally starting to make sense...

  45. You can be wrong, but don't be bitchy too.. by consume · · Score: 5

    Please take a second and read T1.413, which is the ANSI standard for ADSL.

    OR you could just read Newton's Telecom Dictionary, under Modem:
    "The term "modem" is also applied (and correctly so, in the purely technical sense) to ISDN TAs (terminal adapters), ADSL TUs(Terminating Units), line drivers and short-haul modems.

    Instead of using a shift-keying encoding (typically Quarternary Phase Shift Keying for 28.8kbps and higher) xDSL uses CAP (Carrierless Amplitude Phase) or DMT (discrete multi-tone) to MOdulate the digital signals onto an analog medium and DEModulate the analog signals back into ATM cells or Ethernet frames.

    Keep attempting to be technical. We'll all still be here when you get back...

  46. 550 MHz? by jonnythan · · Score: 4

    They claim that they should work in any system that's at least 550 MHz. If you need that much processing power for a DSL modem to be hardly noticible (which is what I suppose they mean, maybe less than 20-30% processor usage), then can you imagine playing Quake 3 or UT on the net? Just your modem would be pulling a large percentage of your FPS, which would not make these people very happy.

    56k WinModems are fine; even though they may be a little buggy, at least the data transfer rate doesn't require a dedicated Pentium II-class chip just to run.

    Give me my hardware DSL modem, or the lovely ethernet-based cable modem i'm going to get in a few months.

  47. Oh no, not another Winmodem... by IO+ERROR · · Score: 3

    The best thing about Winmodems is you can update the firmware. The worst thing about Winmodems is you can update the firmware. Winmodems tend to be buggy, CPU-hungry beasts whose firmware is updated frequently because of it. They tend to be very unreliable. (Don't believe me? Call up your favorite ISP and ask THEIR opinion of Winmodems.) The article says it'll run fine in a 550MHz system. And they're targeting it at under-$1500 computers? Can you get a Coppermine system for that price, WITH the DSL modem? (Think Gateway, Dell, etc., not parts-from-eBay.) Besides, DSL devices are fairly cheap for the bandwidth you're getting. You have a couple of choices: avoid the issue altogether by getting an EXTERNAL device, like the Cisco 675, or write software drivers for your favorite OS. Will Motorola allow this to be done? Who knows.
    ---

    --
    How am I supposed to fit a pithy, relevant quote into 120 characters?
  48. DSLing a Modem to Heaven by Trollmastah · · Score: 2

    There's a lady who knows
    All the systems and nodes
    And she's DSLing a Modem to Heaven
    She telnets there, she knows
    All the ports have been closed
    With a nerd she can get
    Files she came for

    Woohoohoo
    Woo Hoo Hoo HooHoo
    And she's DSLing a Modem to Heaven
    There's a first post to get
    But she wants to be sure
    Cos she knows sometimes DSL has
    Two meanings
    In a path by the NIC
    There's a burdvax that pings
    Sometimes all of our flames
    are cross-posted

    Woohoohoo
    Woo Hoo Hoo HooHoo
    And she's DSLing a Modem to Heaven
    And it's processed by root
    Unix Labs will reboot
    Slashdot will then listen to reason
    And a prompt will reload
    For those yet to logon
    And the networks will echo much faster

    Woohoohoo
    Woo Hoo Hoo HooHoo
    And she's DSLing a Modem to Heaven
    If there's a lookup in your netstat
    don't be .alarmed now
    it's just a flaming from the link queen
    Yes there are two routes you can type in
    but in the long run
    there's still time to change the net you're on

    And as we find stuff to download
    We ftp and we chmod
    There was a sysadm we know
    Who changed the server to her own
    She had root privs and she used chown
    She hacked out on the DDN
    And if you tail her stdin
    Then you will find the karma you had lost
    And get it back with cpio
    To be a hack and not a troll...

    And she's DSLing a Modem to Heaven. . .

    --

    .

    Take all good things in moderation, including moderation.

  49. Performance Hit by NMerriam · · Score: 5

    Unfortunately the side-effect of this is that people won't realize they're taking a big performance hit.

    Software modems, for the driver problems, aren't that big of a deal on windows because the Modem isn't using much processor time anyways.

    But this thing sounds like a real hog -- they couldn't implement it until now because anything below a P3-550 couldn't run it? This sounds like a great way for Intel to sell more processors.

    The folks who really appreciate high-speed access (other than Warez d00ds and Pr0n Kings) are gamers, and this is really gonna suck for folks who think they're getting a great deal, only to boot up and wonder why their new P3-1000 is slower playing Diablo 2 than their old P2-233 on a dial-up.

    And then of course the driver issues, when Loki comes out with Diablo 2/Linux (maybe?)...

    --
    Recursive: Adj. See Recursive.
    1. Re:Performance Hit by Tony+Hammitt · · Score: 2

      Don't forget that every PCI card effectively cuts the bus bandwidth to all of the cards by a larger amount. 2 cards gives up to 66MB/s each, but 4 cards get only 33MB/s. That's why AGP is such a good idea, at least you have dedicated bandwidth to the video card.

  50. Re:Dearth of technical accuracy by Xenu · · Score: 2
    Codecs convert one form of digital data data to another form.

    No, that is incorrect. A CODEC (coder/decoder) is typically used to transform analog signals to/from the digital domain. The integrated circuit that the telephone company uses to convert analog voice on subscriber loops to/from 64 KBPS digital data streams is a CODEC.

  51. See it as an opportunity for integrated devices by otmar · · Score: 2

    I do agree with most postings here that I don't want such a modem on my main computer. But I do think this opens up an opportunity for the Linux-based embedded system market.

    Why not integrate the modem with a standalone firewall/proxy/mailserver/... box like e.g. the cobalt cube ? That could be a nice application for such softmodems.

    /ol

  52. Re:No such thing as a "DSL modem" or a "cable mode by kwsNI · · Score: 2

    Well, you're half-right. There is such a thing as a DSL modem - however - the term modem is incorrect for it. It's kind of like saying that Seahorses are not horses. Technically, you are right but the name is still there to stay.

    kwsNI

  53. PROPER LINK HERE.... by Carnage4Life · · Score: 2

    http://www.corporate-ir.net/ireye/ir_site.zhtml?ti cker=mot&script=410&layout=7&item_id=865 82 For some reason the ahref didn't show up???

    1. Re:PROPER LINK HERE.... by IO+ERROR · · Score: 4
      /. is eating HTML tags for breakfast this morning. Let's try it without previewing first:

      http://www.corporate-ir.net/ireye/ir_site.zhtml?ti cker=mot&script=410&layout=7&i tem_id=86582
      ---

      --
      How am I supposed to fit a pithy, relevant quote into 120 characters?