Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Phoenix Bios to Incorporate DRM

Posted by michael on Thu Sep 04, 2003 10:45 AM
from the goodbye-free-software dept.
defishguy writes "Extreme Tech is reporting that Phoenix Technologies is shopping a DRM-capable BIOS to OEMS. Reportedly the BIOS with DRM enabled allows for software to be tracked and traced from one PC to another." See also this older story about AMI.
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by burgburgburg (574866) <splisken06 @ e m a i l.com> on Thursday September 04 2003, @10:47AM (#6869429)
    Burn it and see if it is magically reborn better then it was.

    If not, the name was inappropriate.

  • yeah, and... (Score:5, Insightful)

    by loserbert (697119) on Thursday September 04 2003, @10:47AM (#6869436) Homepage
    how long before someone comes up with a 'workaround'? As long as there are security measures, there are people with no goals in life but to circumvent those measures.
  • Charming... (Score:4, Insightful)

    by GearheadX (414240) on Thursday September 04 2003, @10:48AM (#6869448)

    Looks like we've gotten a heads up on whose equipment not to buy anymore.

    Thanks a lot.

  • DRM Enabled (Score:5, Funny)

    by Gr33nNight (679837) on Thursday September 04 2003, @10:48AM (#6869451)
    Ah, something else to disable in the BIOS the first time I boot up.
    • by Cutriss (262920) on Thursday September 04 2003, @10:55AM (#6869568) Homepage
      Or, if it becomes something that isn't "user-preference", something else to hack out of the BIOS flashes. Hooray for JMP!

      Let's just hope that they're not packed in installer executeables that contain internal checksums to verify that the executeable hasn't been tampered with...
      • by mobets (101759) <mobets@NOSPaM.gmail.com> on Thursday September 04 2003, @11:29AM (#6869992) Journal
        Too bad there isn't a [-1 SHHHHHHHH!] moderation. we realy need to hide these kinds of reminders. ;)
      • Re:DRM Enabled (Score:4, Insightful)

        by WNight (23683) on Thursday September 04 2003, @11:35AM (#6870035) Homepage
        Wouldn't do any good. You'd just hack the executable to ignore it.

        What they could do is use public key encryption to sign the hash of the BIOS, then the BIOS chip checks that this is a valid signature before it flashes the new code.

        But, BIOS chips aren't massively secure (well, in fact, they aren't at all, being just an EEPROM) so this wouldn't be too hard to reverse engineer. Until they go to using a smart-card (or other security system designed in a similar way) to authenticate, it would be pretty easy to get around.
  • Uses for good? (Score:4, Interesting)

    by gbjbaanb (229885) on Thursday September 04 2003, @10:48AM (#6869457)
    Ah, but will we be able to use it to track Virus writers, spammers and other unpleasant people?

    If so.. its probably a good thing. Just make sure you don't steal anything, and if you do, use a mate's PC :)
    • Re:Uses for good? (Score:4, Insightful)

      by GoofyBoy (44399) on Thursday September 04 2003, @10:55AM (#6869565) Journal

      Just like those people don't sign their work with their names, phone numbers and signatures, they won't use these motherboards.
    • Re:Uses for good? (Score:5, Insightful)

      by momerath2003 (606823) on Thursday September 04 2003, @10:59AM (#6869612) Journal
      Oh, and I suppose, say, Microsoft, will be the one deciding who is an "unpleasant person"? Thanks, but I for one do not want Microsoft, the RIAA, MPAA, or whoever to arbitrarily decide whether my computer deserves monitoring.

      And don't try to say, "Well, they'll need a subpoena." See how well that worked with the RIAA.

    • Re:Uses for good? (Score:4, Interesting)

      by pmz (462998) on Thursday September 04 2003, @11:31AM (#6870010) Homepage
      if you do, use a mate's PC

      And leave that "mate" in a position to prove his own innocence after the police confiscate all his computer equipment? Gee, you must have been best of friends.
  • by nlinecomputers (602059) on Thursday September 04 2003, @10:48AM (#6869459)
    Could this kill Linux or even Windows XP if it doesn't have the ability to work with the bios?
      • by LordNimon (85072) on Thursday September 04 2003, @10:59AM (#6869620)
        An app can't talk to the BIOS unless the OS lets it. If your OS doesn't provide an API that the app can use to get the DRM information, then the DRM feature of your BIOS is effectively disabled.
        • by nlinecomputers (602059) on Thursday September 04 2003, @11:07AM (#6869726)
          An app can't talk to the BIOS unless the OS lets it. If your OS doesn't provide an API that the app can use to get the DRM information, then the DRM feature of your BIOS is effectively disabled.

          That is my thought as well. So what would be the point of DRM Bios that would cause the bootleg market of Windows 98 or Linux to skyrocket just to pirate stuff? Would not such a bios be designed to not boot up an OS unless it is DRM bios aware? If I was going to do this I would want that feature.
          • by CBackSlash (613476) on Thursday September 04 2003, @11:27AM (#6869961)
            "The point" of a DRM feature in a BIOS would be that if the OS and the applications were "DRM aware", then "neat" things can be done.

            I think you're missing the fact that in order to capitalize on the DRM feature in the BIOS, new applications have to be written. You would not be able to install(pirate) a DRM enhanced AutoCAD on a Windows98 PC. You'd need Windows 2010 or newer. Ditto for Linux. If Matlab for Linux is DRM enhanced, then it would require Linux w/ DRM as well.

            Phoenix probably couldn't care less if you elect to install a DRM unaware OS. It's just one more feature in the BIOS that's going unused. But by including the feature, they're opening the door for others to build off of it.

          • by LordNimon (85072) on Thursday September 04 2003, @11:46AM (#6870151)
            I'm not trying to be argumentative but are you sure about that?

            Yes, I'm 100% positive. I used to be a BIOS developer and I have 10 years' experience in device drivers. The whole point behind a modern OS like Linux and Windows 2000/XP is to prevent apps from talking to any hardware resource (and memory and BIOS count as hardware resources) without the OS's permission. An app can't issue an interrupt, nor can it make a call into some fixed memory location in the BIOS. The CPU will just not allow these operations.

            • by stwrtpj (518864) <p@stewart.comcast@net> on Thursday September 04 2003, @01:02PM (#6870963) Journal
              Yes, I'm 100% positive. I used to be a BIOS developer and I have 10 years' experience in device drivers.

              It's good to get a few words on this forum from the voice of experience. Thank you.

              As a followup, this and other discussion by BIOS-knowledgeable people would seem to suggest that DRM in the BIOS is not necessarily evil. From the way the design of it was described, it does not appear to prevent you from booting any particular OS you want, but applications may insist on using DRM features.

              I know that Linus Torvalds has said that he would accept DRM-aware code in Linux. He's not a fan of DRM (and neither am I), but he sees what the people behind the Phoenix BIOS sees, a marketing opportunity. Someone is going to want this feature, and if Linux does not implement it, it will be left out in the cold.

              A DRM-aware Linux OS would not prevent you from installing and running free software. Free software would most likely simply not use the DRM features. Where the problem comes in would be writing free software to interact with, say, streaming audio/video sites. They may insist that the application talking to them be DRM-aware and enforce it by requiring the software to send the BIOS ID/key/whatever, which can be obtained only with a DRM-enabled kernel.

              Someone feel free to correct me if any of my assumptions are wrong.

        • by molarmass192 (608071) on Thursday September 04 2003, @11:19AM (#6869861) Homepage Journal
          DRM works on the basis a unique ID in the BIOS and a central DRM server. You're always the client in this setup. If the application can't connect to the DRM server, you can't use it, although they make give you a few hours "grace" period. It's not the software on the CD but the activity of linking your license with the BIOS UID in the DRM server that makes it stick.
  • Why? (Score:5, Insightful)

    by Sergeant Beavis (558225) on Thursday September 04 2003, @10:48AM (#6869460) Homepage
    Why would OEMs buy something that would piss off their customers? I can see Sony doing it to their VAIOs but would Dell?

    If something like this sells, it just makes custom building of PCs more attractive IMO.
    • Re:Why? (Score:5, Insightful)

      by swordgeek (112599) on Thursday September 04 2003, @11:16AM (#6869832) Journal
      Any company will do as much as it can to control its products as tightly as possible, without cutting into sales.

      If you have a monopoly, you don't care about pissing off customers.

      If you convince all of the other manufacturers to go along, then you have a collective monopoly, and don't care about jointly pissing customers off.

      If you get legislation passed to make it mandatory, then all the other manufacturers have to go along, and...

      Well, you get the idea. All they need to do is to make it universal, and it becomes irrelevant. If they can't accomplish that, then all they have to do is tie their DRM boards to some nifty new feature, that people want. This is how the screws get tightened down.
    • Re:Why? (Score:4, Insightful)

      by Experiment 626 (698257) on Thursday September 04 2003, @11:20AM (#6869877)
      Why would OEMs buy something that would piss off their customers?

      I'm sure they see it as all a matter of how they spin it. To home users, tout how $MARKETING_NAME_FOR_DRM Technology lets you "securely" watch movies, listen to music, download ebooks, and such. Once content-makers have final say over what goes on on your computer instead of you, new business models will emerge as companies try to use this to sell you stuff. This will be presented in terms of the services these business models make available rather than the loss of control required to implement them.

      As far as business customers, you need only look as far as the recent article about Microsoft's spin on MS-Office DRM [slashdot.org] to hear how it will be presented as a new feature that lets companies disseminate documents while still controlling their spread and availablility, deciding when they expire, and so on.

      I don't like DRM any more than most Slashdotters, but unless we can get a loud and articulate message out to the non-tech savvy people out there, it's definitely coming. To the masses, not having total, final control over everything your computer does (do they feel that they have that now?) is not a big loss to be able to use the new Acme internet movie rental service, or to send out your business document to people and not worry about them leaking it and spreading it to third parties.

    • Re:Why? (Score:5, Insightful)

      by Le Marteau (206396) on Thursday September 04 2003, @11:22AM (#6869903) Homepage Journal
      Why would OEMs buy something that would piss off their customers?

      We're talking a niche market here.

      Some specialized software costs tens of thousands of dollars per seat. If this takes off, this software could require this DRM. Meaning that you must buy a PC which includes this scheme. Trust me, there will be software which requires this DRM and there will be PC makers which will provide the required hardware.
  • This IS scary. (Score:5, Interesting)

    by garcia (6573) * on Thursday September 04 2003, @10:49AM (#6869475) Homepage
    An OEM will also have to decide whether or not to allow an end user to turn the DRM feature off, Eades said.

    This option is most likely be available for a while. You will have the option to turn off the default enabled DRM system in your computer. As more and more people become comfortable (and ignorant) of the fact that DRM is enabled (and more and more companies start enforcing restrictions via the DRM'd BIOS) we will have less and less choice but to have it enabled.

    This *IS* scary. DRM in Word is *NOT*. Just to clear that up.
  • What the Fsck!! (Score:5, Interesting)

    by cOdEgUru (181536) <cherian.abraham@nOspaM.gmail.com> on Thursday September 04 2003, @10:50AM (#6869482) Homepage Journal
    The DRM software will be shipped as a default option inside the cME package. "It's up to the OEM whether or not to insert it on the machine," he said. "We are offering it as a default option and it's up to them to remove it."

    An OEM will also have to decide whether or not to allow an end user to turn the DRM feature off, Eades said.


    Since when does these schmucks start thinking that I as a consumer doesnt have the right to take apart, enable/disable features, and smash to smithreens whatever shit I buy from them?

    Every other product or service that we are seeing these days for sale are increasingly tipping the balance in favor of the seller. Let buyer go to hell, be the new motto.

    I can understand the importance of having digitally signed code and safe code, but tracking software across PC's sound a lot like 1984 than 2004.
    • Re:What the Fsck!! (Score:5, Insightful)

      by GoofyBoy (44399) on Thursday September 04 2003, @10:59AM (#6869614) Journal
      >Since when does these schmucks start thinking that I as a consumer doesnt have the right to take apart, enable/disable features, and smash to smithreens whatever shit I buy from them?

      Since the US passed the DCMA.
  • by molarmass192 (608071) on Thursday September 04 2003, @10:50AM (#6869485) Homepage Journal
    Don't do it, you're pretty easy [openbios.info] to replace [linuxbios.org].
  • by Seth Finklestein (582901) on Thursday September 04 2003, @10:51AM (#6869499) Journal
    ...Apple becomes the only computer maker with its hands clean.

    Think about it: most PC enthusiasts around here build their own computers. However, now they will be faced with DRM at the motherboard layer. No matter of software liberation, from Linux to FreeBSD, will be able to cleanse motherboards of this impurity. Apple, on the other hand, has never incorporated any form of DRM into their basic system. Sure, there's iTunes music store, but its DRM is limited to the application level. I boycott iTunes because I care about the Right of First Sale, for example.

    I know that it hurts to pay an additional $2,000 for the convenience of a computer company that respects your Freedom, but trust me: once you go Mac, you don't go black, Jack!
  • by burgburgburg (574866) <splisken06 @ e m a i l.com> on Thursday September 04 2003, @10:51AM (#6869500)
    "Initial customer feedback from the entertainment industry in general has been very favorable," Eades added.

    Oh, glorious day. I was so concerned that our new entertainment industry overlords would be displeased.

  • Well... (Score:5, Insightful)

    by Spytap (143526) on Thursday September 04 2003, @10:51AM (#6869501)
    ...Looks like the next time I upgrade, I'm trading in my P4 2.4c for a new G5 instead of a new P5. Perhaps someday Mac might be the majority not due to their software or design, but the fact that they like to have customers...
  • by evil-osm (203438) on Thursday September 04 2003, @10:53AM (#6869521)
    This is going to be a big bitch and complain session about liberties and what not, and I agree. However complaining never solves anything. The simple and most effective solution is to *not* buy boards with these chipsets.

    Also don't think that your purchase won't make a difference. [utu.org]
  • "Initial customer feedback from the entertainment industry in general has been very favorable," Eades added.

    If I was Jack or Hillary, I would have already gone through 3 pairs of underwear today.

    (Note: not because of bowel control problems - that's reserved for Steve Jobs)

  • by genevaroth (685479) on Thursday September 04 2003, @10:54AM (#6869539)
    I found their email address, contact them and tell them how much this sucks.

    investor_relations@phoenix.com

  • by Renderer of Evil (604742) on Thursday September 04 2003, @10:56AM (#6869572) Homepage
    From the article:
    Intel ships BIOSes designed by Phoenix rival AMI with its desktop motherboards, an Intel spokesman said. Intel will discuss its own security solution, LaGrande, at its Intel Developer Forum in two weeks' time.
    This is the silver lining I guess. When the market has different BIOS DRM schemes with different manufacturers, there is bound to be a major fuckup, since Intel (AMI) doesn't play fair and would surely try to re-invent the wheel by their own standards and on their own accord. As far as I'm aware, there is no world ISO to oversee standards in DRM implementation. Everyone is trying to be a pioneer.
  • by jbeamon (208826) on Thursday September 04 2003, @11:08AM (#6869743)
    I'm reminded of one of the only TV commercials ever published by 3dfx. An engineer introduces his new chipset, capable of billions of calculations per second. With pride and courage in his voice, he speaks of how this chip will allow them to revolutionize medicine and scientific research, saving billions of lives. An interruption over the intercom says, "Excuse me people, we changed our minds; we're going to use it to play video games."

    We have remarkable technology at hand, capable of verifying the source and integrity of data transmissions, communications, financial records, all manner of irreplacable information. We're going to use it to keep people from listening to music. Irrespective of copyright and how poor and hungry Metallica and Dr Dre are right now... that's a totally different issue. We're going to use it to keep people from listening to music. I hope somebody's proud.
  • by IWantMoreSpamPlease (571972) on Thursday September 04 2003, @11:12AM (#6869770) Homepage Journal
    Pre-DRM enabled motherboards. I have quite a few Asus boards here, good up to (IIRC) Athlon 3000s. Should be good enough for a long time to come for the average customer.

    What concerns me, is the addition of DRM into, say, the next generation video cards. It's all well and good to "merely" have an Intel P4 3.0 Ghz, or Amd Athlon 3000+, but what happens when Doom3 or beyond comes out and a new video card is needed? What is said new card has DRM on it, and decides not to play any videos you happen to own?

    In short, where do we draw the line? Corps have finally started to get wise on the old adage about a frog and boiling water, it's high time Joe Generic does as well.
  • There's a project for an aspiring /.er! Do some php site that lists:

    Crippled CDs
    BIOS
    motherboards
    Hard Drives
    Consumer Audio (Minidisk, MP3 players)
    Music (Buymusic.com - I have a special grudge against these guys, see my journal.)Itunes (gotta be fair, eh?)
    Video Players
    ect. ect. (Don't forget MS!)

    This would be an excellent way for others to be educated on the general poo that is DRM, and also give regular joes a list of stuff *NOT* to buy. Perhaps a forum reviews and on breaking/ circumventing/ turning DRM back upon its evil creators would be in order as well.

    Sadly, the only way to vote and be heard is with $$$, these days.

  • DRM in hardware (Score:5, Insightful)

    by tambo (310170) on Thursday September 04 2003, @11:21AM (#6869888)
    Embedding DRM in hardware is great news - it ensures that DRM will die a huge, flaming death.

    Any protection mechanism of this scope - designed to work on many kinds of media, on all kinds of hardware, and on a host of operating systems - is bound to be full of holes when it's first released. Even Microsoft's audio-processing filters can be used to strip out DRM (i.e., to transform a locked sound file into an unprotected stream.)

    Since this is known, the only really sensible way to implement an encryption method like this is to engage in an arms race with hackers. Release a first version, let hackers rip it to shreds, then release DRM v2.0 with those holes patched. Lather, rinse, repeat. If your encryption system has a sound basis and you're patching it in a smart, sensible way, the hacks will have to get more and more creative. Soon users will have to go to great lengths to defeat the scheme - mod chips, soldering connections onto circuit boards - so you've essentially made it tight enough that casual users won't bother. You can then crack down on the big sources of hacked media (e.g., large file-sharers on Kazaa), and voila, your scheme is fine.

    But here's the key: Inherent in this arms race is the ability of the protection scheme to evolve in a robust way to patch holes. You can't do that if you create a hardware platform. Every new generation of DRM will (a) have to be backwards-compatible, in which case it can be broken on hardware running the older (unsecured) version; or (b) not be backwards-compatible, in which case you're breaking all of the old hardware.

    Practical example: Look at today's media players - Quicktime Player, WMP, RealPlayer, DivX player. When new encoding mechanisms are invented for them, users have to grab a new version of the player, or at least download new codecs, to interpret files encoded under the new scheme. The new media won't play on the new players. This is greatly annoying, but users put up with it because it's software and it's easy to update.

    Hardware is no such thing. Every time you release DRM version x+1, users have to download new drivers for their video card, sound card, hard drive, and bus and flash-update the ROMs on each device. Forget it. Users aren't going to put up with having to update their hardware devices every six weeks.

    So, be happy: embedding DRM in hardware ensures the grand defeat of the whole thing.

    - David Stein
  • by saintjab (668572) on Thursday September 04 2003, @11:22AM (#6869907) Homepage Journal
    Is there any real benefit to the user with the inclusion of this technology. I know the article claims "rovides an enhanced BIOS that allows greater interaction with the operating system"; but does this affect the users experience? Or is this simply a move to force DRM down our throats? I'm not trolling; I just wonder if there is an upside to the consumer.
  • by coinreturn (617535) on Thursday September 04 2003, @11:24AM (#6869930)
    The truly big problem will be the need to repurchase your huge software investment each time you upgrade to a new machine. This will put momentum AWAY from buying new hardware. It seems the hardware OEMs will be shooting themselves in both feet if they use this.
  • by NZheretic (23872) on Thursday September 04 2003, @11:28AM (#6869976) Homepage Journal
    The Recording Industry, Hollywood and Microsoft
    : The New American Corporate Soviet

    Loss of Control and Backdoors

    Read Microsoft Aims for Protection--From Users [eweek.com]

    What Microsoft people really mean when they talk about security is security for Microsoft from you. NGSCB's main purpose is to make sure users such as yourself aren't pirating Microsoft's or partners' software or any other copyrighted content--even if that means taking over your system remotely and removing or disabling the offending untrusted software. ...

    ... It boils down to this: In a traditional security scenario, you as a user have control over your system to protect it from outside attackers who are enemies of your system. With Microsoft's vision of the trusted operating system, some system control is handed over to vendors and copyright holders who see you, the system's owner, as the enemy.

    NGSCB + RIAA = NSA + KGB + CIA. ( R -> K )

    From the Transcript of Internet Caucus Panel Discussion. Re: Administration's new encryption policy. Rep. Curt Weldon's statement [techlawjournal.com]

    But the point is that when John Hamre briefed me, and gave me the three key points of this change, there are a lot of unanswered questions. He assured me that in discussions that he had had with people like Bill Gates and Gerstner from IBM that there would be, kind of a, I don't know whether it's a, unstated ability to get access to systems if we needed it. Now, I want to know if that is part of the policy, or is that just something that we are being assured of, that needs to be spoke. Because, if there is some kind of a tacit understanding, I would like to know what it is.

    Read all of Curt Weldon's statement [techlawjournal.com].Consider that as of 26 August 2003:, There are currently 22 unpatched vulnerabilities [pivx.com] in Microsoft's Internet Explorer - many of the serous vulnerabilities Microsoft has not provide a fix to patch the hole in years!

    Attestation Monopoly

    Microsoft's NGSCB model for DRM content management grants Microsoft effective root digital certificate control over both software and content. It would be a monopoly even stronger than Microsoft's existing desktop dominance. Just as with Microsoft's proprietary file formats and protocols, the network effect would result in any non-dominate player or vendor facing too great a barrier to provide effective monopoly negating free-market competition.

    Loss of Fair Use Rights and doctrine of First Sale

    Microsoft's NGSCB DRM model also grants content providers far too much restrictive power. For example, in the USA and in most of the world, you are legally allowed to tape broadcast content for later replay ( timeshifting ), gathering evidence for making a complaint, or legitmate research. The DRM model can be used by content providers to circumvent these legal rights. Also if Microsoft or the Codec developer drops support for a format or even a particular digital key, all that content "protected" by that methord or key becomes unreadable.

    The DRM model circumvents the Doctrine of First Sale, by side shifting content from being "goods" into a so-called service. When I purchase a DVD, I own that particular physical instance of that DVD and the right to view the content on it. I expect to be able to play that DVD in any DVD player I choose to, including the DVD drive in my Linux system. Also when I have finished viewing that DVD, I expect to be able to pass or even resell that DVD to any party I choose. I might even give that DVD to my local library, and I am legally entitled to do so. As DMCA protected CSS DVDs already limits what you can do with a DVD, Microsoft's plans f

  • by vandan (151516) on Thursday September 04 2003, @04:06PM (#6873156) Homepage
    I like the bit at the end:
    Initial customer feedback from the entertainment industry in general has been very favorable

    Earth to dickheads: Your main customer is supposed to be motherboard manufacturers, and then ( indirectly ) computer users. Since when is the entertainment industry a customer?

    Oh wait. I suppose if you count those brown paper bags that Sony and Disney have been sending...
    • by Anonymous Coward on Thursday September 04 2003, @10:50AM (#6869478)
      I'm just begining to wonder how LinuxBIOS is getting on. That project could prove prophetically useful, soon.
    • by pheared (446683) <kevin@phea r e d . n et> on Thursday September 04 2003, @10:50AM (#6869481) Homepage
      Until no one sells one without DRM.

      That's why opposition must be raised now.
      • by Ziest (143204) on Thursday September 04 2003, @11:41AM (#6870095) Homepage
        Until no one sells one without DRM.

        Nice theory but since profit margins on PC hardware is razor thin the manufactures are looking for anything to give them an edge. If DRM in the BIOS becomes common then there will be motherboards made, most likley in places like Korea, that do not have this "feature".
        • by EzInKy (115248) on Thursday September 04 2003, @11:03AM (#6869686)
          The best opposition to this would be and Open Source BIOS. I've no idea if this is possible, likely, or already being done. It simply seems like the best response to DRM enabled BIOS.

          The OpenBios [openbios.org] project has been in the works for a while now.
        • by tambo (310170) on Thursday September 04 2003, @11:07AM (#6869724)
          The best opposition to this would be and Open Source BIOS. I've no idea if this is possible, likely, or already being done. It simply seems like the best response to DRM enabled BIOS.

          Well, DRM and open-source technology aren't mutually exclusive. Indeed, any protection of this scope (e.g., relying on a flawless interaction between the CPU, the hardware devices and drivers, and the OS) really should be so securely implemented that publishing the details doesn't weaken it - i.e., "obscurity isn't security."

          (Whether or not this level of coordination is achievable is an interesting point to consider. The fact that Microsoft's implementation of DRM is breakable by a routine, authorized use of their DirectX processing-filter functions is striking.)

          - David Stein
            • by stratjakt (596332) on Thursday September 04 2003, @11:14AM (#6869802) Journal
              Right, but the problem is that as DRM becomes an accepted technology, your non-DRM compliant computer will go the way of the personal check. It will be one large pain in the ass to buy something online from major distributors. You'll "need" DRM. Then of course there is even the possibility of further legislation in this arena that requires computers connected to the internet to have signed OSs that booted from valid BIOSs.

              But thats not going to happen. There is no government agency that can legislate "only signed OS's can use the internet". There are no hardware manufacturers willing to piss away billions of dollars in revenue so the entertainment industry can make a paltry couple of extra million.

              I don't do the conspiracy thing. This technology seems directly targetted at the office workstations of the world, and is a feature that PC's have been sorely lacking for much too long.
              • by tambo (310170) on Thursday September 04 2003, @11:41AM (#6870091)
                But thats not going to happen. There is no government agency that can legislate "only signed OS's can use the internet". There are no hardware manufacturers willing to piss away billions of dollars in revenue so the entertainment industry can make a paltry couple of extra million.

                You're vastly underestimating the momentum behind this thing.

                You know the *AAs' current actions? Suing Napster, cracking down on Kazaa users, non-rippable audio CDs? Why do we think they're foolish? That's right, because they're a whole lot of effort for not much copyright enforcement.

                The *AAs know this, too. These are really just treading-water exercises - making an attempt to squelch the big offenders, and plant the idea in peoples' minds that piracy = theft. It's all they can do, and everyone knows it.

                Their long-term strategy has to focus on making media completely non-rippable. Digital encryption will be how digital media is distributed in the future. By digital media, I mean all digital media that big corporations want to protect - music, movies, streamed video (i.e., all TV shows), electronic texts, you name it. It's the big gun that media producers intend to wield in the future.

                This isn't conspiracy-theory stuff. It's sound business sense. Just look at the trends and listen to the *AAs talk about the future of distribution - it's obvious.

                - David Stein
          • by Brahmastra (685988) on Thursday September 04 2003, @01:05PM (#6871000)
            yeah it boots a 5 year old chipset. Open source BIOS isn't going to happen. Most chipset vendors are extremely secretive about their chipset and by the time the chipset documentation becomes available to Open Source coders, the chipset is already obselete.