Slashdot Mirror


USB 2.0 Spec Is Final - Up To 480 MB/s

mrbinary writes "I hadn't checked the USB website for awhile, but it seems that the USB 2.0 spec is final and the speeds are confirmed at up to 480 MB/sec. Not too bad - hardware should be available shortly and the spec is fully reverse-compatible with USB 1.1. There's a PDF document that talks about the goodies upcoming including: 'A first-ever demonstration of multiple MPEG videos being played on a ZIP drive connected to a PC via a USB 2.0 Bridge. The demonstration featured an FPGA bridge designed and manufactured by In-System Design, an I/O design and engineering firm specializing in USB bridging solutions.'" USB is actually a cool standard, but cooler on paper sometimes than in real life. Hopefully 2.0 will squeeze ideal and reality a little closer together. [Updated 4:00 GMT 22 Aug by timothy:] As reader David Bastiani points out, 480 Mb/sec sounds a lot more reasonable than 480 MB/sec. Maybe that will make it easier to make the specs meet reality;)

227 comments

  1. 1394 is not PC dependant, thats why it's better. by Drakino · · Score: 5

    Intel just wants to keep USB alive to try and steal the power of 1394. But in reality, the main benefit of 1394 is not being tied to a PC host or having a hub based network. Where is this useful? In the home entertainment area, where you could hook your 1394 HDTV to a 1394 DVD player and enjoy. One cable per device, instead of the several to get video and audio. Plus it's all digital.

    USB2 will be nice for the speed, but 1394 is prepairing to hop to 800Mb/s then on to 1.6Gb/s.

  2. Re:Bad Idea by be-fan · · Score: 2

    You just reminded me of something. USB was designed originally to get rid of serial and parallel ports and unify the connection method. In fact, it has now done the opposite. Instead of two kinds of ports on the back, you now are going to have 4 (more if you've got firewire like Sony's VAIO line), two of which (USB 1/2) look very similar. Again, Apple has the right idea, and the PC industry just doesn't "get it."

    --
    A deep unwavering belief is a sure sign you're missing something...
  3. Re:Bad Idea by proxima · · Score: 1

    That's pretty simple. Not too many computers are shipped with firewire pre-installed. Not only that, there are fewer devices for it (still more high speed SCSI devices). I like firewire, but in working with hundreds of new and used computers at work and school, I haven't encountered much firewire - it's just not popular. USB is built onto most ATX motherboards now, and has cross-platform support.

    --
    "The universe seems neither benign nor hostile, merely indifferent." --Carl Sagan
  4. Ugh.. USB needs to go faster? by brystar · · Score: 1

    I just want to say that usb already manages to ruin most of my days at work.
    I work on diagnostics for a hardware company that sells docking stations and we have a product with usb in it. Developing a software diagnostic was a pain in the ass. The protocol is so screwed up. I think its a conspiracy to up the processor speeds the average computer user needs.
    The OHCI implementation (OPTI & CMD chips) causes an interrupt every millisecond. When this interrupt occurs a bunch of data is sent over the link. Lots of software driver activity. Regardless if there is a device plugged in or not watching this on a Logic Analyzer you see a bunch of data being processed that basically means "I'm ok, I'm still here". If that interrupt isn't handled properly system crash or at least USB crash. Actually using a device increases this of course but I think for a USB mouse to suck this much resources is.. bad?
    UHCI (Intel) implementation is slightly better. Except no one can get it to work if its not built into motherboard (except VIA, what does that say?). Doesn't cause as many interrupts, and its IO based. Basically USB 2.0 is going to increase the frequency of interrupts. Faster processors benefit who?.. Of course I'm just being paranoid because i'm a software guy at a hardware company.
    ~Bryan Starbuck

  5. Re:Its a shame by GodSpiral · · Score: 1

    I don't own any USB devices because the spec was too slow. ( I could have gotten some joysticks or MIDI instruments, but I didn't)

    Now (2.0) there is some major headroom. This can be a platform to network homes. Its fast enough to have a network display device, and send images from a sat receiver or vcr to any pc or other tv.

  6. Re:ARGH! More Support! by stripes · · Score: 2
    I've read that USB keyboards and mice are supported at least by linux, which is a good first step, but the vast majority of USB devices are things like cameras and scanners.

    My FreeBSD box syncs with my Visor (Palm clone) over USB. I have a working USB Ethernet (intended for use on an i-opener, or similar unit which I havn't had the time to hack up). I expect my new digital camera will as well since I got sources to a Linux program that does it. I just have to find out the diffrences between raw USB access on Linux and FreeBSD.

    According to the (BSD) usb mailing list I'm on many USB modems work. As do many USB mass storage devices. Not that USB1.1 is a fast access path to mass storage, still slower then 1987's async SCSI.

    I don't know how closely sync'ed the BSD and Linux USB stacks are. I think the Linux one started with NetBSD's (a fair and good idea). FreeBSD's track's NetBSD's.

    I'de say more but the dog wants attention...

  7. Firewire is to expensive to replace USB by flatrock · · Score: 1

    Firewire is not only faster than USB, it's more versatile, and more expensive. Firewire mice and keyboards just aren't very practical. Unfortunately, the 12Mb/sec bandwidth of USB 1.0 is a little slow for some peripherals such as scanners and CD-RW drives. Putting Firewire on PCs to meet this need means more ports of different types to confuse the average user. It also means additional expense of having both a USB controller and Firewire controller in the same system. With USB 2.0, the additional cost is relatively low, and it keeps things simpler for the user. Maybe Firewire will continue to increase it's bandwidth and still take off for higher end devices. So far, the only ones I see pushing it are Apple and Sony. If it's such a good general purpose bus, where's the iLink (Firewire) ports on the Playstation 2. Of course, I've never seen a Playstation 2, so for all I know it could have Firewire.

    1. Re:Firewire is to expensive to replace USB by flatrock · · Score: 1

      With Firewire every device is a busmaster. There has to be control logic in every device to know how to arbitrate to decide who can send when.

      With USB, only the controller in the host can start a data transfer. When a new device is plugged into USB it tells the host controller how often the controller should poll it for new data. This kind of design makes the relatively dumb devices on USB much cheaper to implement. Think of it like having a server and a bunch of dumb terminals vs having a bunch of distributed PCs.

      The above description is a bit of an oversimplification, but the savings go beyond hardware costs. Simpler hardware is easier to debug. Since the USB controller is being imbedded in chipsets, you have fewer implementations which you need to test against in order to verify your product will work when it gets to the customer.

    2. Re:Firewire is to expensive to replace USB by PowerMacDaddy · · Score: 1

      FireWire is the name used by Apple. If someone wants to use the FireWire name, they have to pony up some cash to Apple. Sony decided "screw it" and called it iLink instead. The IEEE 1394 designator is the standard specification, which anyone can use without paying a royalty.

      I may be biased, but I think FireWire sounds cool. =)

      As for FireWire vs. USB... FireWire was never meant for mice & keyboards. It was meant for high-speed device connections. (Cameras, RAID arrays, scanners, CD burners, etc.) The beauty of FireWire is that you can hook the same device up to multiple machines, and all of them can have access to it simultaneously. The devices can even talk to each other without requiring the computer to be turned on. And to top it all off, FireWire is just so damn fast compared to USB...

      IMHO, I think Intel decided that high-speed peripheral access is a market they could make some money in, so they decided to bump the USB standard to compete with FireWire. The problem is, USB was never designed for that, so they had to bolt on the ability to make faster data transfers, resulting in a kludgy protocol. I couldn't give a rat's ass about USB 2.0... if it wasn't for Apple in the first place, USB would be another languishing technology.
      ---

    3. Re:Firewire is to expensive to replace USB by singularity · · Score: 1

      Users are used to having two different ports on the back of their machines (and more). So we used to have serial and parallel and PS/2. Macs had ADB and Serial and SCSI.

      Users are not going to be overly confused by two ports on the back of their machines. "Slower devices with this type plug go into the USB connection. Faster types with this plug go into the Firewire port. Both are hot-swappable, and both are plug-and-play." (under ideal circumstances for that last one - up to software support).

      Why can't someone come up with silicon that controls both USB and Firewire?

      --
      - (c) 2018 Hank Zimmerman
  8. Re:Its a shame by DavidOgg · · Score: 1

    Both your AT Keyboard, and your PS/2 Mouse use an IRQ, (1 and 12), USB uses ONE IRQ for all devices attached, up to 127!

    You only have 16 total, IRQ's are precious.

    --
    Fear the government that fears your guns. Fear the government that fears your computers. Remove them from my email.
  9. Re:Only for your USB 2.0 devices by GodSpiral · · Score: 1

    As the poster above me mentioned, will putting a usb1.x hub on one port, and a 2.0 hub on the other port solve the downspeeding problem?

  10. Re:Did anything odious make it into the spec? by gehrehmee · · Score: 1

    Perhaps not. But they seem to be smart enough to massage the judicial/legislative systems into giving them their way.

    --
    "You know, Hobbes, some days even my lucky rocketship underpants don't help" -- Calvin
  11. What about the implementation cost? by Matt_Bennett · · Score: 2

    I see plenty of comparisons between firewire and USB, but no-one seems to be mentioning the cost of the hardware. Yes, it does appear that firewire is a faster, better protocol, which doesn't require a PC as master controller (if I read the posts below correctly) But realistically, how much is it going to cost to place this hardware on my motherboard and in my camera/hard-drive whatever?

    By having a host computer do the work you can significantly reduce the complexity and the cost of the peripheral- On average, there are going to be many more peripherals than hosts. If the peripheral is cheaper, then you have an immediate leg up.

    Who's going to win? Probably Intel. Even overlooking price, Intel is the 800 pound gorilla that has intimate relationships with *all* the major PC makers. Intel works heavily on building relationships with the PC makers, so that they can get more than just CPUs in PCs, but chip-sets and other peripherals. Firewire is backed by Apple. Apple doesn't doesn't command as many of the eyes or ears of the PC manufacturer world, by their own design.

    The winner of this battle is going to be whoever can put the most ports on the most desktops. Think Beta vs. VHS.

  12. Re:Its a shame by DavidOgg · · Score: 1

    on a side note, why the hell dont we give ourselves 256 IRQ's? we went from 8 to 16, but thats not enough!

    --
    Fear the government that fears your guns. Fear the government that fears your computers. Remove them from my email.
  13. Re:Its a shame by swb · · Score: 1

    Say, how does that work? I just noticed that my video card is IRQ 80, the USB controller is 31, SCSI 72, NIC 76.

  14. Re:Did anything odious make it into the spec? by Signal+11 · · Score: 1

    The legal system can't stop me from wandering down to radioshack and picking up a 1M resistor and a 741 opamp.... Christ, their security scheme could be bypassed for $2.50 in parts!!!!

  15. Re:USB and the PCI bus, no problem by Tuzanor · · Score: 1

    Try maxing USB 2.0 on ISA though, BOOM! :-)

  16. Re:the demonstration.. by ekidder · · Score: 1

    One of the reasons I don't run Linux too much anymore is this :) I've got my share of USB devices and it's really sweet when I can just move my mouse, printer, etc. from machine to machine with no issues.

  17. Re:Bad ideas make money for intel by Omnifarious · · Score: 1

    From what I understand, it still is. I think there are command queuing issues and such that are well handled by SCSI host adapters. I'm kinda fuzzy on this, so I might be wrong.

  18. Re:usb requires a PC by gehrehmee · · Score: 1

    You mean like a playstation II?

    --
    "You know, Hobbes, some days even my lucky rocketship underpants don't help" -- Calvin
  19. In truth not that many people are *that* desperate by sips · · Score: 3

    Well since you have started your own little thread I thought I might chime in with my own thoughts.
    Music isnt' the be all and the end all of entertainment. Just as radio isn't even a candle to television in any sense.
    Plus I am not going to take a 4 year degree to learn to decipher a speaker system and then void the warrenty on my speakers to get said sound.
    It is just sheer lunacy. Perhaps you should look into things that need more protecting than just music like perhaps human rights/liberties, or perhaps free expression. I never owned a piece of sound hardware and I don't really care to start.
    The principal is simple humans have far better things to do with their time than to constantly chase legaleese with a bunch of fat cats and put themselves in bad circumstances.
    I want to honestly know *why* in the hell suddewntly music seems to be more important than blood, human life, or even moving pictures.
    Reading a good book at a library or perhaps going to a nice play or even opera is better than getting pure music.
    In short the human race should pick it's battles for the public to care about and I can't possibly see why music should be one of them. Music is all about love/lost love/getting in love and the like any way. Verry little with any political message or theme. Most is bland. Classiccal music at least tells a story and I don't need to go on napster to get a copy of that and it's not even questionable.
    I want you to show me a new song (within the last 50 years) that has told some form of epic story using a rock n' roll genre as it's basis. I don't think it exists.
    Now Faust: that's literature.

    --
    Respond to s
  20. Re:They dont want to pay Apple 25 cents per system by VFVTHUNTER · · Score: 1

    Good question. As far as getting a hub to make 1.x devices go faster, I don't see how that would be possible. The 1.x devices either aren't going to generate data fast enough (clock speed), or the actual cable/port itself won't physically allow for 2.x speeds (transmission line problem). However, isn't USB supposed to allow isosynchrony? It seems like there could be slow 1.x devices on a 2.x system, and 2.x devices could still be guaranteed 2.x-level speeds. Alas, I've no clue. Seems to me that USB's only advantage is the cables are cheaper. Firewire has smaller ports, and allows daisy-chaining sans hubs. Of course, a lot of implementation depends on the complexity of the chipset. Anyone have any info on this?

  21. the demonstration.. by _jthm · · Score: 1

    ... mentioned in the article is going to be on what OS ?

    think about that. moderate it down for not saying linux is god, but they still can't show a device being plugged into a USB port, detected, and a driver / module install or configuration process initiated.

    and that doesn't make the OS less stable, less usable, actually it makes it very transparent, and very usable.

    today i plugged the 'jumpshot' USB adpater for my nikon digital camera's Lexar memory card into my Win 2k pro box, and it asked for a driver, i pointed it to the recent download from lexar, and in a matter of seconds it all works.

    i want linux to do this. linux can't do this.

    so i don't use it as my major platform. i've hacked and hacked and played with my linux systems to provide music to my entire house, to run tape back up at work, to provide encrypted connections for local telnet to remote consultants..

    it's great. i run it. but where's the intelligent, non-hack hardware support ? i can do it -- i just have better things to do with my time than hack my system just to USE IT.

    thoughts ?

    1. Re:the demonstration.. by GlassUser · · Score: 1
      Actually, with win2k, you can not install devices (any device, PCI, USB, etc) unless you're logged in with appropriate privledges (generally local administrator, or have grandfathered admin rights). This was one of my major reservations about using NT5, and I've seen it met.

    2. Re:the demonstration.. by Anonymous Coward · · Score: 1
      It would be a security problem to allow anybody to load drivers, you'd at least have to install them as root.

      It would be a better idea to load the drivers on demand (i.e. when you attempt to use the device), not when you plug something in. Distributions could probably set up your modules.conf to do this, even installing a custom "modprobe" program that probes the USB bus for new devices (it doesn't really belong in the kernel).

      I just helped a friend install Red Hat 6.2, it seems pretty good about detecting hardware in general (I'm not sure if it does USB, probably not). It runs a program called "kudzu" on bootup to detect new hardware, it even detected a new mouse (IIRC, it also detected the modem).

  22. Re:USB and the PCI bus, no problem by E_Lizardo · · Score: 1

    You say PCI is not dead... And this is supposed to be good news? While I admit that PCi is a big improvement over the old days of fiddling with jumpers to try to avoid interrupt conflicts, I've run into too many problems with shared interrupts to believe PCI is well-designed.

    If I could stop putting expansion cards into my PCI slots and start plugging in cheap external sound, network, and disk devices, I'd be much happier. I don't care whether it's USB, FireWire, or both, just as long as I can get the peripherals I want at consumer prices and plug them in where I want them.

    --
    Was mich nicht umbringt macht mich hungrig.
  23. Re:USB IS Cool... by Anonymous Coward · · Score: 1
    Does the USB 2.0 spec say that there will be no conflicts, no freeze-ups, and no lack of support? Cool!

    Why didn't someone think of this before?

  24. Licensing costs by Gothmolly · · Score: 1
    Since some people (Sony, Apple?) own Firewire, I've heard it said that every Firewire device manufacturer has to pay licensing fees to the above Evil Empires. USB 2.x OTOH, is, AFAIK, free. So while Firewire is becoming ubiquitous, and yes, it comes on digital video cameras -

    • Who has one of these cameras?
    • Do you want to pay someone a %% every firewire gizmo you buy?
    • People HAVE USB already.
    Just my USD .019999.
    --
    I want to delete my account but Slashdot doesn't allow it.
  25. Clarification from the article... by reddeno · · Score: 1
    Just to clarify

    "USB 2.0 will extend the speed of the peripheral to PC connection from 12 Mbps on USB 1.1 to up to 480 Mbps on USB 2.0 - or 40 times overexisting capabilities."

    Although 320X would be nice. :-)

    --Nicholas

  26. Re:Did anything odious make it into the spec? by Signal+11 · · Score: 1

    I was just trying to point out how cheap one could do it... there are radioshacks everywhere... but how many Fry's are there?

  27. Re:Its a shame by NoWhere+Man · · Score: 2

    Actually my old 200MMX had the support aswell...but I don't even own a USB device, simply because there is nothing I am really interested in on that standard. If they start coming out with hard drives and other media devices I will definately buy them, assuming they have improved the speed for data transfer to resonable levels.

    We're just not really concentrating on developing it enough. It has a "whatever" kind of attitude. Which is sad, because I am going mobile in the next couple months (no desktops, only labtops and compact perpherials) and I might have to be using USB for alot of perpherials, I just hope it improves by then.

    --

    "Imagination is the only weapon in the war against reality." -Jules de Gautier
  28. Re:Did anything odious make it into the spec? by Dr.+Evil · · Score: 2

    Because it won't be a CD, it will be an audio-DVD. Also, the DMCA makes any attempts to circumvent the system illegal -- even going down to Radio Shack and buying an Op-amp so that you can make a backup copy of the media or use soundbites from the disk for your default beep.

  29. Re:Its a shame by minister+of+funk · · Score: 1

    I saw someone selling external usb cases designed to receive 3.5" half-height hard drives. You could get them in different flavors: scsi, IDE... I've forgotten who makes them, though...

  30. Open Standard by Naught_Me · · Score: 2

    I guess the reason everyone is so excited about USB getting faster is that its kinda like open source software in the light that anyone can use it and develop for it without having to pay any royalties to anyone. Despite the fact that it is faster, Firewire is owned by Apple, and anyone that wants to use it has to pay a small royalty to them. This apparantly pisses off a lot of hardware manufacturers, so unless the really need the speed of Firewire (digital cameras and the like) they'll go with USB every time, especially since its supported on almost all major platforms, both hardware and software.

    I for one am excited about USB 2.0, and cant wait till I am able to get scanners, printers, and webcams that support the new standard.

    1. Re:Open Standard by Anonymous Coward · · Score: 2

      Stupid argument. You either pay Intel to use USB in the form of their driver chips, or you pay something like 50 cents per device (a ridiculously low licensing fee) to the IEEE.1394 patent pool (*not* Apple) to use their technology.

      You need to license the use of the word (and logo) FireWire from Apple, but that license is *FREE*, and you can use any variety of chips you feel like using, not just Intel licensed silicon. I can buy FireWire PCI cards for less than $30 bucks right.

      Claiming that USB is 'open source' is not only silly, but shows a surprising lack of research on the issue.

      -Harry

    2. Re:Open Standard by moeller · · Score: 1

      What, you think that Intel doesn't charge for USB? That only Apple does these things? Sorry, the only main opponent of Firewire was Intel, because Intel likes escaping royalty charges with the Not Invented Here syndrome. Everybody else pays similar royalty fees whether it comes from Apple or Intel.

      That thing about ownership is just marketing FUD put out by Intel.

    3. Re:Open Standard by Salamander · · Score: 1
      I guess the reason everyone is so excited about USB getting faster is that its kinda like open source software in the light that anyone can use it and develop for it without having to pay any royalties to anyone.

      Oh, bullshit. Intel makes more on USB than Apple makes on Firewire. They just bury the cost in chipsets and motherboards so the newbies don't notice.

      --
      Slashdot - News for Herds. Stuff that Splatters.
  31. Re:Bad Idea by rreay · · Score: 1

    Two of which (USB 1/2) are identical... There is no difference in the ports.

    --Rob

  32. Re:Make that 480 Mbit/s by jallen02 · · Score: 2

    Proof most moderators sort by score.

    This is the first post to mention a mistake in the article, yet much later posts are the ones getting modded up because their parents are higher modded.. sucky.

  33. usb requires a PC by Anonymous Coward · · Score: 1

    whereas firewire does not. i read somewhere that intel just didn't want to support a standard that didn't force people to use their products. firewire is becomming quite common(it seems) in DV equipment both PC and non PC based. intel could easily incorporate a firewire interface onto their boards they just don't want to. VIA on the other hand(last i heard) was going to start integrating firewire onto it's chipsets sometime in the near future. with VIA quickly becomming the dominant chipset maker for PCs, you'll likely find firewire on many of the PCs in the next year or so. I still like SCSI. i (personally) don't have any use for scanners digital cameras or any other of those peripherals!

    1. Re:usb requires a PC by Spirilis · · Score: 1

      Judging by the recent comments in this thread, I think it means non-PC as in non-PC or Mac, i.e. standalone devices like VCRs and TVs and shit.

      --
      the real at&t mix
  34. Re:Its a shame by Bun · · Score: 1

    I think the reason for that is the technology is changing...as soon as USB came out, another, faster technology (firewire) could already take its place.

    The real problem here was that manufacturers were VERY slow to produce USB peripherals. My Asus Pentium motherboard had connectors for USB ports on it 4 years ago, but until the iMac came along last year (or was it the year before?), there was narry a USB peripheral in sight.

    --
    "Anyone that has ever gotten an idea based on any of my work and done something better with it-good for you."--J.Carmack
  35. In-System Design by Detritus · · Score: 1
    The demonstration featured an FPGA bridge designed and manufactured by In-System Design, an I/O design and engineering firm specializing in USB bridging solutions.

    This is the same company that doesn't seem able to write a USB 1.X CD-R device driver that doesn't blue screen Windows 2000.

    --
    Mea navis aericumbens anguillis abundat
  36. Re:Networking by mattreilly · · Score: 1

    The comment was referring to the inability of USB to act as a networking medium. USB to ethernet adapters don't use USB as the networking medium, they use ethernet.

    cheers,

    Matthew Reilly

  37. Re:wow...480 MB/s is a lot of bandwidth...oh wait. by (void+*)0x00000000UL · · Score: 1

    Listen folks, when talking about external serial links, the speed is always given in bits/sec.

  38. Re:Did anything odious make it into the spec? by rreay · · Score: 1

    Does anyone know what became of this?
    Yup.

    Does the final USB2 spec contain any such anti-consumer features?
    Nope.
    But such "features" wouldn't be implemented at that level anyway. If people are going to implement those kind of things they'll do it at the class driver level. I do not follow the audio class working group, so I can't say what's been proposed there.

    --Rob

  39. Re:Really desperate for that music huh? by pjl5602 · · Score: 1
    Just buy the damn CD and be done with it.

    It's not the purchase of the copyrighted material that I happen to object to.&nbsp If you were able to look at my CD/Video/DVD/software collection you would know this.

    What *I* personally object to is only being able to play authorized media on authorized players.&nbsp Then the record/movie/software companies will control what I watch and how I watch it.

    No thanks.

  40. Re:In truth not that many people are *that* desper by Heretik · · Score: 1

    Metallica, One (...And Justice For All)

    If I had the time, I'd compile a list of 30 songs, but since you asked for just one (oh, haha, I'm so funny) there it is. ;)

    -----

  41. Re:No, 480 Mbits/sec -- read the PDF! by Mark+F.+Komarinski · · Score: 2

    Doesn't firewire allow two devices on the chain to talk to each other directly, without needing the CPU? If this is the case, you could have (say) a FW video camera dump its contents to a FW HDD at the full 400MB/s without requiring CPU intervention.

    --
    -- Ever notice that fast-burning fuse looks exactly the same as slow-burning fuse? I didn't... (Edgar Montrose)
  42. 480MB/sec by StarHeart · · Score: 1

    Is that megabit or megabyte?

    --
    Havoc Penington, the bane of my Linux desktop.
    1. Re:480MB/sec by Sadfsdaf · · Score: 1

      it's a capital B so it's BYTE, i think..

    2. Re:480MB/sec by StarHeart · · Score: 1

      the pdf says megabit as I suspected.

      --
      Havoc Penington, the bane of my Linux desktop.
    3. Re:480MB/sec by CyanideHD · · Score: 1

      Well if we do the correct math, 480 Mb/sec divided by 8, we get 60 MB /sec which isn't that bad.

    4. Re:480MB/sec by Setsuna · · Score: 1

      No in fact its not totally correct! Megabit means (as any guy in telecommunications will tell you) 1000*1000 bits (thats 1 million bits) but megabyte is 1024*1024 bytes (thats quite a bit more than 8x) Just wanted to post something ^_^

    5. Re:480MB/sec by Sadfsdaf · · Score: 1

      Whoops, so i guess it's bit, that's why i should read the link ... and so should timothy =P

  43. Re:Its a shame by Kris_J · · Score: 2
    barely touched on external hard drives
    www.nasa.com.au do an external IDE box with a USB interface. It's supposed to be for CD drives and the like, but I put a removable hard drive tray in it and a 20GB hard drive for my MP3 collection. You can turn the box off and swap the drive while the parent PC stays on. I've also used it to read drives where their parent PC is long gone. The reason these things aren't popular is that not only are they slow, but the PC takes a hard performance hit when reading from the drive. (I've been keeping an eye on Firewire hard drives, but I don't have a firewire interface on my portable and my PCMCIA slot is used by a 10/100 network adaptor -- if they was a 10/100 firewire network adapter, I'd switch my one fast data port to firewire.) Even so, I recommend the box.
  44. Re:Bad ideas make money for intel by Another+MacHack · · Score: 1

    Maybe that's true if you're using PIO modes, but modern IDE uses DMA transfers, so the processor cycle issue really isn't so much any more.

  45. Re:USB 2 is lobotomised FireWire by rreay · · Score: 1

    On the other hand, USB is explicitly designed as a computer peripheral bus the root node must always be a computer. Without a computer powered on and managing the Universal Serial Bus, it's useless.

    You say that like it's a bad thing. As you say USB is intended as a peripheral bus. You can right now replace a most of the ports on a desktop machine with USB and be done with it.

    On the other hand, you'll never put a mouse or joystick on a 1394 network. The HW would be far to expensive, the heavy shielding the cables require would makes a mouse tough to move, and you run into the same problem the wireless peripheral guys have of "which host does this keyboard belong too".

    I think what happened here is manufactures want to make consumer level devices that require a little to much bandwidth for USB. Video cameras and the like. Unfortunately the cost of 1394 HW is high enough that if they were to try to do it right then they've priced their device outside consumer levels. What happened is that people made crap devices that worked over USB, but were cheap and easy enough to sell mass market.

    USB 2.0 is an attempt to address that by adding enough speed to support the higher bandwidth devices on the existing bus. Yes it's still based around a host, and yes it can't do everything 1394 can. It's not supposed to. 1394 is definitely the choice for networking your AV equipment. USB is definetly the choice for keyboards and mice. 2.0 makes it reasonable to manufacture in between devices for either bus.

    --Rob

  46. Re:Not true. by Tumbleweed · · Score: 2

    >Intel has supported 1394 for years

    How so? I haven't seen anything from them in the way of support in their chipsets. NOTHING.

    >1394 will never be cheap enough for a mouse

    It was never _intended_ to be for mice or such things!

    USB & FireWire were to be complimentary, only Intel apparently wants to muscle in on FireWire's territory by upping the USB speeds to make it seem like speed is the only advantage FireWire has over USB, which is not the case. They realize that, that's why they're also backing Serial-ATA for things that they realize aren't going to work with USB 2.x (same things that don't work well with USB 1.x).

    FireWire is already here, and FireWire devices are already here. The chicken and egg problem of FireWire has been solved - Intel just needs to bite the bullet and put support in their chipsets. As do AMD, VIA, SiS, and ALi.

    Whilst on the subject of biting bullets, Intel also needs to bite the RAMBUS bullet - just pay off Rambus and go to DDR full-steam. Ugh.

    And AMD needs to stop smoking whatever it is they're smoking and realize that VIA is not up to the task of producing a stable and high-end Athlon chipset, much less a dual-proc one, and make the 760MP chipset in volume. With AMD, you truly CAN afford a two processor system!

  47. Make that 480 Mbit/s by tyr · · Score: 3

    It's only a factor of eight, I know. Call me picky. That's the difference between a bit and a byte.

    1. Re:Make that 480 Mbit/s by Anonymous Coward · · Score: 1

      Agreed. If you're moderating, you should read Flat, Ignore Threads. This way, you see who said something first (chornological order), rather that just piling points onto the same post by a different person.

      Moderators, spread the love (points) around!

    2. Re:Make that 480 Mbit/s by jfk3 · · Score: 1

      Even the units are suspect... If you're reading an ad in the paper for a computer, they will tell you that GB is one billion bytes (it wasn't long ago that the same ads were telling you MB is one million bytes) when referring to the hard disk size. And K, course is 1,000 (close enough, right?).

    3. Re:Make that 480 Mbit/s by po_boy · · Score: 2
      Why don't we split the difference and talk in Meganibbles?

      Meganibbles - That's what they used to call me in high school.

    4. Re:Make that 480 Mbit/s by xinit · · Score: 1

      Well, a factor of 8 makes the difference between 2 megabits per second 2 megabytes per second when downloading a SOF test or a new Netscape...

      --
      --- http://foo.ca
    5. Re:Make that 480 Mbit/s by linesnatcher · · Score: 1

      Rather than worry about factors of eight you should use the right units for the specification. If your talking about a serial interface (USB) then its bits per second. If its a parallel like PCI then bytes per second.

    6. Re:Make that 480 Mbit/s by Waylo · · Score: 1

      Most of us don't care who says it first. What's most important is who says it best, because we're intereted a high quality discussion.

      Then along come the people who fuss and sputter about their individual little karma points.....

      Why don't you guys go out and play horseshoes if you insist on making everything into a competition between individuals.

    7. Re:Make that 480 Mbit/s by ameoba · · Score: 1

      Bah, I think all moderators should be forced to read at 1, with most recent first.

      --
      my sig's at the bottom of the page.
    8. Re:Make that 480 Mbit/s by Nanookanano · · Score: 1

      Why don't we split the difference and talk in Meganibbles?

      --
      "..don't you eat that yellow snow."
  48. Wow, my mouse is even faster... by yelims · · Score: 1

    I can just feel the faster response from my mouse already.

  49. Re:It's *almost* good by Stephen+Ma · · Score: 1
    What really bugs me is that USB is *almost* good! Plug & play, dynamic reconfiguration, simple cable -- great!

    Unfortunately, Intel then had to cripple it with a CRC of only 16 bits. This is feeble, but what makes it really bad is that the protocol relies on occasional "jams" -- i.e., deliberately corrupted packets. A 16-bit CRC is just not enough when jams are part of the protocol! (Ethernet uses 48 bits.)

    Even USB 2 uses only 16-bit CRCs. Ugh.

  50. Re:Firewire on the INSIDE by _Mycroft_VII · · Score: 1

    I for one hope they don't finish off isa untill some one manages to make a pci modem that works.
    I've put quite a few win-'modems' into systems and unlesss your in that magic range that lets v.90 work (and not behind more than one a-d conversion) your lucky to get >14.4.
    Plus linux support for anything other than a real modem is crappy at best (I wouldn't wanna write those drivers eigther).
    That said a LOT of the aspects of the pci bus and current pc architecture are long overdue for improvement. preferably somthing a lot more open ended with lots of future expansion potential.
    I was thinking that it is time to actually go backwards in a sense. Once apon a time each expansion slot in many computers (the apples for example) was a unique identity. by doing this with irq's and i/o space assigned to each slot and have drivers written so they don't depend on any particular io/irq combination, and of course the hardware just see An irq line and an address region.

    just my .02 (give or take inflation)

    Mycroft

  51. No, 480 Mbits/sec -- read the PDF! by maynard · · Score: 2

    The poster got it wrong, that's 480Mbits/sec. To put this is perspective, 1394 firewire tops out at 400Mbits/sec. So this is marginally better.

    1. Re:No, 480 Mbits/sec -- read the PDF! by kill-1 · · Score: 1

      to a FW HDD at the full 400MB/s

      (laughter)

    2. Re:No, 480 Mbits/sec -- read the PDF! by Emil+Brink · · Score: 2

      He. Yeah, either that, or find some crazy people with good soldering skills to design a Firewire adapter for the AGP port. Running at the maximum of 4X, that should provide 4 * 4B * 66MHz = 1056MBps of bandwidth. Since nodes in a cluster typically run "headless" (i.e., without monitor), this could actually be practical... I wonder if anyone is doing that--using the AGP port for things other than graphics? Sounds like a neat hack. ;^)

      --
      main(O){10<putchar(4^--O?77-(15&5128 >>4*O):10)&&main(2+O);}
    3. Re:No, 480 Mbits/sec -- read the PDF! by Spruitje · · Score: 2


      32-bit PCI busses allow for only 132MB/sec (32 bits at 133Mhz) or 264MB/s (if you're lucky enough to get a 64-bit extension on that bus of yours).

      That's why Apple uses an 64 bits PCI chip inside every new G4.
      32 bits PCI is not the standard for the future.
      The future is 64 bits PCI at 66 Mhz. (That's around 512 Mbyte/sec).

    4. Re:No, 480 Mbits/sec -- read the PDF! by lordpixel · · Score: 1

      Firwire 1.0 tops out at 400Mb/s 2.0 does 800 Mb/s and its better at sustaining it
      Lord Pixel - The cat who walks through walls

      --

      Lord Pixel - The cat who walks through walls
      A little bigger on the inside than out

    5. Re:No, 480 Mbits/sec -- read the PDF! by VFVTHUNTER · · Score: 5

      480 Mbits for USB, or 60MBytes per second. Firewire is supposed to go to 3200Mb sometime in the not-so-far future. That's 400MBytes per second. A great idea, you think, for that personal Beowulf cluster you've got sitting around in your basement - just implement TCP/IP over firewire, and you're done. But wait! 32-bit PCI busses allow for only 132MB/sec (32 bits at 133Mhz) or 264MB/s (if you're lucky enough to get a 64-bit extension on that bus of yours).

      Time for a new architecture, I think.

  52. 2.0 is cheap, it'll win by Splork · · Score: 2

    As gross as some technical details may be, USB 2.0 isn't such a bad idea. They are aiming at making hardware costs cheap for devices.

    As for bringing down your bus speed by using 1.1 low/medium speed devices, that's not a problem. The spec is setup to use a store and forward mechanism within 2.0 compliant hubs so that the bus speed was not lowered globally just to talk to old 1.1 speed devices. (this means you talk at full speed to the hub, which acts as a switch between the fast bus and the lower speed devices).

    USB 2.0 vs Firewire is an EIDE/ATAPI vs SCSI debate. Wait and see what devices and controllers are cheap and ubquitous, those will "win" in the consumer market.

    2.0 compliant hubs will be more expensive due to the logic, but mass produced common silicon is cheap.

  53. Ye of little technical grammar by Zagato-sama · · Score: 5

    Uh...480 Megabytes per second? I guess we can scrap all these fibrechannel arrays right?

  54. Re:In truth not that many people are *that* desper by carlLydick · · Score: 4
    I want you to show me a new song (within the last 50 years) that has told some form of epic story using a rock n' roll genre as it's basis. I don't think it exists.

    Obviously you're not familiar with Last Kiss or Teen Angel or that song about the kid who entered a race trying to win enough money to buy his gal a ring but got killed instead.

    Classics, all of 'em. One listen and you'll be straining through your tears to see the monitor as you write your retraction.

  55. MB/mb by photon317 · · Score: 2
    I think MB is generally thought to mean MegaBytes, and Mb to mean Megabits. The USB 2.0 speed is 480 Mbits, not MBytes... a speedup factor of 40x, not the 320x it sounded like to me on first reading. Just trying to clarify, not bitch.

    --
    11*43+456^2
  56. Yeah! Go USB go! by Anonymous Coward · · Score: 1

    Wow, this is really great news. I mean, yeah, Firewire already exists, runs at the same speeds, and has a good number of existing devices that use it, but that's not important. I mean, who could take any standard that Apple helped author seriously? They make candy-coloured computers, for christ's sakes! Obviously Intel have worked long and hard to develop this new standard, and everyone knows that Intel kicks ass! Yeah! Take that Apple! That's what you get for trying to charge a fifty-five cent "licensing fee" for using your silly FireWire technology! And of course FireWire 2 is coming out soon, with speeds that make USB 2.0 look like the original USB spec, but I'm sure Intel will have a USB 3.0 spec out by the end of 2002. You can count on it!

  57. Firewire on the INSIDE by ca1v1n · · Score: 1

    I read somewhere about a plan for using FireWire technology to replace some parts of the internal PCI bus to get rid of the internal bottleneck. Personally, I think that PCI should some day (soon) go the way of ISA. (On a side note, I wish that ISA really would go away. It's time is through.) I really see the need for a faster internal bus. Maybe firewire is the way to go, or maybe not. Something needs to be done, though. As for the outside, I really like USB, because of its utility. The idea that I can use the printer that came with my friend's iMac on my HP laptop is very refreshing. Maybe with USB at higher speeds, we'd have something on the outside that could take advantage of that speed boost, aside from just internal stuff like those gigabit ethernet cards that most of us don't have the hardware to really take advantage of.

  58. That's a niche market and it's not necessary by sips · · Score: 1

    Yeah so just because you want to do beowulf clustering ( a technique that is not 100% documented for the average person to use and apply) you want to change the interfaces that people have used for years so that I can have YAAUU (Yet Again Another Unneecewssary Upgrade). I would estimate that the number of people who need to link 10,000 computers to do nuclear weapons simulations for another bad quake game don't need this or anything similar. In fact I would hazard a guess it's just a tactic to eliminate people from fully partaking in the PC experience fully. Really bad form. Why don't these guys actually design a spec that is tapped up the wazoo the first time that will work for say the next 20 years without needing to be upgraded. Whatever happened to keep uptil it breaks manufacturing techniques. Hell cars were built tougher back in older times (I know after owning 3 cars and having my Chevrolet Chevette Scooter 1981 last longer than any of them the rest being a 1985 Crysler Plymouth Reliant and a 1992 Ford Tarus Station Wagon).

    --
    Respond to s
    1. Re:That's a niche market and it's not necessary by ncc74656 · · Score: 1
      Whatever happened to keep uptil it breaks manufacturing techniques.

      "If our product never breaks, will we have any customers when everybody is using it?"

      Planned obsolescence is the game that most industries are playing. The computer industry is probably the worst for this, but as you observe below, it's not the only one.

      Hell cars were built tougher back in older times (I know after owning 3 cars and having my Chevrolet Chevette Scooter 1981 last longer than any of them the rest being a 1985 Crysler Plymouth Reliant and a 1992 Ford Tarus Station Wagon).

      My first car was an '80 Chevette. Odds are good I'd still be driving it now if an Olde Pharte in a Town Car hadn't cut me off. :-( (OTOH, if I was still driving it today, I wouldn't have the '77 Cutlass Supreme Brougham that I'm driving now, so maybe the accident wasn't entirely a bad thing in the long run. Chevettes are good cars in their own way, but a Rocket 350 is more fun than a 1.6L four-banger. :-) )

      _/_
      / v \
      (IIGS( Scott Alfter (remove Voyager's hull # to send mail)
      \_^_/

      --
      20 January 2017: the End of an Error.
    2. Re:That's a niche market and it's not necessary by VFVTHUNTER · · Score: 1

      Dude, hold off on the Jolt cola, OK? Personal Beowulf? Just implement TCP/IP over firewire? I have neither the desire/need/time/skill to do either of these. I was merely pointing out that soon, both USB and firewire will exceed the capability of the PCI bus - which is, if you go to any electronics store, the bus most commonly used to implement firewire or USB add-ons.

  59. Serial ATA is still ATA by Wesley+Felter · · Score: 1

    From what I've heard, Serial ATA is just ATA/100 with cheaper cables. It's still only 2 drives per bus, still internal-only, still no hot-plug, etc. For cheap internal drives, Serial ATA will be great. For everything else, there's FireWire.

  60. Why should I care? by startled · · Score: 1

    I don't have scanners, video editing suites, etc., etc.. So as far as I'm concerned, USB was just another way to hook up my keyboard and mouse.

    But-- surprise! Even my mouse performs like crap over USB. Ask anyone who plays a mouse-intensive game like Quake or UT. Or try it for yourself. Plug the mouse into your PS2 port, play a bit. Then plug it into your USB port, play a bit. Seem a little less responsive? A LOT less responsive? Completely miss your 180 degree turns?

    Anyways, does USB2 fix this? Is this a latency issue? I don't care about bandwidth-- my mouse doesn't really suck up that much. So does USB2 add anything except bandwidth?

  61. You're missing the point! by TecraMan · · Score: 1

    The thing with USB 2.0 is that Intel, the major PC manufacturers and the existing USB peripheral manufacturers are backing it. That's an awful lot of marketing $$$s and a lot of development $$$s already tied up in the standard. What this means is that USB 2.0 is going to be a lot more successful in the non-professional world than predicted.

    Take a look at USB 1: Even after Microsoft's completely hashed up support for it in Win95, it's already reached a point where a wide range of devices are available: They're cheap, easy to use and do the job. Everything that was promised.

    Where did it go wrong? OS support! Now, Windows2000 finally gives us a Windows OS where USB really works, Linux is getting there and even Apple (the fathers of FireWire) have excellent support for it (better than Windows IMHO). This is the right environment for USB 2.0 to actually make USB useful by making it fast enough.

    For those of us that prefer FireWire, I feel sure that some enterprising company will develop a USB 2.0 to FireWire converter and just because USB 2.0 appears doesn't mean all those 1394 PCI cards will disappear!

  62. Re:YAY! but... by gralem · · Score: 1

    The use of firewire clearly has a lead on USB 2. I like USB for what
    it does now (modems/mice/"slower" serial comm). I like FireWire for
    what if does now (CD-RW/DV/Hard Drive/"Fast" comm). Every day more
    FireWire products are coming out and being baught in this "Fast" comm
    arena. The serious players from manufacturers (Apple/Sony) to
    professionals and power users know that they can go out and buy stuff
    that is already better than USB 2.0 today. I just don't see any
    reason to continue down the road of something that is already too late
    to market.

    ---gralem

  63. Intel's bets and facts by mirko · · Score: 3
    1. If USB can't beat Firewire, it has to be innovative, hence the USB2.0 version about which I read years ago (this was still being designed).
    2. Of course, the main innovation is the 2.0 (note the ".0" which means there'll be some bug-free 2.1 quite soon).
    3. In the main story : "hardware should be available shortly". So this ain't yet ?
    4. Apple claims a 1$ fee for each Firewire extension, so does Intel (but just won't tell people about it).
    5. If Intel embeds USB2 in the mobos, then addicted geeks will have to trash their existing ones and buy newer ones.
    6. New mobos also have 133MHz SDRAM instead of 100MHz, hence the benefits in terms of RAM sales.
    7. BTW, new mobos = newer (Intel) procs.
    8. Does a picture scanner require a theoretical 480Mbps transfer rate ?
    9. Who uses USB harddiscs when a SCSI adapter is cheaper, doesn't require W98, rocks under Linux/BSD ?
    10. Slashdot should poll people about their favorite way to transfer/store data: SCSI, Firewire, USB, USB2.0, PCMCIA, Parallel, Serial, Ethernet, etc.

    --
    --
    Trolling using another account since 2005.
  64. Re:Its a shame by the_B0fh · · Score: 1

    I think the reason for that is the technology is changing...as soon as USB came out, another, faster technology (firewire) could already take its place.

    Uh, dude, get your history straight. Firewire was out in late 1980s. USB 1.0 sucked bad. Until I see some usb 2.0 devices where things worked properly, I'm going to say that it'll suck too. Implementation is very different from theory.

    The real problem here was that manufacturers were VERY slow to produce USB peripherals. My Asus Pentium motherboard had connectors for USB ports on it 4 years ago, but until the iMac came along last year (or was it the year before?), there was narry a USB peripheral in sight.

    Isn't it funny how Apple remains the driving force eventhough they sidelined themselves years ago? Before the macs, there was no CDRom drives. Before the Macs, there weren't any mice. Before the mac, there was no gui. Before the mac, there were no...

    And yes, I know all these existed before the macs, but it was never popular until macs started spouting them

    -the b0fh

  65. I got overzealous... but facts are facts. by MfA · · Score: 1

    None of my claims was shot down :) I never said the trademark cost money.

    Was simply way too much FUD being spread on this thread. Noone took the trouble to read the USB 2.0 spec and the adopters agreement... simple facts were that patent licensing for USB 2.0 is free and it isnt for Firewire, and speed mixing does not lower the overall throughput.

    "You're not going to convince anyone that USB 2.0 isn't a joke compared to 1394."

    I wasnt trying to, I was stating mere fact and pointing out FUD. Frankly the eagerness with which people try make clearly false assumptions to proove USB 2.0's inferiority only makes me doubt the validity of the arguments they do seem to back up a little better.

    I havent got the background to make technical assesment's on either, but I can read unlike some people here apperently.

  66. Wrong! by jherber · · Score: 1

    USB uses a microcontroller architecture, not a digital signal processor.

    http://www.cypress.com/usb/fx2factsheet.pdf

    also, intel sold their usb chip division some time ago.

    jim

  67. USB's potential speed doesn't add up by anarkhos · · Score: 1

    The USB hype is in no way an indicator of it's performance. USB is far more complex than firewire, and more importantly to Intel's bottom line USB requires a host PC.

    Here is an excellent article outlining the fundamental problems with USB's design. Be fire to read the follow up article at the bottom:

    http://www.mackido.com/Hardware/USB2.html
    ---
    >80 column hard wrapped e-mail is not a sign of intelligent

    --
    >80 column hard wrapped e-mail is not a sign of intelligent
    >life
  68. Re:Finally.. by Valdrax · · Score: 5

    USB wasn't meant at all to originally be used for those kinds of things. It was meant to be a simple replacement for old PS/2 and serial ports. It was good that USB was kept lightweight. It made putting USB controllers on machines a lot cheaper.

    I don't see what advantages you tout about USB aren't possessed by Firewire. Firewire devices are hotswapable, and are connected in equally shared long chains -- and Firewire doesn't have the hideous resource sharing issues of USB and USB2.

    You see, USB and USB2 are both processor-arbitrated bus schemes. This is yet another insidious move by Intel to keep people dependent on buying faster and faster CPUs, whereas Firewire allows the devices to negotiate intelligently for bandwidth usage. Furthermore, USB2 requires far more intelligent balancing of devices on the chain than before -- eliminating one of the primary USB advantages, simplicity.

    The problem is that all USB/USB2 devices get an equal chunk of time. This means that if you have a keyboard, a mouse, a scanner, and a digital camera on the same chain, each one gets 1/4 of the 480 Mb/sec bandwidth. Your keyboard may only need the low-end 1.5 Mb/sec rate, but it gets a full 120 Mb/sec. This means that you have to learn to keep your high-end devices off of the same chain as your low-end devices, or you have to get used to unplugging things when a specific device needs the bandwidth. This also ignores the complexities of USB/USB2's star topology.

    With Firewire, it's plug-and-play -- at the expense of more complex driver and hardware controllers. Firewire can even guarantee a dedicated minimum amount of bandwidth. USB2 is an insidious marketing ploy by Intel to destroy Firewire. Since Intel is making it, ignoring the fact that it'll be years since its initial announcment before we see products while Firewire is here and now, it's "inevitable" that it'll replace Firewire. This is a blatant powerplay at the expense of consumers to attempt to make people more reliant on faster Intel chips. It should not be celebrated for "Finally" getting closer to achieving its goal. I hope USB2 dies a flaming death.

    --
    If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
  69. Re:In truth not that many people are *that* desper by Lerxst · · Score: 1

    I guess I don't have to post my picks now!! :)

  70. its less than 50c by DABANSHEE · · Score: 1

    The license fee that goes to Apple everytime one buys a Firewire product is on average about US17c, even on really expensive products the Gross fee paid to Apple is still less than US50c. Aparently when Firewire first came out Apple wanted a net return of US$1 in license fees for every Firewire product made. But Just about every Electronics company kicked up a stink, so Apple backed down. I read all this in an article in my morning paper's IT section, so it must be right:).

  71. They dont want to pay Apple 25 cents per system? by MfA · · Score: 2

    Firewire never really got over the 1$ a port fiasco, the relatively sane licensing terms were too little too late apparently.

    "Mixing USB 1.X and 2.0 devices will not work well, the USB 1.X devices drag the average bus speed way down."

    Why is this so? Shouldnt the hub isolate the USB 1.X devices and translate their communication to high speed USB 2.0?

  72. You don't need a faster mouse by sips · · Score: 1

    It's already almost physically impossible to max out the bandwidth of a mouse to the extent that it fills the entire pipe. Usually mouse responsiveness needs to be toned *down* because humans don't need anything that fast.

    --
    Respond to s
  73. You can always wait by sips · · Score: 1

    That works for me most of the time. Just wait until it's done. Not everything that takes more than .0001 nanoseconds is "fucking slow".

    --
    Respond to s
  74. So exactly what *has* changed at all? by sips · · Score: 1

    Sorry for the comment but I don't have access to a pdf viewer in the least. Assuming that this is just a mere speed increase and if not that a slight change in the specification than it would be trivial to write the drivers for the various OSs because most of the code is already prewritten and dosn't have to be redone at all.

    --
    Respond to s
  75. Networking by Eric+Lo · · Score: 1

    Now that such speeds have been reached and they can be implemented, company's should start developing networking technolgies to take advantage of the incredable speeds that usb 2.0 can achieve. Who wouldn't mind having 480 mbits/s of bandwith to dispose of?? Dvd movies could be streamed from a server to other machines on the network, the possibilities are endless. Just giving a heads up to all the R&D people, i'll be looking for USB 2.0 networking.

    --
    Cheers, .eric
    1. Re:Networking by gerardrj · · Score: 2

      Won't happen

      USB will not allow two computers (hosts) to be on the same bus. This is the major drawback to USB vs FireWire.

      USB was is and plans to be a host/slave system. A computer is required to control the peripherals.

      FireWire is compeltely capable of carrying network traffic and there are RFCs and an IEEE working group defining the bridges, switches and protocols for this to happen.

      FireWire is a masterless bus system that allows multiple computers to share peripherals, or each other's data. You don't even need a computer! with enough smarts a FireWire capable TV could play movies from a FireWire hard drive.

      --
      Article X: The powers not delegated... by the Constitution...are reserved...to the people
    2. Re:Networking by cqnn · · Score: 1

      ????

      I assume you are unaware that solutions to allow simple networking
      between PC's using USB already exist? And that there are USB to
      Ethernet adapters on the market as well?

      Or are you referring to something else I'm missing in the context that
      networking on USB will not happen?

  76. Woah! This isn't _that_ great. by hurst · · Score: 4


    Take a look at this little article on USB 2.0 and this one.

    I can say that firewire is here and it works now, beautifully. Why should I wait for manufacturers to develop and implement USB 2.0 mobos and devices? For a measly extra 80Mb/s? I'll wait for firewire to go to 800Mb/s later this year.

    What? No firewire devices besides camcorders? My favorite firewire devices are the sancube and this portable firewire raid array.

    Now they (hard drive manufacturers in particular) just need to make some native firewire devices, bridges are just so... inelegant.

    1. Re:Woah! This isn't _that_ great. by flatrock · · Score: 2

      Sounds like Firewire suits your needs just fine. It seems much more likely that USB 2.0 will be used in lower cost products where saving a few bucks on the controller logic is important. When scanners and printers are selling for under $100, every buck the hardware developers can save is important.

      The features that make Firewire superior to USB as the same data rate, such as peer to peer communications, also make the logic in the devices much more expensive. It's just not cost effective to make USB mice and keyboards.

      I keep hearing the question of why do we need USB 2.0 when we have Firewire. The average consumer doesn't ask why they can't use Firewire. They see some new gadget they want to hook to their PC (maybe a fast CD-RW drive) and ask why they can't plug it into one of the thingys in the back of their computer. (I'm know that there are currently some CD-RW drives that work with USB 1, but when you get to higher X speeds 12Mbps isn't enough.) I don't know how many times I've had to explain to new computer users what all the connectors on the back of their PC are for. Let me explain with an example.

      Your mother comes to you and says that she wants one of those CD-RW thingys her friend in her card club has. Her friend told her to get at least a 12X/8X/32X version. She knows she needs it to be that fast, and wrote down the numbers be sure she got it right. She has a PC she has a PC she bought at Best Buy (the same friend recomended it to her) which has absolutely no drive bays left, and you can't remove her CD drive because she wants to make direct CD to CD copies. After all copying the CD to the hard drive and back out to the CD-RW would require finding the CD image back on the hard drive after it was written there, and things are always "disappearing" on her hard drive.
      So, she starts asking you questions, because although she believes everything here card club buddie says is true, everything you say is suspect. She still remembers you lied to her when you were four. First she asks why she can't connect the funny thing with nothing plugged into it (9 pin serial port). You patiently tell her that the serial port can't be used for that. She asks what's it used for then, and you reply that they are used for mice and modems. This of course confirms her belief that you don't really know what you are talking about. After all, the mouse is already plugged into the little port which has a mouse right next to it (PS/2 port) and for the modem, you just plug the phone line into the phone jack on the back (internal modem). Even she knows these things. She also knows that her printer hooks up to that bigger port on the back, but that the scanner gets plugged in first, and the printer gets plugged into the back of the scanner plug (parallel port scanner). Now try telling her that she really needs this Firewire thing to plug her new CD-RW into.

      Wouldn't it be much easier to have just one kind of port which could handle just about anything your average user would want to attach. USB 1 and Firewire together could meet those needs, but why have two types of ports, requiring two controllers in the system. USB 2.0 delivers the needed bandwidth, while it's relative simplicity of design allows devices to be lower cost.

      It is true that USB can't offer everything that Firewire can. It's not designed for peer to peer transfers. For you people who are more familiar with SCSI terminology, devices cannot be initiators, only targets. There also some other differences, but for the average consumer, who just wants to hook up some neet new peripheral, it really doesn't make a difference.

      USB 2.0 insn't some Intel conspiracy to only use standards they came up with, or maybe it is, I don't really care. It fills a need that exhists in a cost efective manner. Sounds like good engineering to me. Maybe Firewire will find it's niche. I heard that Western Digital came out with a Firewire drive, and Firewire's still a lot cheaper than FibreChannel. Or maybe it will end up like the Apple Desktop Bus, something that really seemed like a good idea at the time, but just never took off. Apple sure seems to have a lot of those.

  77. Legacy hardware compatability/conversion/cost? by sips · · Score: 1

    What would it take to get a 486 to use USB? Otherwise I really don't much care and unless it costs less than a standard hard drive I don't care.

    --
    Respond to s
    1. Re:Legacy hardware compatability/conversion/cost? by ncc74656 · · Score: 1
      What would it take to get a 486 to use USB?

      As long as your 486 m/b has PCI slots (the Biostar 8433UUD in my firewall is such a board), all you should need is a USB card and an OS that supports USB.

      If you're stuck with only VLB and/or ISA slots, forget it.

      Otherwise I really don't much care and unless it costs less than a standard hard drive I don't care.

      Last time I looked, USB cards were somewhere around $40 at places like Best Buy. You can probably find lower prices than that if you look around a bit.

      _/_
      / v \
      (IIGS( Scott Alfter (remove Voyager's hull # to send mail)
      \_^_/

      --
      20 January 2017: the End of an Error.
    2. Re:Legacy hardware compatability/conversion/cost? by tftp · · Score: 1
      What would it take to get a 486 to use USB?

      Older 486 may be too slow. USB host controllers generate a lot of interrupts and HCD has to do a lot of complicated work in interrupts. So quite a few devices (Isoc, like video cameras) won't work and other will work slower than they should.

  78. cost comparison..1394 requires 3x as many gates by jherber · · Score: 1

    excerpt from http://www.electronicnews.com/issue/RegisteredIssu es/2000/05152000/z54f-1.asp

    Cost effectiveness. Cost is very difficult to compare, because a number of variables can influence the final cost of the product. Another I/O standard, 1394 (FireWire), achieves similar speeds to USB 2.0 and thus is a good model for comparison. The most widely accepted comparison standard is the use of gate counts to provide an apples-to-apples comparison. Vendors who supply USB 2.0 and 1394 solutions estimate that 1394 host controllers have two to three times more gates than do USB 2.0 controllers. Vendors also estimate that 1394 peripheral controllers have four to five times more gates than comparable USB 2.0 peripheral silicon. With Intel planning to integrate USB 2.0 host controllers into future chipsets, the system costs of implementing USB 2.0 will be incremental vs. the cost of adding a discrete host controller for something like 1394.

    cheers,
    jim

  79. PCI version by attackiko · · Score: 1

    Does anyone know, will we have to buy new motherboards or will there be PCI cards with USB 2.0 that would work on todays motherboards?

  80. Re:In truth not that many people are *that* desper by pen · · Score: 1
    I want you to show me a new song (within the last 50 years) that has told some form of epic story using a rock n' roll genre as it's basis. I don't think it exists.

    I think you're missing the point here. Music is about the melody, rhythm, and... well... music! Think classical, or something like Pink Floyd. Lyrics are nice, but they are only secondary. If you want good lyrics, read poetry. A lot of the music I listen to doesn't even have any words. But if you want an example of something with good lyrics, try a Pink Floyd album or two (just an example.)

    In short... You should go out there and experience something besides pop. (Pop, in this case, meaning anything made within the last 10 years that is played on MTV.)

    --

  81. Re:why not use Firewire for keyboards, mice? by JerkyJerk · · Score: 1

    if there are no per port fees then what is it that companies are bitching (a flat fee, per computer, possibly). from what i understand apple gets something monetarily when you decide to include it in your computer. if its free then why would intel care about creating USB 2 someone else funded all R&D for something as good as or better than USB 2

  82. Re:USB IS Cool... by CrazyJoel · · Score: 1

    "For example, we got a USB burner at work, and we tried to hook it up to a Mac running the latest MacOS. Guess what, to be able to use it, you have to reboot with all extensions turned off, EVERY TIME YOU WANT TO USE IT. "

    That's true in my experience. The driver is crappy. Luckily, Mac OS allows for many different os configs. I have a different extension set for cd burning than for regular use(plus, another set for game playing). Until they make a better driver for the burner, that's how it's going to have to be.

    --

    Such is the infinite Grace of Popeye.
  83. Re:Bad Idea by Bongo · · Score: 1

    Mixing USB 1.X and 2.0 devices will not work well.

    Instead of "Plug 'n Play", novice users are just going to get stuck at the "plug" part.

    Calls to tech support because the video camera they just bought seems "slow",

    • Tech support explains, "one usb is fast, one is slow",
    • Caller asks which of his devides are fast/slow,
    • Tech tries to id each device based on user's description,
    • Tech tries to "explain" a connection sequence to user,
    • User says thanks, hangs up.
    • User calls again, saying tech is lying, coz his camera is still slow (user didn't follow right connections),
    • Tech faxes a diagram of connections to user,
    • User calls again, "say, which type did you say my mouse was??

    It could have been so simple, but now it's a mess for clueless users. Just wait til USB3.0.

  84. Re:External Video Disk by Evangelion · · Score: 1


    Not in SQL*Plus, fuckhead.

    Just because you use sed, doesn't mean shit.


    --

  85. Re:They dont want to pay Apple 25 cents per system by VFVTHUNTER · · Score: 1

    USB provides isochronous, bulk, interrupt, and control transfers. Isochrony is necessary for things like USB microphones and speakers - they HAVE to have a constant deivery rate to ensure no signal distortion occurs.

    Coincidentally, it turns out that USB chipsets ARE easier to implement - that seems to be the only advantage of USB over Firewire.

  86. Re:ARGH! More Support! by kronoman · · Score: 1

    TLTIC, Linux and BSD do support it. In fact, NetBSD supports my USB Zip 100 out of the box. It takes a later kernel version to make Linux do it, though. But it did work, with a little hacking.

    --
    If violence isn't solving your problems, you're not using enough of it. - MAJ Misato Katsuragi
  87. Big Deal? by Microsift · · Score: 1

    Remembering Moore's Law, that computer speeds will double every 18 months, should we be impressed by this 20% improvement over IEEE 1394(Apple's FireWire)? No! It's ironic, the only reason anyone uses USB is that Apple made a line of computers that required it. I can't imagine they'll make the same mistake twice.

    --
    My other sig is extremely clever...
  88. USB 2 is *NOT* lobotomised FireWire by XNormal · · Score: 2

    The actual transceiver design may have been borrowed from FireWire, but what really makes a standard is the support infrastructure around it such as the device framework and drivers, not the low-level electronics.

    Intel has supported USB on its chipsets for a long time before Microsoft had any kind of software support for it in Windows 95 OSR/2. It took more than a year until they released Windows 98 with halfway decent USB support and ironed out most of the remaining bugs in hot plug'n'play and other parts of the system with Windows 98 Second Edition. Overall it took more than 3 years.

    Do you want to wait this long until Microsoft gets it right with 1394?

    USB 2.0 will leverage this miserable experience and make sure that we don't have to go through this again. It will just replace the low level host controller driver and use all the upper layers without modification.

    Personally, I don't care much for Windows, but the peripherals will not be on the shelves for us Linux geeks until they are supported by Windows.

    ----

    --
    Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
  89. Re:In truth not that many people are *that* desper by Steeltoe · · Score: 1

    "..or that song about the kid who entered a race trying to win enough money to buy his gal a ring but got killed instead."

    And this has nothing to do with love/lost love, as the previous poster argued about?

    I on the other hand thought the comment was well put forth. We shouldn't be fighting to get what the music/movie industry makes "for us". We act pretty much like small cubs fighting among themselves to get milk from their mother. Instead, we should live our own lives and ignore people trying to control us into living in Barbie world.

    - Steeltoe

  90. Re: keeping up with FireWire by podom · · Score: 1

    True, and even 64/66 PCI (528 MB/s) would be maxing out trying to keep up with a fast firewire streem at 3200 Mb/s (of course, try finding a device or system that could utilize 3200 Mb/s anyway). However, one of the things that Apple has done (or at the very least has talked about), I believe, is to move the FireWire off of the PCI bus in their latest chip sets and connect it directly to the G4 processor bus, giving them the potential for superior performance. In general, this makes sense to me. At 3200 Mb/s what would prevent us from having a system with an internal expansion architecture based entirely on 1394 that did away with PCI entirely? The connectors would sure as hell be a lot smaller. Isochronous data transfer might work really well for a video card and other such devices, too. (Your BIOS will have to support 1394, of course, to even be able to display POST information). If Intel would get their heads out of their asses when it comes to 1394, they could use the same approach architecturally: front side bus bridges directly to PCI, 1394, and main memory. Philip Odom

    --
    We're wanted men. I have the death sentence in 12 systems!
  91. Re:In truth not that many people are *that* desper by Rogain · · Score: 1

    First off I doubt you've ever heard Schlong's PunkSide Story.

    2nd Opera, etc is pompus BS. Speaking as the brother of an opera singer, Opera is for rich people to show off how "cultural" they are, and none of them gives a shit about the actual music, story, etc. It is all about "see and being seen", except maybe for 2 or 3 of the actors/singers in the show. Besides almost all that epic storeytelling has the depth of a Brothers Grimm/Disney fairytail.

    --
    The current Slashdot moderation system is made by gay communists!
  92. cool sig... by jmagar.com · · Score: 1

    Maudib:

    Cool sig, but you don't need to give the hint to go read Dune. Most /. readers got it the first time, and those who didn't might enjoy trying to figure out what it means.

    Cheers.

  93. What I want by Rogain · · Score: 1

    Hot plugable scsi! Then all my dreams could finally come true.

    --
    The current Slashdot moderation system is made by gay communists!
  94. Re:But you can use all those cool old USB devices. by jayc33 · · Score: 1

    It's an IEEE standard, moron. What, you've never noticed it called 'IEEE 1394' before?

  95. Intel DSP chips. by Moderation+abuser · · Score: 2

    Well, call my cynical but this appears to be a way for Intel to sell more DSP chips.

    FireWire is here, now, faster than USB 2, installed on all Macs, just about all Digital Video cameras and many scanners, hard drives, CD roms, zip drives, printers etc.

    The really nice thing about USB was that it's really cheap, perfect for cheap peripherals that don't need high bandwidth like mice, keyboards, webcams, cheap scanners etc. FireWire is nice because it's high performance but (was) more expensive.

    Now Intel are trying to make USB high performance but FireWire (an IEEE standard) is already there. The only possible reason for this that I can think of is to control the standard and try sell everyone their own DSP chips.

    --
    Government of the people, by corporate executives, for corporate profits.
  96. USB 2.0 ain't all it's cracked up to be. by IvyMike · · Score: 2

    While the USB web site claims that USB 2.0 is the bee's knees, they are a bit misleading when they give performance numbers. As this article points out, the backwards compatablity of USB 2.0 eats into the speed by quite a bit. And according to this article, USB lacks a lot of features of Firewire, may add significant complexity to hubs, and require more costly cables. (And I thought that I was getting ripped off on USB cables today!)

    USB is a great spec, but USB 2.0 isn't the right solution to the problems that Firewire is designed to solve.

  97. USB 2 is lobotomised FireWire by fett · · Score: 5

    USB 2 is a poorly executed hack perpetrated by Intel purely because they couldn't handle having to pay the FireWire licensing fees.

    FireWire (even the 400 Mbps 1394a version that is currently shipping) is superior to USB 2. It has several important advantages, perhaps the most important being that it is root-independent.

    FireWire explicitly includes peer-to-peer transfer. You do not need a computer to hook FireWire devices together and let them communicate. On the other hand, USB is explicitly designed as a computer peripheral bus--the root node must always be a computer. Without a computer powered on and managing the Universal Serial Bus, it's useless.

    FireWire's isochronous support came first and is more robust than USB's. Up to 90% of each USB frame is reserved for isochronous data (combined with interrupt packets like mouse clicks), compared to 80% for FireWire. However, USB's isochronous cycles trigger every millisecond, where FireWire's trigger eight times per millisecond, making more efficient use of bus time by dividing it into smaller intervals. FireWire's higher bus speeds make it a far more robust isochronous transport.

    FireWire allows bridging buses together, up to 1023 of them. There are already USB bridges in discussion (perhaps available), but they skirt the edges of the specification. If you can plug a single device into two computers through USB, each computer will see the peripherals downstream from the "bridge," but the bridge has to include lots of special logic so the two computers don't try to use the same peripherals at the same time. I'd be awfully wary of plugging a disk drive into such a setup.

    It's hard to say whether USB 2.0 will overcome these deficiencies--but if it does, it will basically be FireWire. Intel was a great proponent of FireWire until just about the time the company realized they were going to have to pay royalties on chips like every-one else. That's when Intel decided that FireWire was useful only for consumer electronics (like camcorders), but the quickly-invented USB 2.0 would be the preferred way to connect printers, scanners, disk drives, and so on. Since the licensing fee matter was decided, all those companies that had been ambivalent on FireWire are again behind it--including Microsoft--except Intel.

    --
    He's no good to me dead.
    1. Re:USB 2 is lobotomised FireWire by herbierobinson · · Score: 1

      And you think the existing USB drivers will work at 40 times the performance without hitting another round of bugs?

      --
      An engineer who ran for Congress. http://herbrobinson.us
  98. USB and the PCI bus by slashdoter · · Score: 1
    So USB connects to the PCI BUS right? Well can the PCI bus handle 480 Mb?

    ________

    --
    Does anyone actually have a Java program designed to control air traffic, or for the operation of a nuclear facility?
  99. Ever read the adopters agreement? by MfA · · Score: 1

    A couple of cents is still more than no cents.

    And I dont think 50 cents on a 10$ mouse is ridiculously low for instance so there was a real need for USB 1.x. And from there its only a small step to seeing the market for USB 2.0, backwards compatibility and being able to use the old connectors and cabling are both very good reasons... and you save yourself a couple of cents, given how low margins tend to be in the computer biz its not unimportant.

  100. Re:USB IS Cool... by GigsVT · · Score: 1

    Never has the world seen a standard that is so cross-platform. I can buy a scanner and plug it directly into a PC, a Mac, you name it. And although Serial was/is cool, you can only do so much with it due to speed limitations.

    Well, I don't know about your experience with it, but from what I have seen USB is still poorly supported on nearly ALL os's. Sure the latest MS OS will run it, but that is about it.

    For example, we got a USB burner at work, and we tried to hook it up to a Mac running the latest MacOS. Guess what, to be able to use it, you have to reboot with all extensions turned off, EVERY TIME YOU WANT TO USE IT. I don't know if this is just the specific drivers for this burner being crappy, or what, but this is simply not acceptable, and nothing should ever be released to market with such shitty support.

    sigh.
    -----------------------------

    --
    I've had enough abrasive sigs. Kittens are cute and fuzzy.
  101. Bad ideas make money for intel by lupine · · Score: 1

    Intel likes ide hard drives, why? because they are processor dependant. They waste cpu cycles doing laborious io processing. SCSI controllers are not cpu bound and contain a seperate chip to do the io. Intel designed usb 1.0, 1.1. and 2.0 with the goals of... 1. Cheap components that 2. Make you need a faster computer. Microsoft loves it too and uses it as a stick to get people on the win98 bandwagon...

    This original work may be rebroadcast without written or implied consent.

  102. Better == More expensive by sips · · Score: 1

    In my humble experience when anyone has said that something is better it usually conotates that it is far more expensive. Why don't we actually *stabalize* on one standard that dosn't shaft people all the time and just get with the program. If people know that they are going to need massive bandwidth between devices in the future then just make a standard that has 1 billions yottabytes of transfer width and make it *cheap* and *affordable* and *compatable*. Then down the line you can slowly improve it using the *same* interface. So called improvements in PC technology havn't changed a damn thing except for the most affluent. I personally am seriously thinking about becomming interested in considering looking into someday getting better computer and I don't know where to turn that won't let me get screwed but some person who wants his digital camera to be faster than his T-3 connection transfering pictures of his lizard and other junk. I want there to be a clear standard about what to do. Consider the standard COM port. That is a piece of gold there. No change there. Nothing changed, everything got 100% perfected for it good linux support and the like. Consider the *interface* for modems. The hayes compatable/AT command set virtually guarantees that the modem will work under linux and work well with almost anything that follows the spec. Standard 1.44 Megabyte floppy drives are another little consideration. They work flawlessly and well for what they do. Sure some crazy people thought that paying something like $10 per individual media was "cool" and "progressive" for things like LS 120 disks or even more for zip cartriges and other junk but it's expensive and difficult to justify for anything but the most necessary purtchesses. CD burners havn't come down in price at all and there isn't good support for all CD drives in linux (largely because of said "competition") and so I dhave to use old DOS drivers from 1995 to get mine to work which means another reboot. What I don't get is why people don't use graduated interface methods that are specified *now*. For example you could theoretically extend a spec for any possible configuration indefinately if at least the main connectors were compatable and kept in a well done methodical upgrade path. I don't get what happened to compatable parts that were part of American manufacturing techniques. Just have specs for everything up to say what the USS Enterprise would need but keep the same connectors. At least some people would be sparred another needless upgrade for other people to get that 2% increase in their computer (which becomes to be all but mathmetically unnoticeable after a while with all the human perception being limited and all).

    --
    Respond to s
    1. Re:Better == More expensive by Rendus · · Score: 2

      Actually I have a stack of about 20 5.25" drives I've pulled out of systems that have crossed my path (usually nonfunctional when I got them). As for 8" drives, I've used a few, but never had the chance to take apart a system containing one, and I never cared enough to research what type of connection they used.

    2. Re:Better == More expensive by ncc74656 · · Score: 1
      CD burners havn't come down in price at all

      Um...what gave you this idea? The first burner I used was an $800 HP 2x4 SCSI CD-R, and that was cheaper than the $2000-$3000 that the very first CD-Rs cost. The drive I'm using now is a no-name 2x2x6 IDE CD-RW that cost $200 a year and a half ago.

      and there isn't good support for all CD drives in linux (largely because of said "competition") and so I dhave to use old DOS drivers from 1995 to get mine to work which means another reboot

      What special support do you need? More than a few SCSI burners are supported directly, and a larger number of IDE burners are supported through IDE-SCSI emulation. (I suppose that's no good if you managed to snag the one no-name drive that isn't yet working, though...)

      _/_
      / v \
      (IIGS( Scott Alfter (remove Voyager's hull # to send mail)
      \_^_/

      --
      20 January 2017: the End of an Error.
    3. Re:Better == More expensive by Rendus · · Score: 2

      ---
      Consider the standard COM port. That is a piece of gold there. No change there. Nothing changed, everything got 100% perfected for it good linux support and the like.
      ---

      Actually, COM ports have changed quite a bit over the years. Different UARTS allowing for faster than 9600bps transfer rates, etc.

      ---
      Consider the *interface* for modems. The hayes compatable/AT command set virtually guarantees that the modem will work under linux and work well with almost anything that follows the spec.
      ---

      I do tech support for a living for a very, very large computer manufacturer. They sell modems from 3 manufacturers, and short of ATA, ATDT, ATZ, ATI, and the other very basic AT commands, the command sets are completely different. Why? Because there isn't a standard. They just followed the leader at the time (Hayes).

      ---
      Standard 1.44 Megabyte floppy drives are another little consideration. They work flawlessly and well for what they do.
      ---

      I certainly wouldn't say a 1.44MB floppy was flawless. And want to know the history of the floppy drive? Get a start by looking at your BIOS and older floppy drive cables. The 34(36? I forget) pin connection is for 3.5" floppies, while the other type is for the 5.25" (and perhaps 8") drives. Also, take a look at the different sizes and formats for floppies. Anything from 120kbytes to 2.88mbytes depending on what you pick up.

      ---
      Sure some crazy people thought that paying something like $10 per individual media was "cool" and "progressive" for things like LS 120 disks or even more for zip cartriges and other junk but it's expensive and difficult to justify for anything but the most necessary purtchesses.
      ---

      The biggest selling points on Zip and LS120 and gang are speed and size. 1.44mbytes doesn't cut it for anything but the most basic of uses today, and that was true even 8 or so years ago, when the first 2.88mbyte floppy drives started hitting the market.

      ---
      CD burners havn't come down in price at all
      ---

      The original CD-R drive was something like $6000 and either 1X or 2X. About 3 months ago I picked up a 4x4x32 CD-RW drive for $120, and can pick one up for under $100 now.

      Hrm.. Did I just get bit by a troll?

    4. Re:Better == More expensive by Waylo · · Score: 1

      I can always tell I'm dealing with someone who is very young, when they start claiming that the interface for 5-1/4" drives (34 pins) is the same as the interface for 8" drives (50 pins).

      You've seen two or three 5-1/4" drives in your life, only seen a picture of an 8" drive on a website, right?

  103. Both those articles are bunk.... by MfA · · Score: 1

    As long as I am pointing it out in other threads might as well remind people here :)

    They assume the high speed bus will kick down for low/fast speeds (those are USB 1.x speeds). Instead they use translators, all communications between high speed devices occur at high speed.

    1. Re:Both those articles are bunk.... by hurst · · Score: 1

      (probably reading snottier than I'm really being)

      A review:

      firewire: here now, works great. Will go faster very soon (but already fast enough for my purposes, as in, the bottleneck isn't at the firewire bus)

      USB 2.0: not here yet. no devices in production.

      conclusion: I'm not waiting or converting. That is, unless I see a USB2.0 product that is different AND super sexy.

      Sorry I linked to articles with bad and/or outdated information, but they weren't my point.

    2. Re:Both those articles are bunk.... by rreay · · Score: 1

      Correct, there are no 2.0 device currently "in production" there are however plenty of devices in the pipeline, and a handful have already been demonstrated.

      Short term, I think 2.0 is going to beat 1394 for most desktop devices for a couple of reasons:

      Market penetration -- every new PC has USB. Consumers know what it is and how to use it.

      forward compatability -- as far as I can tell this is still in. Your new 2.0 device works on your existing system. It works better on if you buy a 2.0 Host Controller, but it does work.

      backwards compatability -- old devices still work on your shiny new system.

      driver compatibility -- under windows the driver is identical for a 2.0 version of an older device. If the HW guys get the new HW right, it works and works now. Development time is going to be shorter than you expect. Other OS vendors will abstact away the differences. (They are seriously stupid if they don't.)

      All together that means someone can produce a video camara that works OK on most machines out there right now, and works as good as on 1394 on new machines/host controllers. Or they can make a video camera that only works on 1394, a relatively small percentage of machines. Which do you think they'll choose?

      Of course USB 2.0 is not the be all/end all in buses. It will never route video from my DVD player to my TV. 1394 will.

      --Rob

  104. Re:Faster than PCI... by Boone^ · · Score: 1
    I'd prefer my CPU and RAM bus, and soon I/O (networking) to have bandwidth that's a lot higher than a simple "Universal" Serial Bus. Itanium has a 64-bit datapath... why put a 1-bit serial path to memory? That would mean that USB would have to run over 64 (serial.. must have start/stop bits to frame the message) times the speed. Pentium 4 is supposed to clock in at 1.4Ghz. Know anyone who can make a 90 Ghz silicon chip? Me neither.

    USB is a Universal bus. CPUs and Memory subsystems are not the target of this general purpose bus in the desktop world.

  105. As long as it's cheap by sips · · Score: 1

    That fine with me. I don't manufacture USB devices and in fact many other people don't do massive manufacturing techniques. That's the realm of billionaires.

    --
    Respond to s
  106. Crossplatform is a relative term by sips · · Score: 1

    For enough money a dot matrix printer and a stealth bomber are crossplatform data transfer devices.

    --
    Respond to s
  107. Dont' you know that it's "progressive"? by sips · · Score: 1

    If it didn't cost a fortune and need replacing we wouldn't be making "progress".

    --
    Respond to s
  108. There's also patent licensing issue's by MfA · · Score: 2

    There is an IEEE-1394 patent pool for which you have to pay per system, whereas the USB 2.0 adopter's agreement costs you nothing apart from a license to technique's used in your implementation of the standard.

  109. Wow... by SomeOtherGuy · · Score: 5

    My goal is to have each device on my machine use a different interface!!! (SARCASM ON)That would be Cool(SARCASM OFF)

    SCSI for my Jaz
    FireWire for my Camcorder
    USB for my Rio
    Parallel for my Printer
    PS/2 for my mouse
    Serial for my Dig Cam
    and finally....drumroll please....

    USB2 for that Scanner I have needed for a long time...

    (What a wasteland hardware has become!!!)

    --
    (+1 Funny) only if I laugh out loud.
    1. Re:Wow... by ChodeMonkey · · Score: 1

      You missed IR for your keyboard. :)

      --
      All your attention are belong to my old internet meme.
    2. Re:Wow... by ambient13 · · Score: 1

      That's the best thing about standards - there's so many to choose from.

      -----

      --
      Ignore reality - there's nothing you can do about it.
  110. Re:In truth not that many people are *that* desper by micahjd · · Score: 1
    How about Pink Floyd?
    :)

    And although not very deep, some music is just fun to listen to.

    --
    -- 2 + 2 = 5, for very large values of 2
  111. USB as a networking standard? by db · · Score: 1

    Why hasnt USDB taken off farther as a networking medium? If we're hitting speeds of 480Mbps, it would seem like a great solution.

    --
    Dave Brooks (db@amorphous.org)
    http://www.amorphous.org

    1. Re:USB as a networking standard? by db · · Score: 1

      Err, I'm sorry for my spelling. "USB". *sigh*, I need to go home. =)

      --
      Dave Brooks (db@amorphous.org)
      http://www.amorphous.org

  112. Re:vote with your dollars by pantherace · · Score: 1

    OK, maybe I am the only one who goes out and buys used hardware, and as-is stuff, but I have lots of SCSI cards (mostly SCSI-2) which I got for less than $30 each (usually $5). I got 1 gig Hard drives for $2. (3 of 4 worked, at an as-is sale).
    Sure Firewire may be faster, but when all you can find is $100 or so cards, I will stick to SCSI for external stuff and IDE/ATAPI for big, slow, huge, cheap internal drives. Try looking for sales at computer stores where you live.

  113. Apple had its chance. by hackshack · · Score: 1
    Slightly off-topic, but it seems like quite a few people are complaining about the imminent death of FireWire. No, no- it won't die; it'll kinda end up like SCSI- an external interface for DTP types. (Does anyone still use the term "desktop publishing" anymore? Or has everyone become an HTML chimp? According to Wired? :-)

    Apple had its chance back in 1988 to popularize FireWire. Yes, 1988, when they developed the standard. I don't know of any PC mobos with built-in FireWire, but EVERYBODY has USB. Manufacturers aren't going to spend an extra $20 on a FireWire controller chip for each mobo, so FireWire's never going to be "the standard."

    On a side note, Apple's new "Apple Display Connector" is probably the dumbest thing I've seen, but they got one thing right: SQUEEZE CLIPS! Why do I have to spend 45 seconds unscrewing my fscking VGA and DVI connectors? Why not a goddamn squeeze clip like in Wide SCSI?

    Quick! Before DVI becomes too widespread, somebody convince the guys/gals in charge to adopt squeeze clips on the DVI connector.

    Asa

  114. Re:Did anything odious make it into the spec? by Beta · · Score: 2
    The legal system can't stop me from wandering down to radioshack and picking up a 1M resistor and a 741 opamp.... Christ, their security scheme could be bypassed for $2.50 in parts!!!!

    Perhaps, but if you want any quality at all a 741 op-amp is a braindead idea. It was pretty good back in the seventies (actually it wasn't good, it just was the only decent op-amp back then) but nowadays there are MANY better options (like the cheap and good TL072).

  115. Re:USB and the PCI bus, no problem by slashdoter · · Score: 1
    Now, will it handle it with my sound,video,NIC and modem? oh and that PCI card that crunches SETI@home work units? To bad that wasn't real sigh....

    ________

    --
    Does anyone actually have a Java program designed to control air traffic, or for the operation of a nuclear facility?
  116. USB is a halloween "De-commoditized Standard". by abo · · Score: 1

    USB has taken years to "take-off" for a reason; USB is a classic example of a "de-commoditized protocol" (the term used in the halloween document). USB is complex beyond comprehension or reason. It appears to be designed to be as hard to implement, port, or basicly reuse as possible.

    Try and imagine a protocol feature that has no purpose other than complexity, and USB has it; logic levels...lets have three (1,0, and J), baudrates... lets have two... simultaniously (2.0 makes that three now), what else... read the spec and weep.

    ABO

    --
    ABO
  117. Re:In truth not that many people are *that* desper by boy+case · · Score: 2
    Just as radio isn't even a candle to television in any sense.

    Do watch TV while driving the car?

    Ever notice how TV news stories are 80% told in the voice-over? The pictures are usually either library or establishing shots.. Shut your eyes during the next TV news bulletin and see how much you miss out on.. not much is my guess.

    TV and radio are two different media; each has their place.

    And here you go again: Reading a good book at a library or perhaps going to a nice play or even opera is better than getting pure music.

    Making statements of your opinion as if they are some kind of fact is bogus. Many would disagree with your statement (I would personally), but I wouldn't claim my personal preference was a self-evident truth. You can't prove (or disprove) an opinion, (unlike a belief).

    Never generalise! :-)

  118. I hate MB being used wrong. by pantherace · · Score: 1

    I hate the use of MB. Mb-Megabit, MB-MegaByte.
    Also, Mega, in computers means 2^20 not 10^6!

    I could imagine this ad for my computer (with this *stuff*, and overclock (haven't tested this high, yet))
    731 MHz web server 440GB Hard drive, 536MB RAM
    $300

    for a
    500MHz, 51GB (a "45"+"10" GB), 64MB RAM computer.

    Makes me sick!

    1. Re:I hate MB being used wrong. by be-fan · · Score: 2

      Hey, if you're willing to sell me a 500MHz 51GB/64MB computer for $300, I'm game.

      --
      A deep unwavering belief is a sure sign you're missing something...
  119. Re:Bad Idea by Rothron+the+Wise · · Score: 1
    Calls to tech support because the video camera they just bought seems "slow",

    I'm quite confident that I'll manage to configure my own system properly, so this only applies for people working in Tech support, (god have mercy on their souls) and people without the know-how.

    In other words, OPP. :)

    A penny for your thoughts.

    --
    A witty .sig proves nothing
  120. Re:Its a shame by jester101 · · Score: 1

    The reason you don't see many Hard drives and such like using USB is coz the maufacturers buggered up the storage device class specifications, meaning that there are a bundle of different sub-classes, and none of them are much good, so no-one bothered supporting them on the host machines (WinPC's, Mac etc). This means that every manufacturer has to write their own drivers rather than just using one generic one. This is a pain in the neck. :(

  121. Remember USB is only Half Duplex.... by jester101 · · Score: 1

    ...hence you'll not actually get 480 Mb/s. You may get something close, coz the traffic tends to be largely in one direction. PS: Your USB mouse will NOT get any faster, coz it is a low speed device. It gets polled about once every millisecond at most (if I remember my USB spec correctly)

  122. USB v.2 by mikedotd · · Score: 1

    Ummm...whatever happened to firewire? Better standard...

    --
    -- mikeDOTd
  123. Re:They dont want to pay Apple 25 cents per system by Detritus · · Score: 2
    Why is this so? Shouldnt the hub isolate the USB 1.X devices and translate their communication to high speed USB 2.0?

    From what I've read, when the host is talking to a USB 1.X device, the entire USB bus runs at USB 1.X speed. Every time slot assigned to a USB 1.X device results in the entire bus running at low speed during that time slot. The USB 1.X hub doesn't behave like a packet switch, more like an signal buffer/amplifier.

    --
    Mea navis aericumbens anguillis abundat
  124. Faster than PCI...not quite by soldack · · Score: 2

    64-bit 66 Mhz PCI can go 528 megabytes per second. This baby does 480 megabits per second or 120 megabytes per second. Even plain old 32-bit 33 Mhz PCI does 132 megabytes per second. The current Fibre Channel standard supports up to 4.24 gigabits or 542.72 megabytes per second. Single FC adapters are already pushing 190 MB and getting faster. After working with this kind of stuff, I have to admit that USB seems downright slow. Now if only FC would get cheaper...

    --
    -- soldack
    1. Re:Faster than PCI...not quite by Salamander · · Score: 1
      64-bit 66 Mhz PCI can go 528 megabytes per second.

      Looked at another way, PCI does whatever the chipset lets it do. About 3 years ago, the very best Intel chipset could push less than 600Mb/s through a 32-bit 33MHz PCI bus - about 60% of nominal bandwidth. PCI chipsets have gotten a lot better, but the bus itself is still not the bottleneck. I wonder how much of that 528MB/s you mention is actually realizable.

      --
      Slashdot - News for Herds. Stuff that Splatters.
  125. Those articles made the wrong assumption... by MfA · · Score: 1

    They assumed the same scheme of low/fast speed bus sharing would be used with low-fast/high speed bus sharing... or in other words they were assuming Intel and the rest of the USB forum are morons.

    If there were morons it was them for making such stupid assumptions. Intel uses a translator to translate low-fast to high speed communication and vice versa.

    As for complexity in hubs... gates are cheap, I am willing to bet you could loose the cost of the extra gates (manufacturing costs) in the IEEE-1394 patent pool licensing fee's for a single system. As for cables, fully USB 1.x compliant cable's are USB 2.0 compliant too. That said, I have no doubt what percentage of cables is fully compliant :)

  126. Re:AFAICS that was a bit of Firewire FUD... by Detritus · · Score: 2
    The USB hub's and controller's have translator's, all communications between high speed devices occur at high speed.

    Wouldn't this require the replacement of all USB 1.X hubs with USB 2.0 hubs/translators? Some existing USB hubs are built into other devices, like keyboards and monitors, and can't be easily replaced.

    --
    Mea navis aericumbens anguillis abundat
  127. Apple's FireWire fees by CMonk · · Score: 3

    Get over it. I get pretty tired of people complaining about per port fees paid to Apple. There is a very simple way of avoiding them, call it "1394", call it "i.link" or call it "Bob, my fast thin friend". Apple's fees are a pretty poor excuse not to use FireWire. It's an open standard and it works, it works fast, and it works fast now.

    1. Re:Apple's FireWire fees by Anonymous Coward · · Score: 2

      Well I'm not sure what the terms for licensing IEEE1394 from the standards body are, but Apple doesn't (currently) charge a license fee for the using the FireWire Trademark. You can verify this here or just read the info below

      FireWire TradeMark Agreement

      The FireWire word mark is an Apple trademark and must be licensed for use by third-parties. There is currently no licensing fee. The agreement is a 5-page Adobe Acrobat file, and contains all the information and guidelines third-party developers need to license the FireWire word mark for use on product packaging, advertising, and other product marketing materials.

  128. Only for your USB 2.0 devices by MfA · · Score: 1

    You can leave all your USB 1.x hubs and devices like they are, you can use the free port on your shiny new USB 2.x host for 1 USB 2.0 device... but if you want more than 1 yes you are going to have to shell out for a new hub yeah.

  129. Its a shame by NoWhere+Man · · Score: 2

    The really weird part is that USB it is such a great standard, but in reality it is not used much where it could be useful. I think major applications include perpherials, like cameras, scanners, etc.
    But they have barely touched on external hard drives and devices of that sort. I beleive Evergreen had come out with one, but that is really the only hard drive device I have seen.
    I think the reason for that is the technology is changing...as soon as USB came out, another, faster technology (firewire) could already take its place.
    Maybe we should concentrate on one specific technology and expand on it. That way it will become more useful.

    --

    "Imagination is the only weapon in the war against reality." -Jules de Gautier
    1. Re:Its a shame by Crowley · · Score: 1

      Those people who have Multiprocessor systems already have a bucketload more IRQs than 16 - I'm not sure, but it might even be 256. My video card is currently using IRQ 20, and my SCSI adapter is using IRQ 44. I don't know how (to do with IOAPICS perhaps?) all I know is that's what I'm seeing in use...

      --
      Caffeine fault: operator dumped
    2. Re:Its a shame by brandonj · · Score: 1

      I always thought USB was a good idea, but the problem is that it has taken so long to become noticed.
      It will be nice (if it happens) to just have like 8 or 10 USB ports on your motherboard and all external devices plug into that - no "This goes in the small round one, and this goes in the big 'd' shaped one" crap. Especially for new users.
      I think it would be nice if they got rid of the 2 types of USB jacks though... If it's universal, why do I have to buy an adapter?
      One other major problem is speed. 60MB/s? That's garbage compared to FireWire2.0. USB should be fast enough for a hard drive. Heck, if it got fast enough, it would be nice to replace IDE stuff internally too. DEATH TO RIBBON CABLES!!! I hate those things.

      Anyway, that's just my opinion on things...

      -Brandon

  130. Re:Acutally, no by bugadefino · · Score: 1

    I wouldn't even bother with USB 2.0, the spec - not the final-delivered-real-thing that hardware developers might soon start testing (not shipping) only barely beats IEEE 1394a speeds of 400Mbit/s currently in use and well supported by real shipping hardware. Remember too that IEEE 1394 doesn't even require a computer to connect compatible devices. Just wait for 1394b, with improved communications specs and 800 Mbit/s... Can't wait 'til I get some 1394-native portable storage using this to work with my laptop.... and camcorder, digital camera, scanner, printer, TV, PDA, MTB, 4WD, fridge/freezer, etc.

  131. YAY! but... by mduell · · Score: 1

    Yay! this is great. but its too little too late. Dont get me wrong, im not at all in favor of FireWire/IEEE 1394/iLink, but it is on almost _every_ video camera that is shipping.

    Mark Duell

  132. Re:In truth not that many people are *that* desper by StoryMan · · Score: 3

    You're wrong.

    It's not the music that people are after. That's part of it, yes.

    But while I agree with you that, sure, we should pick our battles -- and, sure, "human life" is more important than music -- understand that what's at stake here is freedom of expression -- and the last time I checked, freedom of expression -- freedom of speech, however you want to spin it -- is a fundamental freedom that is constantly in danger of being snapped up not by government itself, but by corporations manipulating technology, manipulating government, and, ultimately, manipulating consumers.

    The battle isn't about music. It's about the way in which art is controlled by corporate interests. For fuck's sake: it's no secret that in America (at least) government more often than not is in the pocket of big corporations. Sure, Microsoft lost their battle against the government, but it doesn't take a MacArthur Fellow to realize that no matter what the outcome of big business versus big governement, the winner will *always* be big business.

    It's for that reason that people are concerned about music. Sure, human rights are important. No one here will deny it. But, as you say, you gotta pick your battles. Fundamental intellectual freedoms are as fundamental to human life as any other freedom. Please don't assume that all Slashdotters are so short-sighted to believe that all we're doing is bypassing encryption or trying to get something for nothing.

    In this case -- the USB topic -- what's at stake is control and the extent of said control. Corporations -- RIAA, MPAA, whatever -- what absolute and total control. They don't have foresight enough to predict technologies, but they sure as shit know the "bad" technologies from the "good" technologies once the technologies start to threaten their profits. This is not about music. This is not about USB. This is not even about the poor schmuck of a artist who makes the music.

    It's about corporate profits. Corporations will throw all their economic might against anything that threatens their profits -- or threatens their *potential* profits.

    So don't get all holier-than-thou and pretend that music doesn't count. Or pretend that that on one side there's human life and the "real issues" and on the other side there's the crazy Slashdotters who care only about encryption and getting something for nothing.

    Freedom is something -- and it's not for nothing that freedom in any form is something that must be fiercely protected and vigilently maintained.

    Corporations will have you believe otherwise. Corporations will have you believe that your entitled to what they *give* you -- and believe me, pal, that ain't much. They want you to believe in their version of freedom. Freedom of the corporations to "grant" consumers what they (the corporations) think the consumers need. And the corporations think we should be grateful -- because without big business controlling and manipulating the consumers, we'd be (to paraphrase David Mamet) a bunch of savage shitheads in the wilderness.

    Corporations want you to believe in the second coming of Acme, Incorporated. They want you to believe and be grateful because, boy, Acme Incorporated has what you need.

    Well fuck you and fuck Acme Incorporated. That's what all this about. Fuck Acme Incorpoated why? Because fuck their profits. Their profits are dollars and pounds and marks and francs out of our own fucking pockets.

    We're buying the Porsche's for the suits who run these corporations. We're buying the luxury apartments of the CEOs who get their golden parachutes when the stockholders suddenly realize that Zippy the Second Coming of Christ isn't pulling in the sort of profits we, er, think might be appropriate.

    So fuck the music. Fuck the USB. This is about insuring that everyone gets a fair shake. This is about making sure that corporations know their boundaries. They can't just walk the fuck into our living rooms and kitchens and open our refrigerators and take our fucking bread.

    This is about saying, wait just a fucking minute: the buck stops here. You and your band of corporate bad-breath-startac-talking-Porsche-driving-italian -suit-wearing-pinheads just can't plunder every fucking dollar I earn and take the food from my mouth.

    That's what this is about. And, yes, it's as important as any fundamental human issue.

  133. USB= nice but bad idea by Lumpy · · Score: 1

    Ok, so we got faster USB with 2.0 this means nothing. USB hogs so much processor power that this is useless! USB ethernet slows down a machine horribly. USB scanners are as slow as Parallel scanners. and USB keyboard/mice is just stupid! (hey can I get a SCSI keyboard?) I have tried and tried to use this USB port for what it is touted for and it constantly fails to meet what it says it will do. Now, firewire.. that's a different story. It acts so much like SCSI it is scary.. there is almost no load on the system during a transfer from our sony betacam digital cameras to the AVID. Every firewire device we have works like a champ.

    USB... if they make it so that processing happens OUTSIDE the CPU then it will work... but if you have to use my processor cycles to do basic things (I will not tolerate a WIN-USB interface) then throw it away as crap, along with the computer software dependant modems,printers and other devices.

    --
    Do not look at laser with remaining good eye.
  134. is this really important? by dephiance · · Score: 1

    Although usb and firewire seem nice, are they really usefull? HDD have scsi which is a very nice standard(s); parellel and ps/2 are very versatile and fast enough; scanners and the like (digital cameras...etc) can also use scsi, as can most int/ext devices. Is a new technology worth trashing all existing equipment for?

    1. Re:is this really important? by daveman_1 · · Score: 1

      While I have been using SCSI for many years, I can assure you that it is far from a "nice standard". It is far more expensive to implement than a firewire solution would be. But this is not SCSI's real problem. SCSI tends not to be standard. Every so often new levels of performance are introduced to SCSI and every time they seem to come with a host of new connectors. As I said, I have been using SCSI for years and as it turns out, every time I have to use SCSI somewhere, I end up having to purchase new (and costly) cables to support the devices. ALWAYS have to buy new cables. And if you want the lay person to use SCSI, you can simply forget it. There is just way too much information about SCSI that needs to be absorbed before you can start using it. Most people aren't willing to take the time. Firewire really needs to succeed. I personally could do without all of the Ultra ATA crap on the market right now. And from what I've read about the USB 2.0 standard, I can do without that too. As far as USB being a standard, it is still too few and far between that you find people with USB peripherals to consider it a standard. Ever run into someone who misplaced their USB cable to their external ZIP drive? I'll bet you don't just happen to have one lying around that you could give to them. But you could probably scrounge up a parallel port cable if you had to... The point is simple, don't be the first to jump at the new stuff or you can expect to get burned. And as for the speed issues with USB 2.0, if that is what "the market wants"(the market defined by microsoft and intel marketing strategy) then that is what the market shall have. As is the case with SCSI, people who are out buying a new Compaq home computer are not taking the time to research relevant standards for their port configurations. But I suppose all of this is the reason technical folks don't get along with the bean counting folks.

      --
      Russian Russian Russian RussianDollSig DollSig DollSig DollSig
    2. Re:is this really important? by Graymalkin · · Score: 2

      The fact that you listed off more than one device connection ought to tell you all you need to know. USB stands for UNIVERSAL serial bus as in it works on any type of computer no matter which sort of processor or computer you have. If periphrial manufacturers can make a single product that works on multiple system architectures they have just entered several markets and saved themselves money.

      --
      I'm a loner Dottie, a Rebel.
  135. USB IS Cool... by suwalski · · Score: 1

    Never has the world seen a standard that is so cross-platform. I can buy a scanner and plug it directly into a PC, a Mac, you name it. And although Serial was/is cool, you can only do so much with it due to speed limitations.

    I think USB 2 will usher in a new era of connectivity. I admit, I don't own any USB devices, because as it was noted, it looks cooler on paper than in real life (conflicts, freeze ups, lack of support)...

    USB2 should solve all of these problems, and you must admit, the transfer speeds are nice. Maybe I should go out and get a USB2 scanner when they're available...

  136. Re:In truth not that many people are *that* desper by Evangelion · · Score: 1


    You forgot The Necromancer and The Fountain of Lamneth.


    --

  137. finally by Anonymous Coward · · Score: 5

    My mouse will no longer be my bottleneck, yes.

  138. Did anything odious make it into the spec? by David+Price · · Score: 5
    In a previous Slashdot story, it was reported that some of the USB specs were being closed to non-members; speculation in the discussion indicated that the closures were made so that CSS-style trusted-client content scrambling could be introduced into USB2 devices (for instance, encrypted signals to digital speakers so that the audio can't be captured over the USB bus.)

    Does anyone know what became of this? Does the final USB2 spec contain any such anti-consumer features?

    1. Re:Did anything odious make it into the spec? by Signal+11 · · Score: 1
      encrypted signals to digital speakers so that the audio can't be captured over the USB bus.)

      That's really a stupid idea because all one needs to do is hook a resistor up to the coil of the speaker and then judiciously oversample. You could do this without damaging the speaker. The RIAA claims they do this to prevent "digitally perfect" copies from being circulated on the 'net.. but as anyone who has listened to an MP3 can tell you, it's not perfect, it's "good enough". The quality from this hack would be higher than an mp3 encoding from the original (digital) source.

      I guess I should be thankful though.. the copyright industry is too stupid to do it right..

    2. Re:Did anything odious make it into the spec? by be-fan · · Score: 2

      Why can't I just rip from my CD? Or am I missing something...

      --
      A deep unwavering belief is a sure sign you're missing something...
  139. Re:Bad Idea by MrBogus · · Score: 1

    Yes, and if there's any question that Intel could profitably include firewire in their chipsets, just take a look the millions of USB-enabled computers shipped in 1996-7 that had no drivers. My guess is that a vast majority of these machines have never been used with USB.

    In Slashdot Terms, millions of consumers payed the "Intel USB Tax" without any clear benefit to themselves. They are going to start paying the USB 2.0 Tax, so one might as well throw FireWire in there too.

    --

    When I hear the word 'innovation', I reach for my pistol.
  140. Acutally, no by twisteddk · · Score: 1

    I'm sorry to say that I'd have to disagree on both points.
    [here in Europe t least] I can get all sorts of USB equipment, Harddrives, cd-rom burner, MO drives, tapebackup, cameras, webcams, scanners printers, mice, monitors keyboards, and even a cool little thing that'll diagnose why Your PC wont POST !
    So there's LOTSA cools stuff around (mail me if You want links to these products but cannot locate them Yourself), problem is that I really don't want to BUY a substandard harddrive, or whatever at a much higher cost and much lower speed/size than if i bought "the real thing".
    Which brings me to my second point. USB is NOT a cool standard because it's not able to keep up with current speeds and technology. However, I do believe that with the implementation (not just the agrement upon) of the new 2.0 standard, Your point might proove to become alid in the near future. I too have a ziliion cool ideas of what to do with USB if the speed (amongst other things) gets bump in the right direction.

    --
    --- To err is human... Am I more human than most ?
  141. External Video Disk by SEWilco · · Score: 5
    MPEG videos being played on a ZIP drive
    RIAA comes unspooled. Film at 11.
    1. Re:External Video Disk by SEWilco · · Score: 1
      c/RIAA/MPAA/

      I got my species of sharks confused for a second.

  142. MCA is dead. Fibrechannel is networking tech. by Webmonger · · Score: 1

    Microchannel? There may have been microchannel hard disk interfaces back in the golden days of the PS/2, but I dare you to find one now.

  143. Its Mb not MB by mduell · · Score: 2

    Where can i pick up my 3.75Gbit (480*8/1024) timothy just forgot to correct the typo. Darn...

    Mark Duell

  144. Re:Really desperate for that music huh? by jetson123 · · Score: 2
    Just buy the damn CD and be done with it.

    You mean that CD that will be obsolete in a few years because the industry wants to see you the same music all over again in a new format? And the CD whose metallic layer will oxidize away? The CDs that only fit into large, cumbersome portable CD players?

    I paid for the music once, and I don't intend to buy it again. I have converted my CDs into MP3 so that I can keep them around easily and use them in a small portable player. I have also converted vinyl to MP3 because some classical recordings aren't even available anymore in modern formats.

    All of that is fair use of content that I paid for, not piracy. If the music industry wants to go to a complete rental model for music, they better start by lowering their prices drastically. Otherwise, their are engaging in fraud: claiming to sell you content while knowing full well that its lifetime is limited to a few years.

  145. Re:1394 is not PC dependant, thats why it's better by MrBogus · · Score: 1

    1394 Home Interconnects are obviously a priority to Sony. (Why else would the Playstation 2 have one?)

    But, they are probably on hold until they can decide on some vendor neutral encryption standard. Lots of companies are having a connector war with HDTV equipment too, and might be unwilling to support a 'Sony' standard.

    --

    When I hear the word 'innovation', I reach for my pistol.
  146. vote with your dollars by jetson123 · · Score: 2
    I think most people agree that, while USB 1 was excellent as a low cost device interconnect, USB 2.0 is a stupid "me-too" kind of product--technically inferior to FireWire and likely to be not significantly cheaper. So what are we going to do about it?

    Buy FireWire for your external interface needs and contribute to the Linux FireWire effort. FireWire devices are here. You can pick up FireWire PCI cards for under $100, and external FireWire disk enclosures taking an IDE drive for $150. There are some scanners, CD-RWs, and other peripherals, in addition to the A/V FireWire devices. FireWire is quickly becoming a feasible substitute for SCSI.

  147. Industry morons sticking fingers in dike... by fnj · · Score: 1

    ...but the water will not be stopped.

    "there are no 1394 DVD decks and there never will be"

    Yes there are - they're called PCs :-) If no one has figured out how to stream the content from a movie inserted in a DVD-ROM drive out a PC's 1394 port, hopefully they will do so soon. Then if somebody wants to, they can make their own tabletop DVD deck as a PC appliance.

  148. Re:I use lynx 2.5FM and it has limited space by rblum · · Score: 1
    Don't apply paragraphs when they look good on your screen. (Or you think they look got on mine).

    Apply structural markup instead of trying to pretty print and leave the formatting to the browser on the other side. That's why ./ offers HTML posting, after all....

  149. Yes but more expensive and obscure by sips · · Score: 1

    Not something that is fair play at all. Anything that is too expensive is far too close to useless for most of humanity to bother with.

    --
    Respond to s
  150. Re:1394 is not PC dependant, thats why it's better by wirefarm · · Score: 1

    >could hook your 1394 HDTV to a 1394 DVD player
    >and enjoy

    From what I've heard, there are no 1394 DVD decks and there never will be - The DVD industry has made that a condition of licensing.
    I may be wrong and I hope I am, but I don't think so.
    I have a 1394 VCR and I love it - I wish I could buy a 1394 DVD...

    Cheers,
    Jim in Tokyo

    --
    -- My Weblog.
  151. Fast Networking? Try IP over Fibre Channel by soldack · · Score: 3

    The current Fibre Channel standard supports up to 542.72 megabytes per second or 4.24 gigabits per second. Single controllers are already going 190-200 MB/sec. Meanwhile gigabit eithernet is only moving at 128 MB/sec (some go a bit faster). They are using Fibre Channel for SANs with multiple RAID arrays connected. Needless to say, it flies! Pretty soon files will be loaded before you even open them! :-)

    --
    -- soldack
  152. Flat mode is almost useless by sips · · Score: 1

    Just how is it good for anything more than getting all the data that threaded mode takes away? You can't tell the flow of the discussion, you can't tell who said what in relation to whom, you in fact miss the whole point which slashdot was set up under and that is making cosmments to others in a public forum. Unless flat mode starts to contain little tags or text data saying "post made in reply to post #415" or something like that. Trust me as a person who obcesses about this thing I know what's ultimately useful. You could spend hours trying to sort out the subtle nouances of the discussion or take maybe 30 seconds to look at an entire sotry in nested mode in say netscape/IE/w3m/(lynx 2-7 and before they screwed up the nested table support the newer releases are shit). Threaded mode is also useless unless you like making 4,000+ little connections to slashdot's sometimes slow server over modem links. So tell me how can one actually judge content properly in flat mode at all or in fact gain any meaningful data from it?

    --
    Respond to s
  153. But you can use all those cool old USB devices... by cocknballz · · Score: 1

    But you can use all those cool old USB devices and totally slow your new USB2 network down to USB1 transfer rates, now thats genius. Too bad Crapple got so greedy with firewire.

  154. Re:Finally.. by YoDave · · Score: 1

    Don't forget about IEEE 1394B. It'll run at 800Mb with support for upgrades to 1.6Gb and 3.2Gb.

    Dave
    ~""~

  155. AFAICS that was a bit of Firewire FUD... by MfA · · Score: 2

    Yes I have seen articles linked below which said as much... but their respective writers were apparently a bit too much firewire zealots to point out the obvious alternative which the USB forum has chosen. The USB hub's and controller's have translator's, all communications between high speed devices occur at high speed.

    You are quite correct in that it has been reported, but those reporters were quite wrong. Pity that they couldnt be content with just arguing Firewire's strongpoint but had to assume weaknesses on USB 2.0's without proper facts to back the assumption up... if they had at least pointed out the obvious alternative I would have had some respect for them, but as it is those articles were just partisan propoganda.

  156. Re:USB and the PCI bus, no problem by soldack · · Score: 3

    Well can the PCI bus handle 480 Mb? Yes. 32-bit 33 Mhz PCI goes up to 132 MB/second, more than enough. 64-bit, 66 Mhz hits 528 MB which blows this away. PCI isn't dead yet.

    --
    -- soldack
  157. I thought the boomers at least figured that out? by sips · · Score: 1

    Didn't people figure out not to buy products that broke. That used to be called getting scammed.
    It makes my head spin. That is almost as bad as the stupid $800 MP3 player that slashdot has been advertising lately. What a waste of time. I could get a better stero system for less than that and it would be less prone to breakage.

    --
    Respond to s
  158. Not true. by XNormal · · Score: 4

    In USB 1.x a low speed device (1.5mbps) occupies the entire bus and takes time from standard speed (12mbps) devices.

    In USB 2.0, though. the hubs have buffers and do active rate matching. A standard speed device will NOT bring down the speed of the bus and will not get in the way of high speed (480mbps) transfers. The silicon space to do this is quite negligible these days.

    Intel has supported 1394 for years - it was going to be the successor to IDE. In USB conferences prior to 1998 they kept talking about how USB and 1394 are complementary - 1394 will never be cheap enough for a mouse. If something made them change their mind I believe they have a real reason.

    ----

    --
    Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
  159. ARGH! More Support! by Bandman · · Score: 2

    This is great, and I really encourage people to continue to develop more devices for USB, and I'm looking forward to seeing what the outcome of USB is, and how it will tie-in peripherals and components, but we need more support for other operating systems. I've read that USB keyboards and mice are supported at least by linux, which is a good first step, but the vast majority of USB devices are things like cameras and scanners. Till things like this get supported, I'm forced to just look at them on the shelves. No computer today comes without USB ports, and it's just really frustrating that OSs like BSD, Linux, and BeOS can't take advantage of them. oh well, es la vida...

  160. Finally.. by proxima · · Score: 1

    When I first read about USB (wow, I don't even remember when exactly, before it became mainstream), I looked at its speed capability and I thought that was a stupid mistake. Here you have a standard that allows for hot-swappable devices connected in long chains all taking up just one set of resources. Since USB came out I was hoping that the faster standard (or pseudo-standard, it's not really that popular) firewire would take off because of speed.

    Now it would seem that they're improving the USB standard so it fixes the largest negative against it - speed. Before this external hard drives and even CD-ROM drives weren't practical. I mean, it beat serial speeds by far, but it didn't even come close to Ultra-wide SCSI (my favored external interface...and internal too if the hard drives weren't so expensive :-).

    It's just too bad that now the current USB implementation is everywhere, and it'll take awhile to move to this new standard. Oh well, can't have everything.

    --
    "The universe seems neither benign nor hostile, merely indifferent." --Carl Sagan
  161. Foiling speaker coil hacks by yerricde · · Score: 2

    Speakers will eventually be made tamper-proof like cable boxes. A speaker that has been opened will refuse to accept encrypted streams.
    <O
    ( \
    XGNOME vs. KDE: the game!

    --
    Will I retire or break 10K?
  162. wow...480 MB/s is a lot of bandwidth...oh wait.... by jonnythan · · Score: 2

    I was floored when i saw the 480 MB/s...Whoa.

    But then, I headed to the website to see that it is 480 Mbit/s.

    Damn...I would've been going out to buy the new USB 2.0 PCI cards tomorrow evening

    Anyway, a little more on topic, this is pretty cool stuff. I have a scanner, webcam, and occasionally a 100BT network adapter (among some other random things sometimes) plugged into my USB ports, and I can't use more than one at one time without severely affecting the performance of all the others. My Intel webcam goes blank when I'm transferring a large file over the ethernet!

    I doubt that anyone cares about my trials with USB 1.1, but this is sorely needed if USB is to have a future. This definitely is giving it a good jolt and allowing it to remain a competetive, popular, easy to use standard with firewire and Serial ATA (I don't know too much about this...is it still in the works? What's the difference between it and, say, firewire?)

  163. Bad Idea by Detritus · · Score: 5
    USB 1.X works, it's cheap and standardized. Why does Intel insist on screwing it up by trying to make it into a high speed interface, something it was not designed to be? Mixing USB 1.X and 2.0 devices will not work well, the USB 1.X devices drag the average bus speed way down. USB 2.0 silicon is too expensive and power hungry for cheap peripherals like mice and keyboards.

    Firewire (IEEE-1394) is here today, works better at high speeds, an IEEE standard, with working silicon and device drivers. Why not use it?

    --
    Mea navis aericumbens anguillis abundat
    1. Re:Bad Idea by Salamander · · Score: 2
      That's pretty simple. Not too many computers are shipped with firewire pre-installed.

      And why is that, do you think? Could it be because our "good friends" at Intel, who make the most common chipsets, are more interested in pushing their own separate standard than in adding 1394 support? You better believe that having USB displace 1394 is worth more than $1/port (the original 1394 license fee, now a quarter of that) to Intel.

      Who wants to put more money in Intel's pockets? IMO AMD and VIA missed a huge opportunity by not putting 1394 support into their chipsets just to stick it to Intel and their "standards".

      --
      Slashdot - News for Herds. Stuff that Splatters.
  164. To clarify by sips · · Score: 1

    The piece of hardware dosn't do burning just reading. I just used CD burners in my analysis because I havn't seen too many good/cheap things that would work with my old computer. My drive is a Adaptec model (that much I do know) I just forget which. The newer kernel didn't like it and just kept probing away at it. I even got irritated enough to take my grievences to the kernel mailing list (it should be in the archive a while back). They weren't much help. Basically the detection code goes through all the LUNS and trys to detect the drive but it dosn't work at all. I believe it's on LUN 2 from the dos drivers and they work the first time and they are old. Basically this setup prevents use of redhat or anything that uses big bunches of packages or on-cd package installation. I even have installed dos games off the thing. The only problem is the win 3.1 interface to the drive which screws up badly. Believe me the problems have been real and severe. It wasn't until a while age (about a year to a year an a half that I could even figure out how to force the stupid X server to figure out that I had some card that could do more than 16 colors and then to get the mach 32 server to work took even more time and that gives me signal 11 errors from a *video card* strange !)

    --
    Respond to s
  165. Re:In truth not that many people are *that* desper by Mononoke · · Score: 2
    I want you to show me a new song (within the last 50 years) that has told some form of epic story using a rock n' roll genre as it's basis.

    Rush: 2112 (from the 2112 album)
    Rush: The Trees (from Hemispheres)

    That's just one artist. Want more?


    --

    --
    NetInfo connection failed for server 127.0.0.1/local
  166. 100 BT USB ethernet adaptors by kirE_lateM · · Score: 1

    somehow this doesn't seem too realistic seeing how the top end of USB 1.1 is ~12 MBit/sec... I think you have a major bottle neck in there somewhere...

  167. I use lynx 2.5FM and it has limited space by sips · · Score: 1

    I start to run out and the line widths are limited too. Also it dosn't automatically resize as well. It's a hard habit to break at other terminals and machines but I try to learn.

    --
    Respond to s
  168. Faster than PCI... by captaineo · · Score: 1

    I've always said we need a faster bus than PCI. That puny 100MB/sec bus can't stand up much longer, what with 160MB/sec SCSI and 80MB/sec Gigabit ethernet cards coming into wide use...

    Perhaps an entirely USB-based system is the answer. 480MB/sec should be ample bandwidth for tomorrow's PCs (especially if switched). Your basic "system" would be nothing more than a USB backplane, to which you'd attach CPU modules, RAM modules, I/O modules, etc. Thanks to USB's forward-thinking design, neat tricks like adding and removing RAM, graphics cards, and hard drives from a running sytem should be trivially possible...

  169. ON not needing a PC (controller) by SuperKendall · · Score: 1

    It means that two FireWire devices can work directly with each other, for instance a DV camcorder connecting directly to a storage device.
    Generally USB (even 2.0, I think) devices require some central USB controller to handle communication between devices.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  170. "YAY!" indeed. by Tofuhead · · Score: 1

    I agree that the ubiquity of FireWire on digital video cams is one feather that FireWire has in its cap. Personaly, I love FireWire. But at what point does "must-comply-with-the-standard" kick in? Isn't it a little too early to forego any possibility of competition between the two standards when it comes to the areas where they are able to compete?

    Especially when it comes to issues of bandwidth -- today's fat pipe is just tomorrow's bottleneck -- we should be open to increased competition betwen evolving standards. In the end, we have to concede that market confusion and incompatibilities will sometimes be the price you pay for BETTER STUFF.

    < tofuhead >

    --
    It is still the dark of night.
  171. why not use Firewire for keyboards, mice? by JerkyJerk · · Score: 1

    I always hear people/articles say USB 1.x for keyboards, mice, etc. and use Firewire for Disk drives, cameras, scanners, etc.

    Why couldn't or wouldn't you use Firewire for keyboards and mice? (per port fees aside) I would think that using one system would make things a lot easier. Would they have an effect on speed like USB 1.x devices should on USB 2 devices?

  172. 2.4 by patreides · · Score: 3

    Well, time to wait three more months for the 2.4 kernel to include THIS too...

    Stop inventing standards so fast! It's GNU, we have to play catch-up! (most of the time, this is true)

    --
    # debian/rules