Slashdot Mirror


TiVo Goes After Sites Hosting Image Backups

TiVo User writes "TiVo has apparently decided to come down on sites that hosted 'image backups,' essentially tarballs of the OS for the machine, which just happens to be Linux. TiVo owners use the images to install on new, larger hard drives (increasing the recording capacity of the unit) or to recover a dead system. Why TiVo has a problem with this, but allows others to sell the same images for profit is beyond me." Read on for the rest of TiVo User's comments. "The images are not used to create pirate TiVos (as a subscription service, TiVo justifiably controls access to their database tightly), so there wouldn't appear to be much harm in allowing them to be hosted. TiVo has always walked a fine line in allowing the user community to mod their units, perhaps they have finally stepped over that line, considering there are free alternatives that are less restrictive. To their credit, the legal mumbo jumbo in their cease letter is non-threatening compared to most other of this type, but it's interesting the letter draws no distinction between the portions of the software that are Linux, and therefore expressly distributable, and those that are proprietary to TiVo."

423 comments

  1. Hmm by Anonymous Coward · · Score: 2, Interesting

    Isn't that illegal given the GPL?

    1. Re:Hmm by dreamchaser · · Score: 3, Interesting

      Probably not if they didn't alter the GPL'd components of the system.

    2. Re:Hmm by Anonymous Coward · · Score: 0

      No, of course not

    3. Re:Hmm by Anonymous Coward · · Score: 0

      No

    4. Re:Hmm by AllUsernamesAreGone · · Score: 4, Informative

      If the code that does all the work is in userland then all they are required to do is allow people to get at the kernel source, they don't have to release anything that runs on top of the kernel as a normal process.

      But if they've added drivers for TiVo specific hardware (don't know if there is any, don't have a TiVo) then it's down to the old binary modules argument, and if they've modified the kernel in any way then they need to release those modifications.

    5. Re:Hmm by Anonymous Coward · · Score: 0

      Nope. The important bits aren't under the GPL.

    6. Re:Hmm by kinnell · · Score: 4, Informative

      No. They are required to supply the source to all the GPLed software that they are distributing, and any of their own software which is linked against GPLed software (which is also therefore GPL). However, they are not required to allow people to view/distribute any proprietary code which doesn't fall into these categories. Since the OS images contain both GPLed and proprietary software, they are within their rights to prevent distribution. They are however required to provided the source of the GPLed stuff on the image seperately, on request, but this is probably not very interesting anyway

      --
      If I seem short sighted, it is because I stand on the shoulders of midgets
    7. Re:Hmm by Anonymous Coward · · Score: 0

      No way. The GPL has never been tested in court anyway, so it's still unknown whether contravening it would be illegal or not.

    8. Re:Hmm by AKnightCowboy · · Score: 1
      They are however required to provided the source of the GPLed stuff on the image seperately, on request, but this is probably not very interesting anyway

      This seems to be an odd provision of the GPL. Since the components they use are undoubtable widely available in source form at other sites, why should they be required to provide a mirror of it? Pointing you to a mirror site of the source packages should be sufficient for most reasonable people.

    9. Re:Hmm by Yoje · · Score: 3, Informative

      TiVo already offers GPL-based code on their website. The backup images being offered on other websites include the full OS and TiVo GUI, which aren't covered under GPL. So technically they have the right to shut these sites down, although, as mentioned, I think it's a shame as it could shut down the TiVo upgrade/white-hack community.

    10. Re:Hmm by Anonymous Coward · · Score: 0

      No.

    11. Re:Hmm by Anonymous Coward · · Score: 0

      No.

    12. Re:Hmm by Anonymous Coward · · Score: 0

      no

    13. Re:Hmm by kinnell · · Score: 3, Interesting
      why should they be required to provide a mirror of it?

      They aren't - the GPL doesn't specify how the code must be made available. They simply have to make the source available somehow, and are entitled to charge the cost of providing it. I imagine pointing to a mirror would be sufficient, at least in practice, if not in theory. The point is to make sure that any changes they make are also distributed to anyone who wants them.

      --
      If I seem short sighted, it is because I stand on the shoulders of midgets
    14. Re:Hmm by Anonymous Coward · · Score: 0

      Even if it was, it wouldn't stand up in court. The GPL is nebulous at the best of times and has yet been tested in court.

    15. Re:Hmm by arkanes · · Score: 3, Informative
      I, personally, would consider a link to the original source to be sufficent, but heres what the GPL has to say:

      c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

      So, a link the the mirror is only acceptable if you're re-distirbuting binaries without modification, and then only if you're doing it non-commercially.

    16. Re:Hmm by Anonymous Coward · · Score: 0

      Nope

    17. Re:Hmm by nberardi · · Score: 1

      You could be right but until the GPL is really tested in court you are going to see more and more companies violating the GPL. Most large companies see the GPL as something they don't really have to follow, because first it has never been tested in court, second it was drafted by computer "nerds" not a legal team, and third why follow it Linux is free and if they have to pay some monitary amount somewhere in the future it is still going to be cheaper than using the alternatives.

      That is the problem with free software, once it is free there really isn't any problem violating the license because down the road if they have to pay money it is just going to be a slap on the wrist compared to the amount of money they made with the product. I think an advocate group needs to start going after these companies like Linksys, Tivo, and others in much the same way SCO has gone after the Linux community.

    18. Re:Hmm by GigsVT · · Score: 4, Informative

      Because not everyone is getting software from the Internet. When the GPL was written, the Internet as we know it today didn't even exist.

      The clause still makes sense in the Internet world though. Suppose I include a link to a third party site to get GPL code I distribute. They go out of business or change their domain name, or even take down the version I used because it became obselete. I'm now in violation of the GPL.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    19. Re:Hmm by jtdennis · · Score: 4, Informative

      and they do provide it. It's at http://www.tivo.com/linux/index.html.

      --
      -- "Freedom is the right of all sentient beings" -Optimus Prime
    20. Re:Hmm by Cee · · Score: 5, Informative

      They aren't - the GPL doesn't specify how the code must be made available. They simply have to make the source available somehow, and are entitled to charge the cost of providing it.

      The GPL DOES specify how the code must be made available, either by using a or b:

      a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

      b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

    21. Re:Hmm by Anonymous Coward · · Score: 0

      "This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. ..."

      How is software linked against GPLed software covered by this definition? The same goes for the whole binary only modules argument. If you didn't take the source code of a GPL program and modify it or insert portions into your own code then the GPL doesn't apply.

      In short, the GPL covers your code, not your API.

    22. Re:Hmm by Ian+Wolf · · Score: 2, Informative

      My understanding is you are not in violation until the consumer requests the source and you fail to comply. As someone mentioned earlier, you don't have to distribute the source immediately, but must comply when so requested.

      --
      "The words of the prophets are written on the Slashdot walls."
    23. Re:Hmm by Colonel+Cholling · · Score: 2, Funny


      Of course not! The GPL is unconstitutional, un-American communist propaganda which is not legally binding in any civilized country. Besides, we own all the TiVos. It's our intellectual property. They should be paying us.
      </darl>

      --

      I am Sartre of the Borg. Existence is futile.
    24. Re:Hmm by n.wegner · · Score: 1

      >My understanding is you are not in violation until the consumer requests the source and you fail to comply.

      With every TiVo, they must also provide a written offer, that's good for three years, to send them the source in the preffered format for modification for the cost of media and shipping. If they don't, then they are in violation of the GPL and copyright law.

    25. Re:Hmm by B'Trey · · Score: 1

      Perhaps. It's a subtle issue and one that does not have a clear answer, although a great many people argue passionately for one side or the other.

      Part of the answer depends on header files. Usually, you include header files to reference the functions you call which make up the API. However, many header files are more than simply declarations of extern functions. They include macros and inline functions, which are inserted into your code and remain there after compilation. Thus you have GPL'd code in your application.

      Another part of the answer depends upon the definition of "derived work." If you write a program which is dependent upon, and only works with, my specific framework, then quite arguably it's a derivative work of my framework. If you write, for example, a POSIX compliant app which runs on multiple OS's or *nixes, then quite arguable it's NOT a derived work.

      See here for Linus' take on the issue.

      --

      "The legitimate powers of government extend only to such acts as are injurious to others." Thomas Jefferson.

    26. Re:Hmm by mysidia · · Score: 1

      See the GPL

      Section 2: b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.

      In the simple case: linking with other code, and making a binary with a compiler... produces a binary derived from both sets of code.

      The binary includes (or uses) some code from the library, because it is linked.

      Some people say other things might count too, though it is indeed suspect at best, i.e. dynamic linking (Linking that occurs in the form of loading modules during runtime): the binary is made to 'use code' in the library

      See the very end of the GPL too: "This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License."

      It's not that the GPL 'automatically applies' to things you link to. It's that it's perhaps a violation of the license provided by the GPL, and maybe copyright infringement to distribute your software if it is linked, i.e. dependent on other software that the GPL does not apply to.

      There's also some question as to what's considered linking.

      Ex: If I write a web server program, do clients that connect _link_ to it?

      If I make a networked game with a GPL'ed client/server pair, and someone else writes their own custom client, are they necessarily obliged to GPL their work, since their software links with my GPL'ed server software, i.e. by being made to connect to it over a network?

      It could go either way.

    27. Re:Hmm by tiger99 · · Score: 1
      Quite so, and I think the point has been debated before. Now, a web site would surely constitute a "medium customarily used for software interchange", therefore so would a mirror site.

      I think that the difficulty is that, having apparently complied with the GPL, if the webmaster of the mirror site closed it down or deleted the relevant files, then without your knowledge you would end up in breach of the GPL, because the ability to obtain source had gone. The only way to ensure that it exists is to take responsibility yourself, and in this day and age of easily available free hosting, it is an issue so trivial as to not be worth arguing about. Simply, if you have GPL code which you distribute, publish the source on YOUR web site, then no-one can complain.

      But, this debate will run again, and again, and even again.......

    28. Re:Hmm by tiger99 · · Score: 1
      Technically that may be so, but the whole argument should be purely academic, as responsible people will publish on a web site under their control, to rid themselves of any possible problem. To do otherwise, even to invite the situation where you have to spend time answering requests by email or letter to supply source, is plain stupid. They are entitled to it if they ask, so just make it easy, save yourselves a lot of bother.

      What is a TiVo anyway? I can't recall ever seeing one in the UK, maybe they don't work here, or we are too backward.

    29. Re:Hmm by tiger99 · · Score: 1
      Good description. Where does it leave the SCO "Linux Personality Module", I wonder......

      In one possible scenario, SCO becomes subject to GPL and that pathetic battle is over, with all of McBride's intellectual property now public.

      That may be why they are trying to destroy the GPL, before it destroys them.

      I do hope some hacker at M$ has saved himself a lot of time by copying some GPL code into Win XP!

    30. Re:Hmm by tiger99 · · Score: 1
      Connecting over a network is interoperability rather than linking. Otherwise I would go and access Bill's web site from Linux right now, and make the Convicted Monopolist subject to GPL.

      If only......

      The protocol has to be either published (not necessarily free) or obtained by reverse engineering to make it work of course, and reverse engineering for that purpose is specifically allowed by law in some countries.

      It starts to get very complicated when you are running Linux on a desktop, and use CORBA or something like that to make a link from, say, a Windoze spreadsheet on a networked machine to your local word processor. I don't know if that can be done just yet, IIRC there was talk of even making OLE2 work. If it is possible, you might be comingling data containing proprietary algorithms or code with your free software, obviously it could happen in reverse also. IMHO there may be an area of potential difficulty in getting that sort of interoperability, if so, time to move on and stick with what is free and/or open....

      Star Office or OpenOffice come to mind, also the up and coming Koffice, etc, as worthy competitors to M$, without all the potential legal hassle.

    31. Re:Hmm by jeremyp · · Score: 1

      Not only that, but if you put an image of their binary software on your FTP server, unless you provide a link to the source code of the GPL bit, *you* are in violation of the GPL.

      --
      All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe
    32. Re:Hmm by black+mariah · · Score: 1

      Tivo makes the GPL portions of their software freely available. Just look up or down the thread, there's about 50 links to it.

      --
      'Standards' in computing only impress those who are impressed by things like 'standards'.
  2. It's just nuts and bolts, and software by Anonymous Coward · · Score: 4, Insightful

    There are plenty of free choices now, and they are geting better every day, seems like a bad time for Tivo to start upsetting their biggest fans.

    1. Re:It's just nuts and bolts, and software by Mr+Smidge · · Score: 1

      A poster in the linked article suggests that they may be under pressure from the MPAA and alike.. Would any sensible business like this *intentionally* upset their customers (monopolies and back-door-funding not included)?

      (I await posts consisting of "yes").

    2. Re:It's just nuts and bolts, and software by Ed+Avis · · Score: 4, Insightful

      But what free choices are there if you already own a Tivo box? Do any of the free PVR applications run well on the Tivo hardware?

      --
      -- Ed Avis ed@membled.com
    3. Re:It's just nuts and bolts, and software by slim · · Score: 3, Informative

      Do any of the free PVR applications run well on the Tivo hardware?

      I'm sure this used to be on the Freevo roadmap, but it seems to have disappeared.

    4. Re:It's just nuts and bolts, and software by KD5YPT · · Score: 1

      Poor TiVO, walking a razor blade edge between the MPAA and us.

      --
      In US, you can easily buy enough major firearms to wipe out your neighbourhood but a few little fireworks are banned.
    5. Re:It's just nuts and bolts, and software by Eponymous,+Showered · · Score: 4, Informative

      Unfortunately for the free PVR software packages, there is no free guide data. xmltv can be (and is widely) used, but it typically grabs data by scraping from zap2it, where there the TOS explicitly forbids this ("you may not modify, copy, frame, cache, reproduce, sell, publish, transmit, display or otherwise use any portion of the Content"). If Freevo or MythTV got large enough to show up on Tribune Media Services' (the owner of zap2it) radar, they'd be squashed like bugs.

      Too bad no one offers a subscription-based xmltv feed.

    6. Re:It's just nuts and bolts, and software by geoffspear · · Score: 2, Informative

      Zap2It's TOS are unenforceable in the US (at the moment). The Supreme Court has ruled that information found in databases of facts (and TV airtimes are facts) is not protected by copyright.

      --
      Don't blame me; I'm never given mod points.
    7. Re:It's just nuts and bolts, and software by LMariachi · · Score: 1

      Considering the TOS forbid even displaying the Content I'd say they're pretty much full of shit.

    8. Re:It's just nuts and bolts, and software by mosch · · Score: 1

      Tribune can choose to stop giving you, or anybody else, those airtime grids, at any time they want to. If they wanted to be mean, they could just start giving abusers fake information so your "FreeVO" would record nothing but COPS. Besides which, even if you're right (which I sincerely doubt), do you want to be the one who has to pay to argue in court that the station data which they carefully organized is in fact public domain?

    9. Re:It's just nuts and bolts, and software by geoffspear · · Score: 1
      As long as you're not republishing the information in the same format that they carefully organized it into, Feist v. Rural Telephone is pretty clear that the fact that the information didn't take any creativity on their part to develop (which is obvious unless they can prove that they control all of the TV channels and tell them when to put show on) disallows claims of copyright protection for the TV listings.

      Granted, they are free to take actions to keep you from accessing their data.

      --
      Don't blame me; I'm never given mod points.
  3. TiVo by Anonymous Coward · · Score: 2, Interesting

    This practice does not surprise me. About 4 months ago, I purchased a TiVo refurb for $200. In those 4 months, I have sent back 3 TiVo's. My fourth recently went bad (the screen gets all pixelated). Unfortunately, the 3 month warranty only counts for 3 months from when the TiVo was first purchased! Never mind that for the duration of the warranty period they never managed to send me a working product!

    TiVo is a company with no scruples, this practice does not surprise me in the least.

    1. Re:TiVo by InsaneGeek · · Score: 1

      Define pixelated, depending upon what quality the show is recorded at, you will get pixelation. If pixelation is a problem do the storage space trade off and record at the "Best" setting; a tivo will never be able to record "perfectly" from an analog source there's allways going to be some artifacts.

    2. Re:TiVo by Anonymous Coward · · Score: 0

      Amen, brother. I also purchased a "refurbished" Series 2. I had to send 2 back before I got a working unit. The third is still holding strong after 3 months.

      If you ask me, TiVo is shipping returned units without fixing them and labelling them "refurbished."

    3. Re:TiVo by Can · · Score: 2, Informative

      TiVo does not actually sell receivers. They license the software and hardware designs. Your issue was more likely with Philips, Sony, Hughes, or some other hardware manufacturer.

      TiVo themselves actually have a very good reputation for customer service (if you bought a standalone TiVo and purchased service directly rather than through DirecTV, of course).

    4. Re:TiVo by Anonymous Coward · · Score: 0

      Live playback is pixelated, not recorded shows. Once I take the TiVo out of the mix, problem goes away.

    5. Re:TiVo by Anonymous Coward · · Score: 2, Informative

      TiVo's website sells refurbished receivers.

    6. Re:TiVo by Can · · Score: 1

      Which strangely enough makes TiVo.com a reseller, not a manufacturer in this case. And the quality of the units does vary a good bit between manufacturers.

    7. Re:TiVo by InsaneGeek · · Score: 1

      That doesn't seem right since they use the same procedure to record live tv as to record shows. What model is it (series 1/2 direct tivo, etc) does it happen to all channels or just a couple in the low range?

      If Tivo didn't wipe the drive when they sold it, someone could have mucked with the settings for live tv and changed the bit rate settings.

    8. Re:TiVo by Anonymous Coward · · Score: 0

      Actually, I am not an American myself.

    9. Re:TiVo by gnu-generation-one · · Score: 4, Informative

      I have sent back 3 TiVo's...

      Try this -- you need a standard computer, and a couple of TV cards.

    10. Re:TiVo by Anonymous Coward · · Score: 0

      It is a Series 2. After rebooting it, I've had it work for anywhere from 1 to 12 hours, but in the end, it ends up in the same state.

      Any suggestions you might have as to how to fix it would be appreciated.

    11. Re:TiVo by InsaneGeek · · Score: 2, Informative

      Can't say I've heard of that, best thing that I can think of is that it's possibly overheating. I've got a series 1 so I'm not exactly sure how your fan is configured (mine is basically a computer cpu fan in the back of it). Something to try would be to take the case off and put a fan on it (ambient air would not be enough to cool it properly).

      You'd probably get the best luck at the community forums over at http://www.tivocommunity.com/tivo-vb/ they've heard just about anything and everything.

    12. Re:TiVo by Anonymous Coward · · Score: 0

      "Did it ever occur to your degenerated, spoiled American brain that some people prefer devices that actually work, not GNU/GNAA/GWHATEVER-Hippie communist bullshit?"

      Did it ever occur to you that the nurses are looking for you?

    13. Re:TiVo by 4of12 · · Score: 1

      I've also seen occassional infrequent problems like this with my TiVos (I have two: one 20+75GB, one 100+100GB).

      One culprit can be bad weather - rain and snow affecting the reception of the satellite signal.

      Another possibility was bad disk sectors. I think TiVo's MFS filesystem accomodates glitches on the disk or in the video input.

      The reason I'm superstitious about bad disk sectors is that if I view a recording that is terribly hosed and then keep the recording just to occupy the bad space, that other recordings work fine. This all happened a couple of years ago and I haven't had problems since then.

      --
      "Provided by the management for your protection."
    14. Re:TiVo by snkline · · Score: 5, Informative

      If I remember correctly from my Business Law courses, it doesn't matter if the warranty has expired. They never fixed the problem satisfactorily and therefore are still legally obligated to send you a working product.

      Now once you have a working TiVo, they may be able to say to hell with you, but until then they are still bound by the original warranty, no matter how much time has passed.

    15. Re:TiVo by Isca · · Score: 2, Informative
      This is NOT CORRECT. Tivo does, in fact, make their own brand of DVR's. In fact, Best Buy and Circuit City sell Tivo branded systems.

      Now, they may be made by some third party company. I'm sure this is the case, but it doesn't really matter. If you buy a Dell Axim, does that mean you go blame it on the Taiwanese manufacturer that made it? You could, but it won't get you anywhere. YOu need to go to Dell and complain about it. Just because they don't put it together doesn't mean it's not their product.

      If the user bought a "Refurbished Tivo", he probably got it directly from Tivo. Every few months they put "remanufactured Tivos" on sale. Tivo's customer service reputation has taken a big hit lately, from the nature of the posts on the Tivo forums. Luckily, I haven't had any first hand experience with it, but I've seen/heard plenty of those who have had trouble just as the poster above had.

      -chris

    16. Re:TiVo by carlos_benj · · Score: 2, Insightful

      Interesting. I would think that someone who doesn't have the time/skills/desire to put something together and only wants somethig that works out of the box would be the spoiled one...

      --

      --

      As a matter of fact, I am a lawyer. But I play an actor on TV.

    17. Re:TiVo by KUHurdler · · Score: 1

      This same thing happened to me with an I/OMagic DVD-Rom. Got 5 replacements. Each time they told me that they couldn't believe it wasn't working since it was one of their "better products". After 12 months of me paying to ship their broken crap back to them, they refused to replace it once my "Warrantee" was up.

      My Lite-On DVD-Rom I bought to replace it has been working nicely for about 2 years now.

      I learned the hard way that warrantees are only as good as the company that issues them.

      IOMAgic=HiVal=CRAP Tell the world!!!

      --
      Fix Your Own TV - RiddledTV.com Avoid the Landfill
    18. Re:TiVo by Anonymous Coward · · Score: 0

      The problem is probably in the TV Tuner configuration registers. There is a setting that downgrades quality based on the measured temperature of the tuner module, to avoid the circuit being damaged - the higher the quality the more processing it needs to do. This obviously generates more heat from the circuit, potentially damaging it.

      You could try adjusting that setting; tools to do this are available from most good Tivo 'hack' sites. It tends to be set depending on where the unit is originally shipped, based on climate. For example, the setting is lower for Tivos sold in California than those sold in Alaska.

      Chances are, your Tivo used to run in a colder region and is having difficulties operating where you are on that configuration register.

      To test this you could try running the Tivo from inside your fridge. This improves performance, anyway.

    19. Re:TiVo by Anonymous Coward · · Score: 0

      I will never buy from I/O Magic ever again. I had a CD-ROM drive that had some kind of mechanical problem with a motor which resulted in the plastic melting causing the tray mechanism to quit working. It had a 1-year warranty, so I tried to call them (long distance number) for an RMA, but was just stuck on hold for a very long time before I said screw it and gave up. They had no other methods of contacting them at the time, either. They didn't even have an e-mail address.

      Never buy from I/O Magic.

    20. Re:TiVo by jaredmauch · · Score: 4, Interesting
      If you're in California, this is not the case.

      "A buyer of this product in California has the right to have this product serviced and repaired during the warranty period. The warranty period will be extended for the number of whole days that the product has been out of the buyer's hands for warranty repairs. If a defect exists during the warranty period, the warranty will not expire until the defect has been fixed. The warranty period also will be extended if the warranty repairs has not been performed due to delays caused by circumstances beyond the control of the buyer, or if the warranty repairs did not remedy the defect and the buyer notifies the manufacturer or seller of the failure of the repairs within sixty (60) days after they were completed. If after a reasonable number of attempts, the defect has not bee fixed, the buyer may return this product for a replacement or a refund subject, in either case, to deduction of a reasonable charge for use. The time extension does not affect the protection or remedies the buyer has under other laws.

    21. Re:TiVo by 13Echo · · Score: 1

      That's not entirely true.

      IOMagic built the SQ2500 branded cards for Aureal (as well as the SQ1500). They are very well-made and sound incredible. In fact, I'm using one in my Linux box at home, since the ALSA drivers are getting to be quite good. It's still great even after a few years.

      I guess it just depends on how much effort that they put into their products. The components are top-notch, but unlike most products made by IOMagic, these cards had a higher cost at the time of their release (hence the better parts and Aureal branding). Now, of course, you can find them on Ebay for as little as $5.00, new, since Aureal has been bankrupt for several years.

      By the way... This is off-topic, but if any good WDM coders are interested in working on Windows Vortex drivers, based on the ALSA sources, check out:

      http://savannah.nongnu.org/projects/openvortex/
      (Savannah is down now because of recent hacks)

      and

      http://vortexofsound.community.everyone.net/

    22. Re:TiVo by Anonymous Coward · · Score: 0

      After 12 months of me paying to ship their broken crap back to them, they refused to replace it once my "Warrantee" was up.

      Well there's your problem: never buy a product from a company that spells warranty as "warrantee". You might not be protected.

    23. Re:TiVo by KUHurdler · · Score: 1

      "That's not entirely true." How can any part of my post not be true? It was a timeline my real world experience. IOMagic=HiVal=Crap

      --
      Fix Your Own TV - RiddledTV.com Avoid the Landfill
    24. Re:TiVo by Anonymous Coward · · Score: 0

      Suck to have an idiot for a president, doesn't it? And have that idiot re-elected in 2004 by idiots.

      Suckers. Yeah, he's an idiot, just like Claudius was an idiot. People underestimate that guy, and the people surrounding him.

      He WANTS people to laugh at him. It serves his purpose. As long as they think he's an idiot, they won't read between the mangled lines he says and will just take him at face value.

      Go ahead, laugh at him, you bunch of rubes. Because he and his people are laughing at YOU.

    25. Re:TiVo by KUHurdler · · Score: 1

      Yes, so I can't spell. Thanks for taking the time to care for my grammer. If I gave a dime, I would have probably spell checked it to begin with.

      --
      Fix Your Own TV - RiddledTV.com Avoid the Landfill
    26. Re:TiVo by hesiod · · Score: 0, Offtopic

      > Suck to have an idiot for a president, doesn't it?

      What does it suck? Or is that a command? So, if I don't suck, I'll have a perfectly normal person for president. I'll keep the current one and not suck anything, thank you.

      > And have that idiot re-elected in 2004 by idiots

      Wow, someone must have learned a new word today. You must be so proud. Very good, little Billy, repeat after me "Idiot." Also, I seem to have misplaced a year of my life, since last time I checked, 2004 had not even started yet. I guess I'm lucky that I live in the U.S. so I'm not an ignorant, pustule-sucking moron who doesn't even know what fucking year it is. Christ, man, get a fucking clue.

      > America, wake up: the world hates you.

      Clueless dolt, wake up: We know, but it's unjustified & there's nothing we can do about it, so we take the only available option. Laugh at you & point, then quickly ignore you (which isn't too hard to do) because you have 0 idea what is really going on.

    27. Re:TiVo by cayenne8 · · Score: 1
      "Unfortunately, the 3 month warranty only counts for 3 months from when the TiVo was first purchased!"

      Wow....I need to go back and look at my Tivo literature...I thought mine was warrented for 1 year. I've been waiting till that was over before cracking the box open to do the hacks myself...

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    28. Re:TiVo by shaitand · · Score: 2, Insightful

      Not true, users of open source (whether out of the box or homebrew setup) are definately the spoiled ones ;)

      Why on earth would anybody want to waste their time trying to get a proprietary anything to work the way they want just to discover it doesn't it isn't flexible enough and "settle" for what it can do?

      Even if I have to tinker with it, 9999 of 10000 times I can be confident that there IS a way to accomplish what I'd like to do with open source and thus I never settle.

    29. Re:TiVo by Anonymous Coward · · Score: 0

      If you went through four Tivos in four months, you're doing something to them that you shouldn't. This should be obvious, and I wouldn't blame Tivo for not replacing them any longer.

    30. Re:TiVo by McSpew · · Score: 1

      This practice does not surprise me. About 4 months ago, I purchased a TiVo refurb for $200.

      Okay, let me get this straight. You bought a refurbished TiVo and it's been having problems. Keep in mind that you bought a refurbished TiVo. Most likely, you didn't buy that machine directly from TiVo--you probably bought if from an authorized TiVo service center. While you are right to be upset, and in some way TiVo is ultimately responsible (after all, they authorized that service center), the problem you're having is directly caused by the refurbisher sending you improperly refurbished machines, not some unscrupulous behavior on TiVo's part.

      You tried to save money and got burned. You have my sympathies. However, please don't try to make this into a conspiracy of evil by TiVo. More likely, you're just the poor bastard who got three or four bad ones in a row. If I were you, I would demand my money back from the refurbisher, though.

    31. Re:TiVo by Stripe7 · · Score: 1

      I have a 30 hour Philips model Tivo I purchased 2-3 years ago. One of the first things I did was make a image of the original 30GB disk. I run my Tivo from the imaged copy. Later I added a 100GB disk for additional capacity. I on occasion debate about adding another 100GB. I have had 0 problems with my Tivo and only 1 problem with the service. It kept deleting SciFi channel at one point to my irritation. Something to do with a bad entry from the guys they buy their channel data from. I on occasion think about upgrading the 30 GB disk to 100GB but the current capacity is more than sufficient for my PVR needs.

    32. Re:TiVo by Cramer · · Score: 1

      The Tivo SA's had a 90 day "manufacturer" warranty. The Hughes S2 DTivo originally came with a 1 year warranty; I don't know if they still do.

    33. Re:TiVo by Anonymous Coward · · Score: 0

      I didn't know ESR posted to Slashdot.

    34. Re:TiVo by Anonymous Coward · · Score: 0

      hesiod, thanks for displaying your own ignorance to us lurkers around here.

      you are now on the official "idiot list"

      idiot.

    35. Re:TiVo by tgibbs · · Score: 1
      Live playback is pixelated, not recorded shows. Once I take the TiVo out of the mix, problem goes away.

      When viewing TiVo, all playback is recorded, there is no "live." This is what enables you to pause or rewind "live" TV. If you have another TV receiving broadcast direct (i.e. without a TiVo) you will observe that it is a fraction of a second ahead of your TiVo's live TV.

      Generally TiVo's seem to be quite robust. The two I've bought just run; they don't even ever crash, and they seem to tolerate power failures and the like quite well.

    36. Re:TiVo by hesiod · · Score: 1

      > you are now on the official "idiot list"

      Good, I guess that means that idiots will be ignoring me then, great! Wait, if you are ignoring me, why are you telling me? Oh, you're only 8 years old... I see.

  4. Here's a clue by kinnell · · Score: 5, Insightful
    Why TiVo has a problem with this, but allows others to sell the same images for profit is beyond me

    If they are allowing other sites to sell their images for a profit, presumably they are getting royalties, and would therefore want to encourage the growth of this market by stopping people doing it for free. Follow the money...

    --
    If I seem short sighted, it is because I stand on the shoulders of midgets
    1. Re:Here's a clue by Sindri · · Score: 1

      Why the TiVo User didn't realize this is beyond me.

    2. Re:Here's a clue by Anonymous Coward · · Score: 0
      If they are allowing other sites to sell their images for a profit, presumably they are getting royalties, and would therefore want to encourage the growth of this market by stopping people doing it for free. Follow the money...

      Wow, I can really see why TiVo fans low them so much. This just gets better and better. I get to pay $250 for the TiVo.. which seems reasonable to me. Granted, it only has one encoder/tuner, but hey, it's $250. Then I get to shell out $299 for a lifetime subscription. Ugh, this gets expensive. I could also pay a monthly fee which is just as bad. Then if I want to play mp3's streaming from a Windows box or display pictures I need to buy the home media option which is another $99. OK. $650 for a 40 gig TiVo unit with one tuner. I think I can safely say I can build a nicer MythTV box than that for $500.

    3. Re:Here's a clue by Casca · · Score: 1

      Isn't there something in copyright law that says if you don't actively defend your copyright, you lose it. So if they sat back and ignored people copying their software they could lose the right to prevent people from doing stuff with it?

      --
      Casca
    4. Re:Here's a clue by NMerriam · · Score: 2, Informative

      No, that is only for trademarks.

      Copyright, like patents, are ironclad for their term, no matter what you do (or don' do).

      --
      Recursive: Adj. See Recursive.
    5. Re:Here's a clue by Anonymous Coward · · Score: 0

      s/copyright/trademark

    6. Re:Here's a clue by DrNibbler · · Score: 1

      Nope... that's trademark law... if you don't actively defend a tradmark it gets deluded and you can lose it. In the case of copyright there is no such provisions which is how thing like the .gif and (potentially) the SCO debacle can happen years after the (supposed) infringements

      --
      Sean.OutaHere()
    7. Re:Here's a clue by cpt+kangarooski · · Score: 2, Informative

      if you don't actively defend a tradmark it gets deluded

      Man, that's hilarious.

      The word you were looking for, however, is 'diluted.' And that's not really the result of failing to actively defend a mark.

      A mark must inform consumers as to the source of goods or services. E.g. everything with 'Slurm' on it must be coming from the same basic source, regardless of what (or who) that source is. If it doesn't, THEN there's no mark at all.

      Infringement is basically when someone else uses your mark on his own goods, therefore causing customer confusion as to whether he or you is the source of marked goods.

      Dilution is only available for very famous marks, basically so that people can't make 'Slurm' brand internal combustion engines (which no one would confuse with Slurm, the beverage, so couldn't be infringing) in an attempt to somehow profit off of the great effort Slurm has made in making its name known. You don't lose your mark if it's been diluted, however.

      In the case of copyright there is no such provisions which is how thing like the .gif and (potentially) the SCO debacle can happen years after the (supposed) infringements

      There sort of are.

      Three year statute of limitations on civil copyright actions. If you don't act on a SPECIFIC infringement fast enough, you'll never get to at all.

      More recent infringements of course might still be within the time limit. And some jurisdictions might have a discovery rule such that the clock doesn't start running until the copyright holder knew or reasonably should have known, about the infringement.

      Also the thing with LZW compression and GIFs had to do with a patent -- not a copyright.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    8. Re:Here's a clue by Anonymous Coward · · Score: 0

      They don't get any royalties whatsoever on after market upgrades. They allow a couple of guys with computers and the know-how to make a decent living exploiting their proprietary software. THAT is the point.

  5. A question by Scholasticus · · Score: 2, Interesting

    Since parts of Tivo/Linux are freely redistributable under the GPL, does Tivo the company have the right to order all of these images taken down? In other words, are they legally required to say, "You have to take this part down" (their proprietary stuff), but "not these other parts" (GPL'ed stuff)?

    1. Re:A question by Can · · Score: 5, Insightful

      TiVo themselves have already posted their kernel modifications on the web site. They're Good Guys, usually. They have no obligation to let the rest of their code be tossed around the internet.

      I suspect their concern is that someone will figure out how to hack their way into their servers or steal DirecTV service or eventually manage to run the whole image on "stock" hardware.

      Much better for them to nip this copyright violation now than to try to stop it in a year or two when they'll annoy even more people. It may be harder for people to fix "hacked" TiVo's, but you take your own chances when you break that warranty seal...

    2. Re:A question by Anonymous Coward · · Score: 0

      It's posts like this one that make me question exactly how many people on slashdot actually even understand the GPL at all...

      Maybe before trying to educate the world as to what the GPL is we should try educating our own? Is it any wonder that PHB's don't understand the GPL - when even Mr. Scholasticus, a slashdot regular, obviously has no grasp of it?

    3. Re:A question by Otto · · Score: 4, Informative

      I suspect their concern is that someone will figure out how to hack their way into their servers
      Already done, but easily detected on their end, more or less.

      or steal DirecTV service
      Also already done, and not easily detectable either. But it's no easier than stealing DTV on any other DTV box.

      or eventually manage to run the whole image on "stock" hardware.
      Not bloody likely, and considering that this particular site has been in operation *at least* three years to my explicit knowledge, nobody is really interested.

      I know a lot about Tivo and the hacking community and such, and I'm at a loss to satisfactorily explain why Tivo would do this. I suspect a Tivo lawyer found out about it. Most of the Tivo engineering people have no real issue with this sort of thing.

      Tivo is well within their rights here, but to my absolute and certain knowledge, several key people at Tivo have known about ftp.abs.net for at least 2 years. I'm just not sure why this is happening now.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    4. Re:A question by adrianbaugh · · Score: 1

      Their concern is probably more like they get a cut from the companies who sell these images, and want to get rid of any free competition.

      --
      "'I pass the test,' she said. 'I will diminish, and go into the West, and remain Galadriel.'"
      - JRR Tolkien.
    5. Re:A question by Anonymous Coward · · Score: 0

      All right, Mr. Smartguy, how about instead of griping and complaining about how /. needs to educate "its own," why don't you answer the question? The subject line of the post is, after all, A question. Perhaps Mr. Scholasticus has read the GPL and is trying better to understand it. Perhaps he was seeking some clarification about a particular point of the GPL, i.e. concerning what rights a party has over material, part of which is under the GPL, part of which is not? The story itself seems to underline the lack of clarity about this point, i.e. it's interesting the letter draws no distinction between the portions of the software that are Linux, and therefore expressly distributable, and those that are proprietary to TiVo." It's particulary unfair to say that "Mr. Scholasticus, a slashdot regular" has "no grasp" of the GPL, since Mr. Scholasticus never claimed to be a GPL expert, which is perhaps why he asked the question in the first place. In other words, are you going to light a candle or curse the darkness?

    6. Re:A question by Rich0 · · Score: 1

      It may be harder for people to fix "hacked" TiVo's, but you take your own chances when you break that warranty seal...

      A few months ago I had my Tivo freeze up and refuse to boot after a power failure. I ended up reimaging the drive and it fixed everything. The alternative was tossing it in the trash (or buying a drive from an upgrade company - which could also go away if Tivo cracks down).

      The drive was perfectly fine according to the Quantum diagnostics. I have no idea why it wouldn't boot, but reimaging it fixed the problem.

      My feeling is that if you hose your system because you download the wrong image - that should be on you. I was willing to take my chances because the unit was just a paperweight anyway...

    7. Re:A question by Anonymous Coward · · Score: 0

      why awnser the question for you?? read around the same question gets awnsered MANY MANY times to say it again would be redundant of him

    8. Re:A question by Anonymous Coward · · Score: 0

      Learn English, dick-for-brains.

    9. Re:A question by Kazymyr · · Score: 1

      ...eventually manage to run the whole image on "stock" hardware.

      This shouldn't be a concern for them. TiVo is not in the hardware business, they don't sell the boxes to make a profit on them (actually for a long while they subsidized the building of the boxes, so they were losing money with every box sold; these days, they just break even).

      TiVo is a services company, their revenue derives for the most part from the cost of subscriptions. If you manage to make their software run on 3rd party hardware, more power to you, TiVo shouldn't care because as I said they're not in the hardware business. But that's very unlikely because the code runs on very specialized embedded hardware (PowerPC 403 platform for the Series 1, MIPS for the Series 2). Not on Intel hardware.

      --
      I hadn't known there were so many idiots in the world until I started using the Internet -Stanislaw Lem
    10. Re:A question by Cramer · · Score: 1

      I'd guess this is coming down from DirecTV. I don't think abs ever had S2 4.0 images (they aren't in my archive, but I haven't checked in months.) The problem here is 100% Tivo's fault... the S2/SA software contains everything necessary to drive a S2/Combo. And, I told tivo that was a stupid idea many years ago -- the first time I saw dss components on a standalone (I think during one of the betas.)

      I'm a little surprised abs has lasted this long. Tivo acted to shutdown a number of other sites providing images. I'd really like to see them do something about all those nuts selling "upgrade" drives complete with the tivo software. (do you really think those people have a distribution license with tivo?)

      for the record, those mfstool backups have helped many people bring their tivo back from the dead (harddrive.) I wish Tivo would setup some means for subscribers to fetch a "repair kit", but the software doesn't do any kind of system licensing and validation. (hince the "moron" threads.) Now that I think about it, it wouldn't be too difficult to build a repair system, even with crypto support (via the hardware assuming the SA FPGA is the same as the Combo's)

    11. Re:A question by Steve+Fuller · · Score: 1
      Perhaps not hacking the servers, but the devices themselves. Modern Tivos connected to broadband connections make tempting targets.

      How many Tivo users bother to put their system behind a firewall? Or even check bandwidth usage?

      Imagine if you will...

      1. Take a stock Tivo image
      2. Add a useful hack (e.g. TivoWeb) to make it more enticing
      3. Add EvilCode(TM) of your choice
      4. Distribute images to unsuspecting Tivo hackers
      5. PROFIT!
      Tivo can't really stop 1-3, so stopping 4 is a perfectly logical choice.
      The paid image sites are more visible and easy to control.

      (No offense intended to abs.net, a well-known and trusted source of images)
  6. Three points by Space+cowboy · · Score: 5, Interesting

    1. If Tivo has commercially-sensitive proprietary kernel modules, they are not obliged to distribute them, and AFAIK, the Tivo filesystem code falls into this category

    2. They're bound to get a lot of people jumping on them "you must distribute", etc. See (1).

    3. They're walking a fine line. I'm setting up a Mini-ITX/Hauppage 350 PVR with MythTV as a front-end. It looks cool, and it'll have a lot more features (like: burn a DVD as well as the normal PVR stuff :-) If I can do it, a lot of others can too...

    Simon

    --
    Physicists get Hadrons!
    1. Re:Three points by Atrahasis · · Score: 1
      3. They're walking a fine line. I'm setting up a Mini-ITX/Hauppage 350 PVR with MythTV as a front-end. It looks cool, and it'll have a lot more features (like: burn a DVD as well as the normal PVR stuff :-) If I can do it, a lot of others can too...

      Yeah, like me ;)
      If you have any pointers/ideas, then I'd be glad to hear them. I was leaning towards Freevo myself.

    2. Re:Three points by Anonymous Coward · · Score: 0

      However, as per Linus' recent comments, their kernel modules are probably GPL. Unless a TiVO beta used some other OS, it's clear that they developed their kernel modules for Linux.

      And can't folks just get these off their own TiVO?

    3. Re:Three points by AKnightCowboy · · Score: 5, Interesting
      If Tivo has commercially-sensitive proprietary kernel modules, they are not obliged to distribute them, and AFAIK, the Tivo filesystem code falls into this category

      That's not what Linus said in this earlier Slashdot story from Monday. It seems pretty unbelievable that TiVo developed their "proprietary kernel modules" for whatever hardware they're using without any knowledge of the kernel internals or intention to link the resulting binary module to the kernel. IANAL of course, but from reading through Linus' postings it seems like he thinks this kind of situation would require TiVo to release the source code to any binary kernel modules as well since they are derived from the GPL'd Linux kernel. I'm not familiar with TiVos in particular, but does anyone have any proof that they've made no derivative works from userland code or the Linux kernel without releasing source code to the modifications?

      Personally I think TiVo should have to distribute the source code to their product so that people can choose whether or not they want to buy the service or would prefer to just write their own interface to guide information using XmlTV. One of the main reasons I wouldn't buy a TiVo is I don't want to be tied to one company's guide information. If they fold I am screwed and my TiVo would be useless. It almost happened to ReplayTV users.

    4. Re:Three points by hummassa · · Score: 1

      1, 2. see the GPL vs. kernel discussion, on lkml or the "fast food version" on http://www.kerneltrap.org/

      3. atta boy, way to go!

      --
      It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    5. Re:Three points by 241comp · · Score: 3, Interesting

      Speaking of MythTV - does anyone know if there are processes in MythTV that could benefit from OpenMosix? I mean besides just moving basic background processes off of the box and out to another processor, does anyone know if the actual encoding is something that could be successfully migrated off to another computer? What about when transcoding something (eg. changing the coding type)? I ask because I have a home network (100Mbps Ethernet) and both my Laptop and Desktop (XP2400+, XP2000+ respectively) are running OpenMosix and could often contribute their processing cycles if I use an OpenMosix patched kernel on a MythTV machine.

    6. Re:Three points by Otto · · Score: 4, Informative

      I'm not familiar with TiVos in particular, but does anyone have any proof that they've made no derivative works from userland code or the Linux kernel without releasing source code to the modifications?

      a) Tivo does distribute their kernel changes. See http://www.tivo.com/linux/index.html . There's enough there to build a Tivo kernel with a lot of effort on the user's part. In the case of later Tivo's you can't build your own *working* kernel because you can't sign the code, but there's ways around that.

      b) Most of their code runs in userland, not in the kernel. This includes the MFS filesystem stuffs, AFAIK.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    7. Re:Three points by slim · · Score: 4, Informative

      their kernel modules are probably GPL

      TiVo's filesystem is proprietary and closed source.
      Kernel modules need to be GPL, although there are some grey areas that Linus acknowledges. It's unlikely that a new filsystem would have fallen into one of those grey areas.

      So, TiVo solved the problem in a novel way. They hacked the NFS client code in the kernel so that instead of communicating with an NFS server over TCP/IP, it communicates with a local userland process. They released this code under the GPL.

      Then they wrote the filesystem code to run in userland, and kept that closed source, as is their right.

    8. Re:Three points by Anonymous Coward · · Score: 0
      1. If Tivo has commercially-sensitive proprietary kernel modules, they are not obliged to distribute them, and AFAIK, the Tivo filesystem code falls into this category
      Where the hell are you getting this nonsense? They ARE distributing it, in binary form on Tivo hard drives, and that means the GPL falls into place.

      I'm pretty sure the GPL says something like "if your GPL'd code is a trade secret, don't distribute it, neither in source nor binary form."
    9. Re:Three points by j-turkey · · Score: 1
      It seems pretty unbelievable that TiVo developed their "proprietary kernel modules" for whatever hardware they're using without any knowledge of the kernel internals or intention to link the resulting binary module to the kernel

      IANAL, and I'm no kernel expert, but AFAIK -- kernel module sources do not have to be released (and if I'm wrong, IMO, they shouldn't have to be). It's not kernel modification pre se, but a module. If module source had to be released, nVidia would be required to release their Linux drivers...and I believe that nVidia would rather stop supporting Linux than release the source to their video drivers.

      Just my 2 cents

      --Turkey
      --

      -Turkey

    10. Re:Three points by MURD3R3R · · Score: 1

      1. If Tivo has commercially-sensitive proprietary kernel modules, they are not obliged to distribute them, and AFAIK, the Tivo filesystem code falls into this category

      Wait a second. Didn't Slashdot just have a news article on this very issue? I believe if the proprietary kernal modules (i.e. Tivo filesystem code) were written without linux in mind in the first place, then this would be legal. Do you really believe TIVO had plans to use windows?

    11. Re:Three points by AKnightCowboy · · Score: 1
      IANAL, and I'm no kernel expert, but AFAIK -- kernel module sources do not have to be released (and if I'm wrong, IMO, they shouldn't have to be).

      That's why I linked to the article where Linus Torvalds sets the record straight on binary modules. I would imagine he qualifies as a kernel expert. :-)

    12. Re:Three points by mysidia · · Score: 1

      So they distributed a system with the userland process part of the kernel

      i.e. they linked it using local IPC.

      Meaning they might need to give source for that userland code too

    13. Re:Three points by Aardpig · · Score: 3, Interesting

      Speaking of MythTV - does anyone know if there are processes in MythTV that could benefit from OpenMosix?

      Definitely! The transcode processes would be perfect candidates for moving to another machine; they are usually quite computationally-expensive, since one is usually trying futher to compress an already-compressed stream. In my MythTV set up at home, I use a Hauppage PVR-250 to capture video in MPEG-2 format. Since the hardware does this initial encoding, the CPU is pretty much untaxed by the capture.

      However, when it comes to transcoding the MPEG-2 files into MPEG-4 (to achieve double space savings), the transcode processes chew up quite a bit of CPU time. If this job could be moved to other machines, that would be very good, since it would leave spare CPU cycles on the master for playback.

      --
      Tubal-Cain smokes the white owl.
    14. Re:Three points by harlows_monkeys · · Score: 1
      That's why I linked to the article where Linus Torvalds sets the record straight on binary modules. I would imagine he qualifies as a kernel expert

      He does...but he doesn't qualify as a copyright expert. See Larry McVoy's post in that thread on the kernel for a correction of Linus' error.

    15. Re:Three points by RzUpAnmsCwrds · · Score: 1

      People like you are the reason that the GPL has been called "viral". If code that communicates with code which dynamically links into the kernel needs to be GPL, than, quite frankly, what doesn't?

      The whole idea that a kernel module needs to be GPL is absolutely absurd. That would be like saying that a driver in Windows needs to be released under Microsoft's terms. Linux will *never* be seriously considered as an enterprise operating system if companies cannot release binary-only drivers.

      Kernel modules are clearly not derivitives of the kernel. Remember, the only thing that holds up the GPL is copyright - and unless binary modules are violating the copyrights on the kernel (which they aren't, unless of course they contain code from the kernel), than the GPL does not apply.

    16. Re:Three points by slim · · Score: 1

      So they distributed a system with the userland process part of the kernel

      i.e. they linked it using local IPC.


      You've extended the definition of linking beyond that of any GPL advocate, including RMS.

    17. Re:Three points by Anonymous Coward · · Score: 0

      The GPL is viral in this sense.

      Kernel modules clearly are deriviative: they are like binary patches.

      In order to build a module, you need to incorporate detailed information about the Kernel Symbols in the library.

      And likely, you need the kernel source.

      Including symbols counts as a deriviative work, because the symbols modules need to use are unique to Linux.

      The developers of Linux used the GPL for the parts of the kernel that you can link to called the API (instead of the LGPL), so the bits you are including when you compile a module must be GPL.

      Part if the kernel API is available for user level programs. Some of these might also be deriviative works if you use the low-level API, and you distribute binaries.

      If you want to distribute proprietary applications, then you must stay as far away as you can from GPL'ed software.

      Specifically: don't go anywhere near the kernel itself, and use only software libraries whose terms allow proprietary linking.

      Any modification to the core linux, i.e. the kernel, and therefore the basic system must be GPL.

      Only applications and libraries may be proprietary, and only by avoiding all kernel interfaces.

    18. Re:Three points by j-turkey · · Score: 1
      That's why I linked to the article where Linus Torvalds sets the record straight on binary modules.

      OK -- this has the potential to open up a can of worms...and I don't care enough to have it out iwth anyone on this, but I'll open my yapper anyway -- cause I'm that kind of asshole ;)

      I have a hard time believing that hardware drivers of any kind can be considered a derivative work. This is particularly if the hardware wasn't built for the express purpose of working with the Linux kernel (which I guess means that this point doesn't apply to TiVo). Alot of it goes back to Larry McVoy's point in this thread -- which I believe is correct (even if Linux disagrees).

      My general feeling is that liberal consideration of applications (and modules) which interface with an OS as a derivative work is dangerous, particularly in the midst of the SCO v IBM lawsuit, where part of their claim is that Linux is a derivative work of SysV Unix. Furthermore, I'm especially surprised that Linus felt that way, since it causes some inflexibility in Linux's adoption into the marketplace. It seems more like something RMS would say to increase the spread of free software.

      That being said, I'm not about to test any of it in court...I'm not (nor do I work for or represent) a major commercial hardware/software manufacturer. However, if a TiVo or nVidia wants to test it -- I'd bet that the law is on their side.

      --Turkey
      --

      -Turkey

    19. Re:Three points by Anonymous Coward · · Score: 0

      That's not what Linus said

      Quite frankly Linus' opinion is irrelevant. He's not a legal expert and his opinions hold no bearing in a court of law. He cannot dictate how the GPL should be interpreted (nor can RMS, for that matter.) He can sue if he thinks their in violation, but it will ultimately be up to a court.

    20. Re:Three points by dubiousmike · · Score: 1

      As a replaytv user, I WAS sweating it for a few minutes.

      Now, low and behold, all new ReplayTVs are shipped with 3 free years of programming (as it seems a big barrier to purchase for any PVR is the activation fee(s). After 3 years, you pay $99 a month for the guide information.

      Seems much better than $300 lifetime or $15 a month. I am seriously thinking about getting another new one.

      And didn't Tivo piss their customers off enough in about 3 years ago when the Privacy Foundation discovered they WERE transfereing personal information (ie - what you watched) and also make it very difficult to figure out which parts of their privacy policy changes when they do make changes.

      Before I start getting bombarded from Tivo users, please go to Google and search for "Tivo Privacy Foundation" for details.

    21. Re:Three points by Anonymous Coward · · Score: 0

      This is not even close to what Linus said in the 90's about binary modules. At that time he didn't like them much but did not even hint of a GPL claim that they were derived works. And, if you go back just a bit farther, AT&T once tried to claim that their system .h files where copyrighted when portions began to appear in *bsd and Linux but it was ruled fair use because there was no other way to emulate the functionality. So if it is fair for Linux to derive from unix system header file without becoming a derived work, how can it be a problem for a module to derive from the Linux header files when it is equally necessary for fair use?

      If you read into the other article, it does mention that the contents of the headers have changed, thus the new view may not apply to the kernel used in the tivo. Still, I think it is horrible to change positions on something like this after leading people to believe that binary modules were legal. Many projects might have gone with freebsd in the early days if they had not been misled in this way.

    22. Re:Three points by TerryMathews · · Score: 1
      Kernel modules clearly are deriviative: they are like binary patches


      No, they are not. On either account. The closest relative the kernel module has is the extension from the 'classic' MacOS (IE 10).

      If a kernel module utilizes some sort of kernel code, even a header file then absolutely the GPL follows the 'link' and applies. But that is not always the case.
      --
      -- Terry
    23. Re:Three points by LMariachi · · Score: 1

      $99/month? Is that a typo?

    24. Re:Three points by dubiousmike · · Score: 1

      yes - I meant $.99 a month.

      99 cents.

  7. RE: by rdilallo · · Score: 4, Interesting

    Tivo's business model is upsetting everyone. Advertisers get commercials skipped, shows are getting ripped and download from the web... it doesn't surprise me that they're trying to keep their "source code" in house.

    If it wasn't for someone having their image of the OS out there, I wouldn't have been able to fix my Tivo Series 2 that's less that one year old!

  8. Hardware requirements for free alternatives? by PastaAnta · · Score: 5, Interesting

    I know this is slightly offtopic, but what hardware is required for the free alternatives (MythTV/Freevo) to work smoothly?

    Will a 1GHz VIA MiniITX board be able to do simultaneous encoding/playback (timeshifting) in MPEG2 or is an Athlon XP 1800+ necessary?

    What hardware do YOU use?

    1. Re:Hardware requirements for free alternatives? by akedia · · Score: 2, Informative

      I had a friend that built a TiVO with an Athlon 650Mhz (old Slot-A board), an 80Gb drive and an ATi All-In-Wonder. It would record the show and then encode it to a saved DivX or VCD. It even had a PHP interface he wrote that allowed you to program it from any webbrowser. So I'd think that the 1Ghz Nehemiah should be plenty fast for encoding.

    2. Re:Hardware requirements for free alternatives? by Atrahasis · · Score: 5, Informative

      Why not read the Hardware Sections of some of the projects?
      A GHz processor should do timeshifting - Freevo lists 400MHz as minimum for operation (not including simultaneous enc/dec for timeshifting), and I seem to recall 1GHz being bandied about as recommended for that.

    3. Re:Hardware requirements for free alternatives? by Mr+Smidge · · Score: 5, Informative

      If you purchase a card that can do hardware encoding/decoding (a Hauppage WinTV PVR 250 or 350, for example), that is well-supported under Linux, the rest of the system won't have to be too powerful, and a MiniITX board would work brilliantly. However, if you want to encode things in software (to XViD, for instance), you might need a meatier processor, as a VIA processor might choke.

      Some useful links:
      MythTV requirements
      And for Freevo
      PVR Database

      Hope that helps.

    4. Re:Hardware requirements for free alternatives? by Anonymous Coward · · Score: 0

      Encoding and playback from the same disc ..... sweet. I could plug one of these doobries into my satellite RX, start recording, wait ten minutes, start playback, and fast-forward through the adverts but without having to wait for the programme to finish! Wow ..... that would actually make Sky watchable!

    5. Re:Hardware requirements for free alternatives? by Anonymous Coward · · Score: 0

      I think he was asking because not all processors do the same work per cycle. Sure, maybe a 1ghz P3 or Athlon would be fine. They do a lot of work per cycle. I'm under the impression that the floating point unit on the VIA cpus is not of comparable performance. Besides, what something lists and what works in practice is sometimes different.

    6. Re:Hardware requirements for free alternatives? by Anonymous Coward · · Score: 0

      WinTV PVR 250/350s do hardware encoding.

      They do NOT do hardware decoding. Decoding is done in software.

      http://www.hauppauge.com/html/pvr250faq.htm#enco

    7. Re:Hardware requirements for free alternatives? by LilMikey · · Score: 1

      Since most people will promptly point you to the 'hardware requirements' which are often vague, I'll fill you in on my experiences. I originally had MythTV running on my old PII-550 (256mb PC133, WD 120g) as a test box using a regular old BT8x8 based capture card. It was able to record in the default live TV mode (poorly compressed, not using the MPEG4 codec) with no hitches however playback while recording was slow. I popped it into an XP1400 (512 DDR, same 120gb, same BT8x8) and everything is smooth as silk using the MPEG4 codec constantly. If you're going to be using MPEG2, you must be using a hardware assisted capture card (Hauppage PVR series?). Your 1ghz should easily be able to handle the load with the hardware assist. If you're not using a hardware assisted card (in which you could not record to MPEG2) then you should have no problem using the non-MPEG4 codec (the name escapes me) while playing and recording and you *should* be able to pull off MPEG4 as long as you don't go crazy with the resolution. My current setup is a XP1400 backend/frontend (w/TV out on the main TV), an XP2200 as my main machine which occassionally runs the front end, and XBox frontend which moves from TV to TV as required, and a Duron 800 laptop that runs the frontend like ass due to the poorly supported ATI Mobility chipset. I have about 100 of the 120 gig dedicated to video recording.

      --
      LilMikey.com... I'll stop doing it when you sto
    8. Re:Hardware requirements for free alternatives? by uradu · · Score: 1

      You can check over at http://www.mini-itx.com, that's the sort of stuff discussed. But you don't necessarily need MiniITX, you can also go with a MicroATX board and case, they're quite small too and cheaper. A 1.6GHz Duron is around $40 and should work fine with MythTV, plus you can overclock the hell out of it.

    9. Re:Hardware requirements for free alternatives? by fruey · · Score: 1

      I have an ATI All in Wonder and MythTV says it doesn't work. What did your friend use?

      --
      Conversion Rate Optimisation French / English consultant
    10. Re:Hardware requirements for free alternatives? by bfree · · Score: 1

      The WinTV PVR 350 most certainly does do hardware mpeg decoding. Of course whether you can get that working with Linux or not is another matter (though ivtv does have preliminary support now).

      --

      Never underestimate the dark side of the Source

    11. Re:Hardware requirements for free alternatives? by Mr+Smidge · · Score: 1

      Of course whether you can get that working with Linux or not is another matter

      Apparently it's reasonably stable.. From mythtv.org's front page: Support for the PVR-350 MPEG decoder / TV out.

      Lucky us then!

    12. Re:Hardware requirements for free alternatives? by Lumpy · · Score: 1

      yes it can with a PVR250 or PVR 350 Tv tuner/encoder card.

      you MUST have hardware encoding to get low power processors to do the job (in fact if you set it up right with a pvr250 and a DXR3 for the output you can get a P-III-500 running well.)

      I strongly suggest you use a pvr250 though. no you dont get to save directly as a divx but you get overall a better recording that you can perform a mpeg2->dixv conversion on later.

      --
      Do not look at laser with remaining good eye.
    13. Re:Hardware requirements for free alternatives? by sapped · · Score: 1

      This points to another fine service that /. could offer. I would happily pay some other geek to get a box together with some software like freevo and have him Fedex it to my house. I like fiddling with some stuff but other things, like this, I just couldn't be bothered with. I just want to sit down and the TV + Recorder must work for me.

      How about classifieds /. ?

    14. Re:Hardware requirements for free alternatives? by Mal-2 · · Score: 1

      Having the (mis)fortune to work on C3 and PIII machines at the same time, I can tell you that a 650 MHz PIII runs rings around a 1.1 GHz C3 the way the Road Runner always manages to run circles around the coyote. The IPC of the C3 chips is down -- WAY down -- versus your typical desktop processor, especially on floating point ops. I can say with confidence that a 650 MHz Athlon is also going to blow away any C3 made thus far. I thought a 1.1 GHz C3 would make an adequate office PC if you threw enough RAM at it. It doesn't. Try streaming Internet radio while doing work in Office XP and you'll see exactly what I mean.

      I probably will build a C3-based media box, but I don't expect it to have the number crunching abilities to do any more than MPEG-2 SVCD encoding on the fly. This may be adequate now, but it's not going to be very happy with DVD-resolution video.

      The obvious solution, of course, is to rescue and resurrect all the P3 and Athlon systems being dumped by people who should know better. :) Unless you REQUIRE a 15 cm square board for your project, you can probably manage a lot more bang for the buck with used mini-ATX boards.

      Mal-2

      --
      How is the Riemann zeta function like Trump rallies? Both have an endless number of trivial zeros.
  9. Re:I smell FSF lawyers... by Zwets · · Score: 1

    Those are two different things. They are required to give out the source code to their version of Linux (if they modified something), but presumably they've written some proprietary software for Linux, which they are not required to give the source code for or otherwise allow distribution.

    --
    One of the lessons of history is that nothing is often a good thing to do and always a clever thing to say. - Will Duran
  10. Re:I smell FSF lawyers... by InsaneGeek · · Score: 3, Informative

    They actually do give out the source code, it's been available since day one; just mosey on over to their website and look for yourself.

  11. Re:I smell FSF lawyers... by Anonymous Coward · · Score: 3, Insightful

    What, you mean like this source code?

    Anyhow, I don't see how distribution of images is related to the GPL. The GPL doesn't require that TiVo provide binary versions of its software. Furthermore, just because TiVos are Linux-based, who says all of the software on a TiVo box is GPL'd? Surely they have their own proprietary programs on there that don't use GPL'd code, and those programs would not allowed to be distributed in TiVo disk images.

  12. Re:I smell FSF lawyers... by Genom · · Score: 0, Troll

    I am reminded of the Linksys router debunkle. TiVo is REQUIRED to give out the source code, if somebody asks for it. If you want to use the free source code, you have to follow GPL's rules.

    Right, but they're under no such obligation with regards to the binaries. I doubt the images they're having a problem with are source-based...so I'm not sure how far the GPL would go in a situation like this. Then again, IANAL either ^^

    TiVo better hope that they aren't trying to hide any "security by obsurity" subroutines.

    Access to the GPL'd source may not tell you everything either...they (conceivably) could link into a binary-only non-GPL'd kernel module or library that does something...and aside from reverse-engineering it,l we wouldn't be able to tell what it was doing in there.

  13. DMCA? DMCA. by cliffy2000 · · Score: 4, Informative

    Opening the box, extracting the images, installing the images... all illegal under the DMCA.
    Is it fair? No.
    But it's the law -- an asinine and relatively untested law -- but the law nevertheless.
    Get used to it. Your property is no longer your property. You merely own the license for its use.

    1. Re:DMCA? DMCA. by InsaneGeek · · Score: 4, Informative

      Sorry your wrong. It's not illegal to do that at all. It's only illegal to distribute the information on how to break the access control, you can *legally* modify it to your hearts content (break encryption, add backdoors, etc)

      Even in this case it's not against the DMCA until Tivo puts controls in place to specifically prevent it from happening. If Tivo had put weak encryption in place and someone found a way around it, the hacker couldn't post it to the web how to do it; but also they could not be taken to jail for just doing it.

    2. Re:DMCA? DMCA. by Anonymous Coward · · Score: 0

      It should be "you're" in "sorry your wrong", not "your."

      I hope this helps you learn how to the English language correctly.

    3. Re:DMCA? DMCA. by InsaneGeek · · Score: 0, Troll

      Why thank you, I always like it when the grammar police come around...

      FYI you much be new here I'm a frequent grammar nazi offender get used to it.

    4. Re:DMCA? DMCA. by Anonymous Coward · · Score: 0

      FYI you much be new here I'm a frequent grammar nazi offender get used to it.

      Did you mean:

      FYI: You must be new here. I'm a frequent grammar-nazi offender. You should get used to it.

      (j/k)

    5. Re:DMCA? DMCA. by InsaneGeek · · Score: 1

      Damn You

      You have deciphered my cleverly hidden secret message

    6. Re:DMCA? DMCA. by EMH_Mark3 · · Score: 1

      Yeah? So if in 4 years it breaks down, you can get a free replacement, right? NOT.

      --
      Burn the land and boil the sea, you can't take the sky from me
  14. Done Nothing Wrong? by ajs318 · · Score: 0, Insightful

    Tivo's operating system is copyright 1991-2003 Linus Torvalds, FSF and others. Anyone distributing it requires a letter of permission from the copyright holders. The GPL just happens to give the necessary permission if and only if certain conditions are met.

    So who exactly has done anything here that they shouldn't?

    --
    Je fume. Tu fumes. Nous fûmes!
    1. Re:Done Nothing Wrong? by Can · · Score: 1

      The people who posted images containing tivo graphical user interface, the code to access their proprietary network, etc... all of which runs in userland and is definitely not GPL'ed.

    2. Re:Done Nothing Wrong? by PhuCknuT · · Score: 3, Insightful

      Why do people insist on posting comments on things they know nothing about?

      Tivo's KERNEL is GPL, and SOME of tivo's userland is GPL, and tivo has always released the code for their modifications to GPL software they used. But tivos also have proprietary software on them, that is not based on GPL code, and is not released under the GPL, and they have every right to control distribution of it. Just because the GPL binaries and the proprietary binaries are on the same hard drive doesn't give someone the right to image the drive and distribute the proprietary binaries.

      I don't understand how people can bash someone for controlling distribution of their own work, and still support the GPL at the same time. The GPL is all about controlling distribution of your work.

    3. Re:Done Nothing Wrong? by ajs318 · · Score: 1

      I can see that not all of the code in a TiVo is covered by the GPL, but surely the non-GPL portions are the ones that deal with the TiVo specific hardware? In which case, they won't work anyway without a rather expensive hardware dongle {a TiVo motherboard} so they're still useless to anyone except a TiVo owner. And if you own a TiVo, then you have a right to the code anyway.

      It sounds to me like someone has spat their dummy out.

      --
      Je fume. Tu fumes. Nous fûmes!
  15. What's the problem? by JimDabell · · Score: 4, Insightful

    How is this different to somebody hosting Windows ISOs? If there is software that is copyrighted by Tivo inside the images and they haven't given the people distributing them license to do so, then they are well within their rights to stop the distribution.

    1. Re:What's the problem? by Anonymous Coward · · Score: 0

      It's different because the hardware for running Tivo images is only available from one source - Tivo itself.

    2. Re:What's the problem? by DrEldarion · · Score: 0, Flamebait

      Yes, but this is Slasdot, where everyone thinks that, regardless of law, they have the god-given right to distribute whatever copyrighted material they want and then yell and scream when people get in trouble for it.

    3. Re:What's the problem? by wfberg · · Score: 4, Interesting

      How is this different to somebody hosting Windows ISOs? If there is software that is copyrighted by Tivo inside the images and they haven't given the people distributing them license to do so, then they are well within their rights to stop the distribution.

      TiVo software is tied to the hardware anyway, there's no use for it other than on a TiVo. They are legally within their rights (as long as they don't go after people only distributing the GPL'ed bits), but morally it's a shakier situation. In essence they're using their copyrights to go after people who modify their kit; and they have no other legal avenue or compelling interest to go after people modifying their own, fully owned hardware. If you'll remember, people get uppity about such things (e.g. DMCA, modchips) all the time..

      And for a windows example; why do you need a separate license to put your IT departments image of windows XP on a Dell that comes with an OEM version of XP? It's the same collection of bits, just from a different source. It's a rip off.

      --
      SCO employee? Check out the bounty
    4. Re:What's the problem? by Bas_Wijnen · · Score: 1

      I don't think a judge will be impressed by that argument. TiVo seems to be within their rights, but perhaps it's not such a smart move. They may lose customers from it, while they don't lose customers from the distribution. Anyway, I'm sure they've thought about it, and they are sure allowed to make the distribution stop.

    5. Re:What's the problem? by hummassa · · Score: 1

      No, this is slashdot, where almost everyone thiks that, because of the law, at least the US Code section 17 in the United states, they have the USCongress given right to distribute material that is derived from GPL'd material that some of us had contributed thru the years. Oh, yes, and yell and scream when the other part, while using and profiting from the use of GPL'd code, "forgets" to abide to the terms of the copyrighted material to which they are licensed.

      --
      It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    6. Re:What's the problem? by Anonymous Coward · · Score: 0

      Cisco router software is also tied to Cisco hardware (to rather specific models, too), but it is definitely not freely distributable, it costs thousands to hundereds of thousands of dollards (depending on the particular model, version and software in question), so there is definitely precedent for hardware companies protecting the software to go with their hardware.

    7. Re:What's the problem? by pergamon · · Score: 1
      How is this different to somebody hosting Windows ISOs?


      Well, for starters, no one wants the Windows ISOs...
  16. ReplayTv by nearlygod · · Score: 4, Interesting

    Maybe it is time for some of the Tivo faithful to move over to ReplayTV. I wouldn't give mine up. Tivo may be better of the average consumer but if for a geek, I think ReplayTV is the way to go.

    --
    The Tools Of Ignorance wanna be a tool?
    1. Re:ReplayTv by Anonymous Coward · · Score: 0

      Back to VHS! Wait, no, laser discs! Wait, no, 8-tracks!!

      Fortress of Insanity

    2. Re:ReplayTv by Anonymous Coward · · Score: 0

      My girlfriend doesn't have a VHS, she still uses Betamax. God I love her.

    3. Re:ReplayTv by AnswerIs42 · · Score: 2, Informative

      But. Replay does not work well or at all with DirecTV systems. I tried a replay last year about this time.. 3 days, a lot of calls and a lot of headaches later. I got both Replay AND DirecTV to admit that the two providers don't work well/at all with each other. ARGH! So, take the thing back to best buy and return it.. and the person at the service desk said I was the 4th person this month returning a Replay unit because they can't interact with DirecTV receivers. So, I went and got a DirecTV/Tivo receiver combo and haven't looked back since. As for building my own.. well, they don't interact with satellite TV either. Now, I am putting an antenna up so I'll be picking up about 20+ local HDTV channels.. I'll probably build a setup for that.

    4. Re:ReplayTv by Chainsaw76 · · Score: 1

      I havent used replay and I realy dont know the hackability of them. Can it be hacked so:

      I can Program it from any web browser.

      I dont have to use the phone line, it pull content via the web.

      and

      I can pull content off of it, edit out commercials, and save it to DVD in under 30 minutes.

      I know I can do all that with a home brew, Im just wondering it it's possible with a Replay.

      -Jason

    5. Re:ReplayTv by Anonymous Coward · · Score: 0

      Dish network has a really nice system as far as recording and time-shifting goes. Not sure if anyone has managed to hack and extract files from it.

    6. Re:ReplayTv by Chainsaw76 · · Score: 1

      OMG the Dish networks 510? That is awefull. Horrendous. It's the worst PVR Ive ever used.

      If you tell it to record friends (normally 8:00 - 8:30) every week. And The network decides to air a 40 minute episode, or change nights, Dish networks system will still record 8:00-8:30 on thursday night. And when retuns start, they will get recorded too. Tivo, ReplayYV, and Time Warners system will all make the adjustment for you automatically.

    7. Re:ReplayTv by evilviper · · Score: 4, Informative
      but if for a geek, I think ReplayTV is the way to go.

      You obviously aren't a true geek...

      The true geeks custom-built their recording system from pieced together shell-scripts, perl code, and a little C. And carefully control every step of the process, to get the absolute highest performance from their setup.

      ReplayTV, with it's inability to crop off black borders, hence requiring MUCH higher bitrates, and it's regular tendency to drop frames, and no way to get around that, is not functional enough to be very useful at this point. I hope it improves, but I'm not holding my breath.

      Those of us who put a little more work into it, can easily have a system with much higher quality, needing less CPU time, less disk space, less memory, and overall-getting much more functionality out of the system. But I guess I'm just ranting at this point. I hope the two projects quickly get to a point that they are good options, but they certainly aren't right now, and nobody seems to be in a hurry to integrate the most important features.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    8. Re:ReplayTv by VariableQ · · Score: 1

      In short. Yes to all your questions except maybe #3. I have been a happy Replay owner for over a year now. It is a great machine. 1) Depending on whether you want schedule on Demand or just away scheduling. If you want away scheduling (meaning you are away from your replay and saw a cool show you want to record) you can use myreplaytv.com. That requires you do it at least the day before the show. Since Replay on updates once a night. If you want on Demand programming. You can set up a web interface w/ 3rd Party software. 2) Yes. It is broadband ready and that is the way to go w/ Replay. 3) Yes you can pull the the content off. The Xfer rate isn't the greatest. That is why I mentioned the exception at the top. There are plenty of great 3rd Party tools for the Replay. DVArchive probably being the best. For more informaiton you can check out www.avsforum.com or www.replayfaq.com

    9. Re:ReplayTv by BigNumber · · Score: 1

      Before I bought my ReplayTV, I looked into exactly these questions. The ReplayTV records in MPEG2 at 720x480 and has sound at 48khz. These are exactly the specs for recording to dvd so there's no transcoding required to burn it to dvd. Also, you can pull stuff off of it without any special hacking to the ReplayTV device itself (not possible on Tivo last time I checked). I record my shows, copy them to my computer, edit out commercials, and burn them to DVD.

      As for 'under 30 minutes', it takes a little longer than that. Copying the stuff off takes about 45 minutes for an hour show on my network. Editing takes another 15 minutes or so. Burning to dvd depends on the speed of your burner and how pretty you want to make it (menus and such).

      A homebrew solution might be able to do all this and even eliminate the 'pulling the video' step but for simple convenience and ease of use, the ReplayTV is better.

      By the way, I've built a MythTV device too that works very well but it doesn't capture in MPEG2 so I only use it for basic timeshifting, not for stuff I want to keep permanently.

    10. Re:ReplayTv by nearlygod · · Score: 1

      1. Programming from the web is enabled out of the box. No hacking needed. 2. Ethernet port is included and active. I have never plugged a phone into my unit, ever. If you have multiple units on your network you can stream and setup recordings on remote units. This is without any addition cost/package (Tivo does this with the additional home media option.) 3. With a user made program (DVArchive) you can download the video with a few clicks and then burn with any DVD authoring software. The best part of DVArchive, is you can setup a PC to act as a server and stream any video back to the ReplayTV.

      --
      The Tools Of Ignorance wanna be a tool?
    11. Re:ReplayTv by nearlygod · · Score: 1

      I'll concede this to you. From my experience, neither standalone box, Tivo nor RTV, work well with Satellite boxes. The DirecTivo is good because it is built into the box. In all other situations, I beleive ReplayTV is superior for the tech crowd.

      --
      The Tools Of Ignorance wanna be a tool?
    12. Re:ReplayTv by Ralph+Wiggam · · Score: 1

      ReplayTV has one killer feature: commercial skip.

      Tivo has a much nicer interface but they made a concesion to the TV networks, no automatic commerical skip. For 90% of shows, ReplayTV shows them commercial free. On shows like Iron Chef that have an outro and intro from commerical, you see them consecutively. It's awesome. The only bad part is that I don't know when movies are coming out. Oh well.

      -B

    13. Re:ReplayTv by the_2nd_coming · · Score: 1

      hm, good idea. get an all in wonder, you can record HTDV signals, and not pay for an expensive set up :-)

      --



      I am the Alpha and the Omega-3
    14. Re:ReplayTv by Anonymous Coward · · Score: 1, Interesting

      You tell a lot, but one thing i know is bull for sure. Black borders don't much higher bitrates. All black compresses very well. It's very easy to mess up aspect ratios by playing the movie. That's why in the DiVX scene uncropped movies are good practice.

    15. Re:ReplayTv by djbrums · · Score: 1

      You miss out on some key functionality building your own vs TiVo with DirectTV. DirectTV broadcasts in digital, so TiVo just has to dump the bits to disk. If you build your own, you have to decode, then dump. As a result, you loose quality.

      FWIW, I've had a Hughes TiVo for 4 years, upgraded to 2 100GB drives, and never had a problem.

      If you have problem with your hardware, try a different reseller.

    16. Re:ReplayTv by tmhsiao · · Score: 1

      Replay has disabled Commercial skip in the current and future versions of their products.

      --
      "My God...It's full of ads!" -Fry, about the Internet, Futurama
    17. Re:ReplayTv by skintigh2 · · Score: 1

      A true geek would also consider the costs involved and the non-geeks who have to use it.

      It would have cost me more to build a mythtv unit than it was to buy my replaytv with lifetime subscription.

      My wife would never have figured out the mythtv, it would probably crash, it doesn't have auto-commerical skip or advanced scheduling, and it doesn't take 200W+ (about $15 a month) to run.

      If only the replaytv played mp3s I would be set. The picture viewer is nice, though. Mythtv's weather report and atari-emulator-front-end are nice too.

    18. Re:ReplayTv by repetty · · Score: 1

      I'm afraid you just touched a sore spot with me.

      I started receiving DirecTV service last September, in time for football season, after being away from the service for several years.

      I don't know what's changed but the quality of my DirecTV video images absolutely suck now. Think of the worst web-hosted video stream you've ever seen... it's just a little better than that on some channels, especially the local ones.

      The degradation you refer to would be undetectable on my system, I assure you.

      Maybe it's just me. Maybe I've become spoiled to DVD image quality over the years. Still, the pixilization I see coming off my DirecTV tuner is amazingly bad.

      As much as I hate cable, it has me second-guessing myself.

    19. Re:ReplayTv by Artifex · · Score: 1
      Replay has disabled Commercial skip in the current and future versions of their products.


      That's B.S. I have a 5060 and it still does Commercial Advance, even with the latest software. They even stated categorically that they wouldn't shut that down on the 50xx models.

      It also, now, does "show|nav" which is a marketing term for segment-jumping. Which is also what the future 55xx will use (go here and look at the front page where it says "skip commercials" and then click on the left where it says "features/benefits"), which is just another way of saying commercial advance that can also be used for general navigation, so they're less likely to get sued again over it.

      P.S. I doubt DNNA will tell Replay backup sites to shut down, because they know it saves them a lot of warranty returns. :)

      --
      Get off my launchpad!
    20. Re:ReplayTv by tmhsiao · · Score: 1

      Hey, I'm just going by what I read in the news
      (and when I say "current" I mean currently available for sale, namely the 5500 series).

      Honestly, I don't estimate there's a significant difference between automatic commercial advance and TiVo's 60x fast forwarding. I can still get through an hour-long show in just about 40 minutes, plus I can stop and re-watch all the Victoria Secret ads...

      --
      "My God...It's full of ads!" -Fry, about the Internet, Futurama
    21. Re:ReplayTv by Artifex · · Score: 1
      Hey, I'm just going by what I read in the news


      There's your mistake :) Remember, the news says that IBM had a "surprise win" in the SCO lawsuit when the judge told SCO to put up or shut up.

      Do your own fact checking when you can, like going to the website of the company you're talking about. I didn't know when I typed it in that they were still going to say "commercial advance" on the front page, but they do, proof that it really helps, even if you think you know.

      I can stop and re-watch all the Victoria Secret ads


      By the way, RTV even has a secret code (at least before the 55xx models) that, instead of commercial skip, skips content, so you can see ONLY the commercials. Super Bowl, anyone? :)

      That being said, if I ever buy DirecTV I know I'll be buying a DirecTivo, or whatever they call it by then. I love being able to send out mpeg streams or files from my Replay without hacking the box at all, but two tuners and not recompressing the satellite stream trumps that for sure.

      --
      Get off my launchpad!
    22. Re:ReplayTv by tmhsiao · · Score: 1

      By the way, RTV even has a secret code (at least before the 55xx models) that, instead of commercial skip, skips content, so you can see ONLY the commercials. Super Bowl, anyone? :)

      That's rather nifty. Too many friends come up to me saying "Have you seen that commmercial..."

      --
      "My God...It's full of ads!" -Fry, about the Internet, Futurama
    23. Re:ReplayTv by evilviper · · Score: 1
      You miss out on some key functionality building your own vs TiVo with DirectTV.

      I don't have directv or dish, so I loose nothing.

      Additionally, with cable, I can have an infinite number of TVs hooked-up, at no additional charge, so I come out far ahead.

      One more thing, even if I had a digital service, I would still find some way to do it on a computer, even if it meant decoding and re-encoding, because I get FAR, FAR, FAR more functionality out of my computer than Tivo would ever even dream of providing. Even if i could transfer to AND from the Tivo to/from a computer, that would be far more hassle (even if I could automate it) than doing everything on one machine. No wasted disc space, no delays, etc, etc.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    24. Re:ReplayTv by evilviper · · Score: 1
      It would have cost me more to build a mythtv unit than it was to buy my replaytv with lifetime subscription.

      I find that strange, as I got the hardware for my unit for well under $300. Considering the huge benefits I get out of it, much more than Tivo or Replay, I'd say I got a bargain, even considering the time it took to setup, and the fact that it's using nearly 100W.

      My wife would never have figured out the mythtv

      The parent is suggesting MythTV, I am not. I also found the interface quite crappy. The very simple setup I designed is so simple, anyone can figure it out in an instant. (Well, playback anyways... I'm the only one using it, so I haven't taken the time to make a script to schedule recordings)

      it doesn't have auto-commerical skip or advanced scheduling

      As a matter of fact, MythTV has both. I've used them; they work.

      and it doesn't take 200W+ (about $15 a month) to run.

      I don't know where you are getting your figures, but my setup is using a 2GHz AMD, and I come in well under 100W.

      Now, I could buy a hardware MPEG-2 TV encoder card, and use a very low-power system (eg. 30W) but that would take away my ability to use my system to encode to MPEG-4 (eg. DVDs) it would make editing much slower, etc.

      Also, if electrical power is a serious concern to you, you could get a motherboard that accepts Mobile Intel processors. I know my PIII 1.2GHz Notebook comes in under 30W average, at full power.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    25. Re:ReplayTv by djbrums · · Score: 1

      You can't legally decode/reencode the stream because that means cracking the DTV smart card. You could dump it from the coax/rca out, but then you loose quality. As an added problem, you also increase the space each program takes because of the decode/reencode.

      TiVo does one thing well IMHO, which is the cornerstone of a good product. See unix for other examples.

      Also, for those with quality issues, check your connectors. There isn't anything in DTV that degrades quality...it's a digital stream from the satellite!

    26. Re:ReplayTv by evilviper · · Score: 1
      Black borders don't much higher bitrates.

      I don't know where you get your information, but you are the one full of bull.

      If you don't believe me, search the mplayer archives, and you will find every last mplayer developer saying that leaving a black border wastes a LOT of bits.

      I'll even save you some time... Here's one I found with a quick search:

      You might also mention that even a slight black border can waste a LOT of bits, so it's better to slightly overcrop than undercrop.

      D Richard Felker III
      http://mplayerhq.hu/pipermail/mplayer-users/2 002-A ugust/019944.html


      All black compresses very well.

      If the movie was completely black, it would compress quite well. On the other hand, with black borders around actual video, it completely screws up motion compensation. Since you obviously know nothing, let me also explain that motion compensation is what makes lossy codecs (Like MPEG4/Divx) work so well.

      It's very easy to mess up aspect ratios by playing the movie.

      The aspect ratios do not have ANYTHING to do with how well a video compresses, only with how stretched-out it will look when it is played back.

      That's why in the DiVX scene uncropped movies are good practice.

      That is the worst advice I've ever heard. First of all, I've already fully explained that black borders waste a lot of bits.

      Second, it is quite easy to rescale videos to compensate for aspect.

      Third, it is only AVIs that aren't able to store aspects in them, which is why Divx rips often look stretched. Mencoder/MPlayer is able to use the MPEG4 aspect tag, so it can maintain the aspect in AVI files. However, most programs ignore it, you'd be better off with another option... What people should be doing, is using any container other than AVI. Use a container like MPEG or MOV, and the container will store the aspect. Any player that can read MPEG/MOV containers will restore that aspect.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    27. Re:ReplayTv by evilviper · · Score: 1
      You can't legally decode/reencode the stream because that means cracking the DTV smart card. You could dump it from the coax/rca out,

      No, decode/reencode does not mean cracking the DTV smart card... Decoding/reencoding means encoding from the output from the reciever. Yes, you loose quality, but not too much.

      you also increase the space each program takes because of the decode/reencode.

      I don't know what you mean there. For one thing, realtime encoding works just fine, it's not like you have to dump everything to disk, and the encode it in a sceond step.

      TiVo does one thing well IMHO, which is the cornerstone of a good product. See unix for other examples.

      Unix's philosophy is to have programs that do one thing well... That does not mean making it impossible to use programs together. For instance, I can grep through the output of awk, or anything else like that.

      Also, another thing Unix does, is to allow you to do ANYTHING you wish to do with it... Even if it might not make sense. Tivo strictly limits what you can do with it, which is contrary to every law about hardware we have. Not to mention the total legal quagmire of allowing Tivo to connect to your hardware, and completely and totally change, improve, fuck-up, or disable the software installed on the system.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  17. Re:I smell FSF lawyers... by BJH · · Score: 1

    Just because they're REQUIRED to give out the source code doesn't mean that the images are freely distributable.

    Think back to when some distributions (notably Red Hat) included proprietary software on their official CDs. Just because the CDs also happened to include GPL'd software didn't mean that it was OK to freely distribute them.

  18. Re:I smell FSF lawyers... by Anonymous Coward · · Score: 0

    As to my understanding, they aren't removing the source code from their website, which can be found at http://www.tivo.com/linux/index.html. Instead, they are going after FTP websites hosting illegal images of their complete system, which doesn't break the GPL code. TiVo has copyrighted code, closed source code, in their system -- such as their nice on-screen guide. Because the people who run the FTP servers and such are redistributing these programs without TiVo's permission, they can go after them.

    Fortress of Insanity

  19. Re:I smell FSF lawyers... by Anonymous Coward · · Score: 3, Informative
  20. More informative link. by Oscar_Wilde · · Score: 5, Informative

    I don't know why you would link directly to sourceforge project page for Freevo when they have a much nicer homepage, including screenshots, at http://freevo.sourceforge.net/

  21. Double check that warranty! by LilJC · · Score: 2, Informative
    I was in this precise position 6 months ago, except with HP. They had enough CSR's to pick up the phone when I called and keep me happy while I spoke with them, but kept sending defective units and the wrong parts (why the hell would they ship a UK power cord to the US?? Especially when I explicitly told the CSR I did not need a power cord at all????) and it took a month to fix a very simple issue. That month spanned when the original warranty ran out.

    However, this is what you need to check on - with HP anyway, my warranty expired from purchase of first unit, but any replacement under warranteed had an additional 30 day warranty. So when they sent me a bad unit that arrived just after the original 6 months or whatever was up, they still had to take care of the issue. It's a minor loophole, really, but could possibly allow you to get what you paid for.

    Give 'em a call and run it by someone, "hypothetically" at first.

    --

    The only thing more dangerous than a file named -rf is renaming it -rf\ /
  22. Some people don't do any research by Anonymous Coward · · Score: 5, Informative

    For those GPL whiners. It took a whole 30 seconds to find this:

    http://www.tivo.com/linux/index.html

    1. Re:Some people don't do any research by PW2 · · Score: 1

      I found that link in numerous Slashdot posts in less than 30 seconds!

  23. Concerning point 1 by Mr+Smidge · · Score: 5, Informative

    The email from TiVo itself:

    Your website (ftp.abs.net) has recently come to our attention. We appreciate your enthusiasm for the TiVo(R) DVR and we have some specific requests regarding your website.

    We request that you cease hosting backup images of TiVo's proprietary software. The software represents valuable intellectual property of TiVo's, and making it available for copying and distribution is a violation of TiVo's copyrights. Such use is without our consent and is illegal under US federal copyright law. In particular, we are requesting that all of the files and directories located at ftp://ftp.abs.net/tivo/Backups/ be removed.


    If they are correct in their statements, then this does indeed suggest that there is some proprietary code in addition to the GPL'd kernel in there. I suppose the best thing to do here is verify what can be distributed (under the GPL) and what can't, from the TiVo package.. (But I don't own a TiVo, so that may not be possible)

    1. Re:Concerning point 1 by grahams · · Score: 2, Informative

      As has been stated a gojillion times here already:

      TiVo releases their kernel mods, but they have tons of userland apps that provide all the functionality that makes a Tivo what it is.

      These images that were asked to be taken down were not simply kernel images, but images of the entire Tivo disk.

    2. Re:Concerning point 1 by Anonymous Coward · · Score: 0

      Where is a mention of the kernel in their letter? This is an entire backup image of the entire Tivo system - there's going to be tons of proprietary user level programs/data on that - this has nothing to do with the kernel.

  24. One good reason they may have by wowbagger · · Score: 4, Interesting

    I follow the Tivo discusson forums, and there is one good reason Tivo may not want these images distributed.

    The images for different Tivos are slightly different - a Phillips unit is not quite the same as a Sony, a DTivo is different than a stand alone Tivo, and of course Series II Tivos are MIPS rather than PPC based.

    The common use case for these images goes something like this:

    Joe L. Usr tries to upgrade his system. He, of course, does not back up his system. He adds a drive and botches the process.

    Joe figgrs he will just download a new image and "fix" his system. So he pulls down the first image he can find, and BAM! his Tivo is now not merely broken, but toast.

    Now, the upgrade sites actually require you to tell them what hardware you have, and thus (one hopes) can insure you get the correct image.

    So Tivo MAY want to prevent folks from moron-izing their systems, but not have a problem with folks that don't have a history of doing so.

    1. Re:One good reason they may have by CrosbieSmith · · Score: 2, Interesting

      Yes, that makes a lot of sense. Might Tivo also be concerned that some of the unauthorised images may have been altered in some malicious way?

    2. Re:One good reason they may have by tgd · · Score: 1

      Even more important, Tivo pays every time a unit upgrades itself. The core of the problem from their standpoint is a hard cost when someone installs an image onto their Tivo that isn't the current software their Tivo should have. At a minimum, a very long download is wasted to get the newer version, and if you go back too far in versions, the Tivo won't upgrade properly, and they pay for tech support calls.

      This is kind of a silly thing for people to get worked up over, anyway. If you're hacking your Tivo, pull the drive out and image it. It takes maybe twenty minutes, and I've got images of all the different versions I've had squirreled away on a DVD (they're only 300 meg each, but I've got 5-6 of them). If you're going to be hacking your Tivo, at least take some precautions.

      The only case I see the availability of those images being useful is in the case of a catastrophic drive failure, where you need to build a new drive from scratch.

    3. Re:One good reason they may have by wfberg · · Score: 2, Insightful

      So Tivo MAY want to prevent folks from moron-izing their systems, but not have a problem with folks that don't have a history of doing so.

      If you fudge up your system with bad software, you're out of warranty. Buy a new system. Sale! So that's not the motivation..

      If you don't have access to software, there's no way to upgrade, say the harddrive, without springing for a newer model. Sale!

      So, apparantly it's come to the point that more people are succesfully upgrading their kit than people who're moron-izing their systems.

      Or they may be required by licenses with third parties (e.g. patent licenses for MPEG) to go after people who redistribute their software, so as to avoid paying extra costs to those third parties. In that case you'd expect them to send C&Ds, and pretty much let you off the hook once you've gone underground. This seems to be the case so far.

      It's probably also the reason the commercial upgrade-kit sellers don't get in trouble; I'd assume they pay their tithe (both to TiVo (hey, why not take a slice of the cake?) and their upstream licensors).

      --
      SCO employee? Check out the bounty
    4. Re:One good reason they may have by SuiteSisterMary · · Score: 1

      There's a difference between a supported upgrade path, and Joe. L. Usr downloading the first thing he finds, like a trusting little sheep, then calling up Tivo and screaming at them because it didn't work.

      Also, one would assume that the people selling it are getting goods from Tivo, and thus are known to be good and proper, and not full of nasties. Random 'user created' images, on the other hand, might just be un-kosher.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    5. Re:One good reason they may have by bitchx · · Score: 3, Insightful

      Oh, come on. To use one of these images you have to:

      a. Open up the Tivo - Torx Drivers required.
      b. Play with the IDE cables, IDE jumpers and other crap.
      c. Run Linux, or use a Linux Boot disk.

      No one who does that even remotely thinks that calling CS is going to help.

      --

      I'm the best IRC client ever.
    6. Re:One good reason they may have by PhuCknuT · · Score: 2, Informative

      There are very detailed instructions on the web which include everything from what size torx driver you need (a couple bucks at any hardware store) to how to set the jumpers and exactly what to type at the linux command line. Loads of people who never touched linux have done the upgrade, including the kinds who would call CS right after breaking the unit themselves.

    7. Re:One good reason they may have by SuiteSisterMary · · Score: 1

      You'd be surprised. You really would.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    8. Re:One good reason they may have by RedX · · Score: 1

      This is a very likely theory since TiVo has been warning for quite a long time against installing images from one manufacturer onto different hardware and against installing outdated versions for the very same reasons you've listed.

      Another interesting theory. It was discovered a few weeks ago that the newer software from the standalone TiVo boxes could be installed on the DirecTV boxes to obtain some of the newer functionality that is missing from the DirecTV boxes. Perhaps DirecTV wants those features to remain out of their version and has pressured TiVo?

    9. Re:One good reason they may have by n.wegner · · Score: 1

      >then calling up Tivo and screaming at them because it didn't work.

      If someone does something out-of-warranty that doesn't work, then it's not TiVo's problem.

      >Random 'user created' images, on the other hand, might just be un-kosher.

      If the un-kosher stuff isn't TiVo's, then why exactly should TiVo accept responsibility?

    10. Re:One good reason they may have by SuiteSisterMary · · Score: 1

      They shouldn't accept responsibility. But in this day and age of friviolous lawsuits, ignorant word-of-mouth slagging (take a look at the responses to this article; how many are knee-jerk 'GPL VIOLATION!' responses, when TiVo's been in full compliance for years?) and so on, who can blame them?

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    11. Re:One good reason they may have by BLKMGK · · Score: 1

      Read the forums - a VERY good reason for images was posted by a user who's modem went South. He could no longer receive normal software updates or Guide info so he hacked it to use the 'net for Guide. DTV upgraded the TIVO software such that his box no longer functioned correctly and his ONLY upgrade path was to use an image. Anyone want to guess how many S1 modems went bad?

      http://www.dealdatabase.com/forum/showthread.php ?s =&threadid=30214&postid=133335 Look for Sirket's posting.

      --
      Build it, Drive it, Improve it! Hybridz.org
    12. Re:One good reason they may have by jroysdon · · Score: 1

      A HUGE amount. I know of a dozen folks personally who I've helped replace it with a NIC option instead, and then they don't need to make calls anymore (all have broadband of some sort).

      I'd love to also see the figure on how many hard drives have died. I know I've personally replaced 3 failed drives for different friends. Using these images was my only option as each had a different hardware version than my Tivo.

    13. Re:One good reason they may have by Anonymous Coward · · Score: 0

      I am one of the old-timers at TiVo. I can't say exactly why we just now got around to requesting that this site not distribute images, but I can say that we (engineers, not Customer Support Reps) have spent far more time than is reasonable tracking down problems that turned out to be due to someone cracking open their box, messing it up, then calling us for help.

      My opinion (NOT TiVo's, necessarily) is: if you want to hack your box, hack away. Just don't steal service, and DO make a backup before you mess with it. Backing up your own image before hacking means you won't need someone else's image. That's legal, wise, and won't cost us a bunch of customer support/engineering time to figure out how you screwed up later.

      As long as I'm posting, I'll mention hardware failures. Your beef is usually with the CE manufacturer: Sony, Philips, HNS, etc. We really do try to do the right thing for the customer, which in some cases means pressuring the CE manufacturer to honor just barely out-of-warranty returns, etc. We're not big enough to insist that manufacturers provide any particular level of support, even though we would like to insist that they always do the right thing for the customer.

      Finally, we do comply with the licenses of code that we use. As others have already pointed out, you can download the source to code we link with GPL'ed code at tivo.com/linux.

  25. Commercial skip? WRONG! by Anonymous Coward · · Score: 3, Informative

    You obviously know nothing about Tivo for someone who has a series 2. There is no official Tivo commercial skip, just a widely known easter egg to enable a 30 second skip. That's quite different from a real commercial skip feature. Also, Tivo discourages shows getting ripped and downloaded from the web and I'm not really sure how one would accomplish this easily anyway though I haven't really looked much into modding besides adding capacity.

    1. Re:Commercial skip? WRONG! by Anonymous Coward · · Score: 0

      He wasn't referring to a single button commercial skip, he just said 'advertisers get their commercials skipped', as in people fast forward past them. Don't be so quick to bash someone just because you didn't understand a simple statement they made.

    2. Re:Commercial skip? WRONG! by djdavetrouble · · Score: 1

      The AC Said:
      Also, Tivo discourages shows getting ripped and downloaded from the web and I'm not really sure how one would accomplish this easily anyway though I haven't really looked much into modding besides adding capacity.

      Shows what you know buddy, it is easily accomplished with the installation of an ethernet port. A quick google on tivo + ethernet yields 30,800 results. Then how difficult is it to move a file from a Tivo to a personal computer? Not very difficult at all.

      --
      music lover since 1969
    3. Re:Commercial skip? WRONG! by Anonymous Coward · · Score: 0

      Not entirely accurate. For a stand-alone Tivo, yes. For a DirecTivo, it's not quite that easy.

    4. Re:Commercial skip? WRONG! by BLKMGK · · Score: 1

      Sure it is! I'm about to buy one and do it myself actually. In fact I'd say it's easier since it has USB 2.0 ports on it. Linksys USB 2 NIC, Sleeper's ISO, some cabling, MS_FTP or Tytool and you're in business extracting video. If it weren't for this capability I wouldn't be about to buy one - and with this latest action I'm not sure I will!

      The AVSForum bans people who talk about extraction but the DealDatabase forum makes it a common topic with LOTS of talented help and tons of FAQs. It's not hard and the community rox ;-)

      --
      Build it, Drive it, Improve it! Hybridz.org
  26. Do you all freaking work for Microsoft? by Gannoc · · Score: 4, Informative
    Just because they're using Linux as their OS doesn't mean they have to give out copies of their entire source tree. It also doesn't mean they have to provide isos of their HD images. It certainly doesn't mean they have to allow other people to do it.


    I remember way back in the day, when Tivo hacking was overly encouraged by the company, the president of Tivo posted on the boards pissed off that people were imaging. Evidently, several people had imaged a Philips image on a Sony system or vice-versa, and it was screwing up the company's update system. That may be why they're cracking down on the sites.


    Then I come here and read stuff like "Since they use linux, they're required to send an engineer over to my house to explain how their data structures work." Great! Some microsoft exec is already planning a happy hour for their marketing group. Maybe you'll get invited.

    1. Re:Do you all freaking work for Microsoft? by Anonymous Coward · · Score: 0

      Dude - you're missing the point. We bought their hardware and the software works on NOTHING ELSE. It's not as though VMware can run a copy of the os. The service is tied to hardware and honestly without service the hardware is not the best out there.. (57 mhz PowerPC 16M ram?)

      I understand if the DirectTV/S2 issue is causing trouble but I'm thinking a little more maturity might be in line.

      Our old series 1 tivos are - honestly and charitably - antiques - and for $150 a year for service I think that they can look aside when it comes to the S1 images..

      One of my drives failed and I had to use an image to get it running again. Without that I might not have been able to recover my system. I'd have had to stop service and TiVo would lose. And then I'd have to stop watching TV.

      I'm sure as hell not watching TV without a service like TiVo ever again.

      TiVo - Educate, don't Legislate. If you won't let others host at least S1 images, make them available to your REGISTERED SERVICE USERS. You can't afford to piss us off as we're your only reliable income. You've been great up until now - don't go down in flames and remind us of SCO.

    2. Re:Do you all freaking work for Microsoft? by Anonymous Coward · · Score: 0
      • Just because they're using Linux as their OS doesn't mean they have to give out copies of their entire source tree.
      No, but unless they didn't modify ONE BYTE of the original Linux source code that their binaries were generated with, then they must release all code directly affected by that change.

      And, as has been discussed recently, binary-only kernel modules may or may not be acceptable, based on a legal perspective (IANAL). So, even if they only wrote the kernel modules necessary to drive the TiVo's custom hardware, depending on whether or not the modules incorporate GPL'd code, they may be legally REQUIRED to give out some of their source.

      I would assume, however, that the UI is wholly theirs and wouldn't be opensourced. But of the underlying architecture, noone really knows until it's tested in court.
    3. Re:Do you all freaking work for Microsoft? by strider_starslayer · · Score: 1

      And as has been mentioned several times, they make all of there kernel changes freely accessable- and that this has nothing to do with Binary-only modules; so much as it has to do with software running on the kernel- like the fancy remote-controller opperated menu you use when setting record times: That was not written under the GPL, it's proprietary software, it's owned by tivo, and it's on the disk image. I don't think it gets more cut and dry then that?

      --
      -Millions of Monkeys, Millions of typewriters, 6 hours of sorting through faeces encrusted pages to find: This post
  27. There is another...... by tacocat · · Score: 1

    Myth TV

    It's better.

    1. Re:There is another...... by cepler · · Score: 1, Insightful

      The problem I see with MythTV and Freevo right now is that they don't seem to have any concept of CABLE BOXES! Many people out there have digital cable and need to be able to control a cable box. Can these packages handle that? From what I've seen (at first glance) is that they are tuner based and don't allow serial or IR control of a cable box...or do they?

    2. Re:There is another...... by FireFury03 · · Score: 2, Informative

      MythTV works perfectly with a decoder box - you set the input to S-Video (or composite if you can put up with composite quality), tell it to use an external channel changer script and write a short script to send the right commands to the decoder using LIRC and a IR diode.

      I use Myth with my Sky Digital box very happilly - my LIRC configuration and channel changer script is on my website. The hardware required is just an IR LED across the serial port (as described on the LIRC website). I also have an IR receiver plugged into the same serial port so I can control Myth with my original Sky remote control.

  28. Re:I smell FSF lawyers... by Anonymous Coward · · Score: 0

    I hate to be picky, but I'm laughing so hard ... it's "debacle" (de-bark-ul), not debunkle.

  29. Can't make an image yourself? by Sancho · · Score: 1

    It's Linux, right? There must be some way to extract the image yourself by pulling the drive out and using dd to copy it.

  30. Combination of Products by nberardi · · Score: 1

    I know this is really off topic but I was just wondering if anybody has seen a setup like this. ATI All-in-Wonder Card hooked up to a streaming video of some kind Windows or Real Media. So that you can watch TV over streaming media from a remote location like say work. :)

    1. Re:Combination of Products by Anonymous Coward · · Score: 0

      How about building a distro explicitly FOR the tivo hardware - with all the hooks into the mpeg codec etc?? Then we can run our own software on the TiVo. TiVo hardware is cheap, cheaper than a P4 w/ATI Radeon 9800 etc...

    2. Re:Combination of Products by Valdrax · · Score: 1

      There's this wonderful, light-weight, streaming protocol that can handle all of your needs without consuming excessive company bandwidth and getting you fired -- it's called "radio," and I hear they make cheap custom hardware to receive and playback audio and visual media. You might want to look into that. I hear you can even get HDTV over it!

      --
      If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
  31. Re: Is GPL in law? by Anonymous Coward · · Score: 1

    Is GPL even recognized by law? Somehow I think GPL is a pipedream when it comes down to it. Unless it's recognized by law, it will never stand up to big business muscle.

  32. This is BS by gad_zuki! · · Score: 3, Interesting

    First off, the DirecTivos probably have the worst QC of any DVR on the market and I found myself shipping my first DT off and waiting *are you ready for this* 4 months for a replacement. The fan decided to stop and burned out the card reader.

    A few months later the HD broke. So I pulled it out and got the linux-based rescue CD-image from someone at the excellent tivocommunity forums. Luckily that old drive had a little life left in her and I managed to do a DD copy onto a new 80 gig drive.

    What Tivo should be doing is producing better products and stop punishing us who are trying to fix the junk they sold us. Making money off of a fauly product is ridiculous and those with the skills to be able to fix these things deserve access to the images.

    If Tivo thinks I'm going to waste another 4 months on warranty service or pay for a damn OS image that should be mostly OSS they've got another thing coming.

    Tivo, I'm afraid (because I truly love their product) will be non-existant once the Comcast and Dishnetwork DVRs start coming free with the service. You can take at look at them at gizmodo. If Tivo wants to compete they need to kiss more customer ass, not spit on existing customers with lemons.

    1. Re:This is BS by kaybee · · Score: 4, Informative

      I hope you are not right. I have both a Tivo and a Dish Network PVR. The Dish Network PVR is a complete piece of crap. It frequently locks up, randomly reboots, etc. It has none of the season pass features that makes the Tivo so great. It doesn't even let you give labels to your "manual timers". It is a big, glorified VCR that crashes more often.

      Not only that, it doesn't record shows sometimes. A had a period of time where every show was recorded for only 1 second. I had to delete and re-create all of my manual timers.

    2. Re:This is BS by n1m1tz · · Score: 5, Informative

      And for a perspective from the other side of hardware reliability; I've owned a DirecTivo unit for going on 3 years and I haven't experienced any reliability problems with my unit at all. And believe me, it gets a workout! ;)

      --
      G
    3. Re:This is BS by AnswerIs42 · · Score: 1
      Hmm, I have a factory Refirb Pioneer and it's been running great for over a year it's even been thru 6 power outages.

      Tivo hardly produces any hardware anymore, so it should be the THIRD party people you should be bitching at, not tivo. (Did they ever produce anything themselves?)

      I think your anger is slightly miss-directed.

    4. Re:This is BS by sogoodsofarsowhat · · Score: 2, Informative

      So your trying to say that a failed FAN caused the card reader to go bad.....hmmmm....see ive spent a lot of time working on Tivos (especially DTivos) and well your reasoning sounds like total BS. The card reader is rated at well over 180C Your Tivo would have shut down way before this point. Now lets discuss what you said broke and what casues this breakage. I suspect that under closer examination one would find that you were attaching an external circuit to your DTIVO. Something say based on a MAX232 or 1489 serial interface. Does this sound more like the truth? Give me a break....the card reader broke....quit trying to STEAL service and you wont have that problem.

      --
      . I love the sound of burning women and screaming rubber....
    5. Re:This is BS by nvrrobx · · Score: 1

      Umm, maybe you didn't notice, but TiVo does not manufacture the hardware.

      If you want to blame someone about your DirecTiVo, blame Philips, Hughes or Sony.

      DirecTV took over maintenance of the TiVo software with the 3.0 release (notice it's DirecTV DVR now, instead of TiVo...)

    6. Re:This is BS by gad_zuki! · · Score: 2, Insightful

      >well your reasoning sounds like total BS

      Its not reasoning its fact. I have a melted card to prove it. A replacement card didn't work.

      Whether or not the card reader broke or something else is beyong me, but it seems like the most likely scenario.

      > I suspect that under closer examination one would find that you were attaching an external circuit to your DTIVO.

      I have no idea what you're talking about and accusing people of theft without any proof is about as close to moral bankrupt as one can get.

    7. Re:This is BS by Rich0 · · Score: 1

      Well, mine turned into a paperweight a few months ago. I managed to fix it by reimaging it - which of course would now be more difficult for me to do...

      And no - I never modded it before it died. It lasted all of almost two years. Long enough to not be under warranty though. As far as I can tell, nothing in hardware was bad - the drive passed diagnostics just fine. And it has been working fine ever since.

    8. Re:This is BS by gad_zuki! · · Score: 1

      True, its a Hughes, but its Tivo who is trying to stop us by not allowing us access to imagees.

      Secondly, the business world is hardly that simple. When Tivo licenses out they have an obligation to work with manufacturers who will build a quality product and if they don't they have an ever stronger obligation to make sure things get fixed.

      Lastly, do you think Joe Consumer is goin to care between Tivo and Hughes? Its still the Tivo brand and damage to brand is equivalant to damage to Tivo.

    9. Re:This is BS by gad_zuki! · · Score: 4, Informative

      Also, a simple google groups search shows you that the Hughes fans are notorious for failing.

      See also: My usenet post regarding Hughes fans from 2002.

      Facts beat conspiracy theories any day of the week.

    10. Re:This is BS by Dare+nMc · · Score: 3, Informative

      I can concure with this scenario. I forgot to plug in this fan when I messed with my hard drive. The unit got hot enough to melt the plastic on the HU card, and broke the fiber optic sound output, before shutting down.

      Granted, Not Tivo's fault in my case. And I have had no other problems since replacing the fan.

    11. Re:This is BS by Curly · · Score: 1

      Yeah, you know everything I'm sure.

      My Tivo went dead a couple of months after I bought it (a $500 directv dual-tuner model), and it was out for three weeks getting repaired. I have three friends with a Tivo and every one of us has had it fail while under warranty.

      Tivo, when it works, is great. But the common knowledge that the hardware is low quality has been borne out in my experience. I already have decided that the next time my Tivo goes belly-up I'm going to try resuscitate it myself with the online sites.

    12. Re:This is BS by octover · · Score: 1

      There are already a couple of good replies to this but I thought I would throw in my 2 cents. I read the guys post and you say the card reader is rated to 180C, well is the plastic card rated that high? Thats what I thought, just cause the card reader can operate at high temperatures doesn't mean jack in the real world of consumer electronics. You know when the card reader needs to read a plastic card.

    13. Re:This is BS by TGK · · Score: 1, Informative

      DircTivo has a number of problems, not the least of which is supply. The biggest one though, is capacity.

      Now, as a disclaimer, I currently receive a pay check from Echostar Dish Networks. This is probably going to sound like an advertisement... but what can I do :)

      We were recently informed that DirecTv no longer -=has=- TIVO units to distribute and that this shortfall should continue into February of next year. Paralized by fits of convulsive laughter, Dish Network has released the 522 recently and should release the 921 later this year. You can get a rundown on those systems here

      The sweet thing on the 522 is actualy still vapor ware. It's a dual tuner receiver currently designed to serve two rooms (with DVR functions). It's also got a single user mode (not yet implemented) to allow you to use it on one TV.

      And now... the shameless plug.

      The 522 is available to new customers with the Digital Home Plan promotion right now. The 921 isn't available yet. When it does debut it will the first Dish Network receiver running Linux.

      --
      Killfile(TGK)
      No trees were killed in the creation of this post. However, many electrons were inconvenienced.
    14. Re:This is BS by Harker · · Score: 1

      Only four months? You're lucky.

      After 4 months, when I called Hughes back to find out what the hell was going on, they told me the units were on back order. So much for a quick replacement.

      I finally convinced them to send me a loaner unit (non-tivo) so I could actually use my new satilite dish, and when I finally got mine back (7 months after I sent it in) they never did send me a UPL return lable so I could send them the loner back. When I called them, they guy on the phone told me to just keep it because it was so old it wasn't worth getting back.

      At least I have a backup if my tivo goes out agian, but I've had no problems with it since.

      I'm looking into adding network connectivity to mine...

      --
      When VCR's are outlawed, only outlaws will have VCR's.
    15. Re:This is BS by Anonymous Coward · · Score: 0

      BS. Why are satellite providers practically Giving Away DirecTivo units now????

    16. Re:This is BS by Moofie · · Score: 1

      That's ridiculous.

      TiVo puts their name on the hardware. They are using their brand to try to influence my purchasing decision. Therefore, if they put their name on crappy hardware, they shouldn't be surprised if I think their hardware is crappy.

      Brand marketing works both ways. Both ways are equally stupid.

      --
      Why yes, I AM a rocket scientist!
    17. Re:This is BS by bill_mcgonigle · · Score: 1

      And they're charging $5 a month now if you buy a new one (I'm grandfathered in, fortunately). For nothing, BTW.

      Does anybody know if the DVB PVR's from Europe work with Echo* gear?

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    18. Re:This is BS by smackjer · · Score: 1

      I bought an open-box Tivo over 2 years ago. Never had ONE problem with it. Of course, I've never opened it up or made any kind of modifications to it either... but I am getting the itch for a larger hard drive.

      --

      This is my sig. There are many like it, but this one is mine.
    19. Re:This is BS by mattkinabrewmindspri · · Score: 2, Insightful
      I don't buy that for a second. If they ran out of units, why did they recently drop the price and introduce an upgraded model with a bigger hard drive? I would think if they were experiencing a shortage of units, that they wouldn't be trying to make that known by trying to sell more of them right now?

      I don't know where you got your information, but I don't believe it. I've never had a problem finding a DirecTiVo for purchase, and from what I've read, DirecTV is actually getting very close to releasing a high-definition DirecTiVo unit.

    20. Re:This is BS by TGK · · Score: 1

      Because retailers != DirecTv. They work for them and sell their merchandice, but don't share inventory.

      DirecTv (at least last I was told) had ceased DIRECT sale of TIVO units.

      Oh, and in reference to another post. The 921 IS a HDTV DVR Unit.

      --
      Killfile(TGK)
      No trees were killed in the creation of this post. However, many electrons were inconvenienced.
    21. Re:This is BS by TGK · · Score: 1

      A retraction.

      I just called DirecTV and checked. They -=do=- have TIVO units available for direct sale.

      Other information gleened from that call...

      1.) No HD units available for direct sale
      2.) No known plans for a HD-TIVO unit at this time (though there is some speculation as pointed out earlier in this thread on TIVO boards)

      --
      Killfile(TGK)
      No trees were killed in the creation of this post. However, many electrons were inconvenienced.
    22. Re:This is BS by terrymr · · Score: 1

      They have not ceased direct sale -- although their site does show them as temporarily unavailable. You can get the same $99 deal at Bestbuy or Circuit City, I called and asked directv where I should get one if they're out of them.

    23. Re:This is BS by TJamieson · · Score: 1

      And believe me, it gets a workout! ;)

      Sounds like someone is stuck in the 590's...

      --
      For the last time, PIN Number and ATM Machine are redundancies!
    24. Re:This is BS by Nakarti · · Score: 1

      I have one of the newer DISH DVR's(That's what they call them now) and I have no problems at all with it.
      Mayhaps you should bitch and moan until they offer an upgrade.

    25. Re:This is BS by sootman · · Score: 1

      Hughes fans are notorious for failing...

      Luckily, the TiVo engineers are godlike. I forgot to plug my fan back in when I put my first 120 GB drive into my Hughes DirecTiVo. Worked fine, I went to bed. Woke up to a grey screen informing me that the unit shut itself off due to high heat. Thank you, TiVo engineers, for saving me from myself. :-)

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    26. Re:This is BS by abischof · · Score: 1

      Does the DISH PVR require a landline? I currently have a TiVo with regular cable tv and no landline (the TiVo is connected via WiFi). And, I've been thinking about upgrading to satellite but I know that DirectTV requires a land line for their PVR (though I'm not sure about DISH).

      --

      Alex Bischoff
      HTML/CSS coder for hire

    27. Re:This is BS by bill_mcgonigle · · Score: 1

      Does the DISH PVR require a landline?

      If you want to buy pay-per-view it does. The guide comes over the satelite.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    28. Re:This is BS by bill_mcgonigle · · Score: 1

      Mayhaps you should bitch and moan until they offer an upgrade.

      An upgrade? For the $5/mo fee? Sorry, I don't understand your point.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    29. Re:This is BS by sogoodsofarsowhat · · Score: 1

      I am replying here so all of you can read the replys. The conditional access card for this system is more than capable of handling the temperatures generated by the DTivo. (We are talking DTivos) IF you know the circuit layout you will quickly see that the heat cannot be at the ISO socket (its a large area of circuit board with minimal traces so that the card has a proper recepticle. So unless your powersupply burned at the point of entry to the case there is very little het generation at that point in the case. The drives are mounted towards the front end of the unit as well as all but 2 of the large die heat sources. The DRIVES can over heat and the large chips (mainly the decoder chip and proc) but the card itself cannot generate enoguh heat to melt. Ive seen enough cards, yes some even do get a little warped, but this is from the CARDS heat not the SYSTEM. The melted card socket (if you actually melted it) is from the HEAT from the CARDs processor not the IRD (Dtivo). This card would have had the same problem in a normal IRD regardless of DTIVO or not. The other major source of "melted" cards (and melted is probably not as good as heat stressed) are additional circuits added at the card/iso socket interface. (Yup people do actually do this and do actually on occasion screw it up). But again it is NOT THE DTIVO doing this it the card was one of a series that have been known to do this. Also as demands on the cards timing systems have increased in response to piracy the heat generated by these cards has increased considerably. Cards for the most part work well, but not all cards are equal, some are better then others, just like pc's and cars...if you build enough you will make good ones and bad ones and everything in between. But it is not the DTIVO that melted it.

      --
      . I love the sound of burning women and screaming rubber....
  33. Question for Mr. Cowboy by Swanktastic · · Score: 2, Interesting

    I'm setting up a Mini-ITX/Hauppage 350 PVR with MythTV as a front-end. It looks cool, and it'll have a lot more features (like: burn a DVD as well as the normal PVR stuff

    I was considering doing this, but the screenshots on the MythTV site are just awfully ugly. Is the interface really this klunky? It seemed to me there would be no way for my wife to operate the thing once i set it up on our living room tv. People don't want to see filepaths in the final interface, and, again, it was just extremely raw looking.

    I want to believe that MythTV is better than the screenshots would indicate....

    1. Re:Question for Mr. Cowboy by Space+cowboy · · Score: 2, Interesting

      The setup screens are a bit more techy-orientated, but the in-use ones are reasonably friendly, imho. Besides, it's themeable and modular, so feel free to improve it :-)

      Actually at the moment, I'm spending more time on the hostip stuff, though that's peaked now (as far as demands on my time go), and the PVR stuff will start to take over after Xmas.

      Simon.

      --
      Physicists get Hadrons!
    2. Re:Question for Mr. Cowboy by Lemmeoutada+Collecti · · Score: 2, Informative

      A lot of the filepaths depends on how the file in question was produced. MP# files with proper ID3 v2 tags display according to their ID3, files ripped using CDDB or FreeDB to fill in the tags display the Artist/Track/Title inf o etc.

      DVD rips against the IMDB display cover art, title, etc.

      The ones displaying filepaths are the ones MythTV cannot determine any other information for, i.e. the ones without proper tagging. Nothing MythTV can do about that, it tries to make a match and falls back on displaying the file path/name.

      I use MythTV as a pure media viewing interface, and once configured (which can take a bit of work) it is a beautiful interface in it's simplicity. But it does depend on the original setup being done correctly, and the files being properly tagged.

      YMMV

      --

      You can have it fast, accurate, or pretty. Pick any 2.
  34. Serial IR control by maroberts · · Score: 1

    IIRC the tivo just operates the cable box using a LED plugged into a serial port, so I don't think ii would be much of a challenge to create a cable to do the same from a PC.....

    --

    Donte Alistair Anderson Roberts - hi son!
    Karma: Chameleon

  35. The reason they're starting to do this now. by Anonymous Coward · · Score: 5, Informative

    Someone figured out if you restored image from a standalone Series 2 to a HD for a DirecTivo, you could get the full range of Tivo Series 2 functionality (USB Networking, etc.). The 'second generation' DirecTivos do not have a number of features that the standalone Series 2 Tivos have (DirecTV has chosen not to enable them).

    It also caused problems with DirecTV's over-the-phone software update, as every night the machine would attempt to get new software but fail after applying the patch, tying up lines for several hours.

    1. Re:The reason they're starting to do this now. by pyrite504 · · Score: 1

      DirecTivos don't do their software updates over the phone, they get them from the satellite, then dialup to verify that the machine is active, then run the patches. I can't be 100% sure, but the standalones and the DirecTivos are completely different, so there's no way to just magically make HMO (Home Media Options) work.

    2. Re:The reason they're starting to do this now. by pacc · · Score: 1

      Yup, we're getting to the point where being able to use your hardware is "value added content" that should preferably be payed by month on a licence basis. With TCPA noone should have been in a position to whine about this.

    3. Re:The reason they're starting to do this now. by Otto · · Score: 4, Insightful

      DirecTivos don't do their software updates over the phone, they get them from the satellite, then dialup to verify that the machine is active, then run the patches. I can't be 100% sure, but the standalones and the DirecTivos are completely different, so there's no way to just magically make HMO (Home Media Options) work.

      Not yet they don't.

      DirecTivo's still get their software updates over the phone line. The capability exists to do software patching via the satellite, but to my knowledge (admittedly limited on this point), they have not used it yet.

      And the "magic" way to make HMO work on Series 2 D-Tivo's is indeed to copy a Series 2 standalone image with activated HMO to the unit. This was discovered a few months ago. Tivo unified their code base with the series 2 systems a while back, and one side effect of this was that the code became unified enough to where the standalone image was in fact "close enough" to work more or less correctly on a D-Tivo. Doing this and letting it then dial in would be an exceedingly stupid thing to do, but no doubt some morons did it anyway.

      This highlights a bit of a problem with Tivo's latest offerings, one that I bitched about on the Tivo Community forums back when I was still welcome there. They are charging, on a monthly basis, for what is essentially a one time software update. Every feature of the HMO (Home Media Option) stuff, with the exception of web access to your Tivo, is done by the unit itself and requires no external connection as such. The MP3 playing, show sharing, picture viewing, all of that doesn't need the unit to call home to be able to do any of it. So it was really only a matter of time before someone flipped their own switches on the box, I argued. The unification of the code base between D-Tivo's and Standalones let people figure out how to flip their own switches on the D-Tivo's as well. Take an HMO activated standalone, copy it to the D-Tivo, voila.

      Tivo is headed down the drain, IMO. They made a very good product, and changed the landscape of TV viewing. But they've made some very poor decisions with regards to their business strategies and software designs, and now it's starting to bite them in the ass.

      I'm starting to feel like it's only a matter of time before it's full on war between Tivo hackers and Tivo Inc., and Tivo Inc. doesn't stand a chance on this one. The majority of Tivo sales have classically been via word of mouth, and if they don't turn it around, they're going to alienate their best and most vocal sellers, ya know?

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    4. Re:The reason they're starting to do this now. by RedX · · Score: 1
      This highlights a bit of a problem with Tivo's latest offerings, one that I bitched about on the Tivo Community forums back when I was still welcome there

      Sorry to hear this Otto, I must've missed whatever you did to piss someone off. Where are you hanging out for your TiVo discussion these days?

      And I agree 100% with you, TiVo Inc. has no chance in a war against the TiVo hackers. Many hacks that would severely cripple TiVo have remained out of the public eye because TiVo has traditionally been hacker-friendly on most things that don't touch the TiVo service. TiVo's subscription model could be killed by the hacking community in a very short timeframe.

    5. Re:The reason they're starting to do this now. by rcastro0 · · Score: 1

      At the risk of spending some Karma points, let me ask a question to anyone who may know about how the DirecTV receivers work.

      Basically, I want to know whether the DirecTV signal in Latin America is (or can be somehow) decoded by a US-bought DirecTV receiver.

      DirecTV does have operations in South America / Latin America, and as far as I know the programming is the same. Yet, unfortunately, they do not sell DirecTivos down here.

      I know if I bought a DirecTivo in the US I could hack it so it would not need to call anyhwere, and would still receive programming information through the dish. But would it work, meaning would it decode the signal sent to South America ? Calling DirecTV down here in Brazil they say "no". But it could be for at least 4 reasons:

      1) The signal frequency is different so one need to buy some different tuner/adapt the receiving system
      2) The image and programming codification is different, so the algorithms run by the chipset would need to be changed
      3) The Codification of the Access Cards could be different, so that my local subscription would not be validated by a US receiver
      4) Or perhaps it will work, but they just don't want me to try it, and thus say it won't.

      Sorry for the off topic post, but if some tech wiz in here could help me, or at least give me some pointers, it would be great.

      --
      Quem a paca cara compra, paca cara pagará.
    6. Re:The reason they're starting to do this now. by captainstupid · · Score: 1

      Otto!
      Good to hear from you!
      (no you don't know me, but I always enjoyed your posts)

      --
      "Anyway, long story short... is a phrase whose origins are complicated and rambling...." - Abraham Simpson
    7. Re:The reason they're starting to do this now. by The+Wicked+Priest · · Score: 2, Informative

      HMO is not charged for monthly; it IS a one-time charge.

      --
      Share and Enjoy: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    8. Re:The reason they're starting to do this now. by Anonymous Coward · · Score: 0

      Recently I heard from someone on the inside about some of the stuff going on over at TIVO.

      The person made it perfectly clear that TIVO is a company which researches, then designs products, then licenses it's products.

      Which means that TIVO presents the specs to Sony, Hughes, etc. and they buy it if they want it and think they can sell it.

      Between the lines it appeared to me that DirecTV is definitely bossing TIVO around. Everytime the HMO stuff (and why it wasn't turned on for certain boxes) came up during the discussion the person said it was DirecTV's decision whether that stuff is turned on.

      Looks like DirectTV has TIVO over a barrel. DirectTV certainly seems to be stiffling innovation. But, that's not surprising.

      As far as TIVO headed down the drain. I don't think so. For one I just recently put a new roof on my house. Had to have an antenna guy come out to take down/put back up my antennas.

      He says he is hooking up TIVOs left and right for people.

      Secondly, TIVO has never had, as far as I can tell, a high proportion of their users who were also Linux users.

      Sure there are those Linux users out their who like to hack the boxes, but TIVO itself is designed specifically to be a consumer product.

      Just look at the replies on this particular posting. A great many people are posting "How can I duplicate TIVO capability using this or that PC, Video capture card etc?" messages.

      Even though TIVO is a great consumer product, I love mine, most of the Linux people could care less about promoting TIVO. They would rather while away their time trying to figure out why their USB port will not work with Linux.

    9. Re:The reason they're starting to do this now. by Dan6992 · · Score: 1

      This highlights a bit of a problem with Tivo's latest offerings, one that I bitched about on the Tivo Community forums back when I was still welcome there. They are charging, on a monthly basis, for what is essentially a one time software update. Every feature of the HMO (Home Media Option) stuff, with the exception of web access to your Tivo, is done by the unit itself and requires no external connection as such. The MP3 playing, show sharing, picture viewing, all of that doesn't need the unit to call home to be able to do any of it.

      I don't know where you got your information, but HMO is NOT a subscription based service. TiVo charges a one time fee of $99 for the first unit and $49 for each additional unit. And just like lifetime service the HMO capabilities are permantely tied to the TiVo for which they were purchased for the duration of that TiVos life.

      In fact the only thing that makes this different then the purchase of lifetime service is that the price and MRV capabilites of the unit are determined by the account for which the unit is currently tied to.

      Dan
      (Dan203 - Moderator TiVo Community Forums)

      P.S. While you may feel unwanted over at TC, most of us actually miss you.

    10. Re:The reason they're starting to do this now. by Otto · · Score: 1

      don't know where you got your information, but HMO is NOT a subscription based service

      You are correct. Sorry, my mistake. I don't have HMO and don't have a series 2 unit, so I'm not fully up to date on it's offerings or such.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    11. Re:The reason they're starting to do this now. by sootman · · Score: 1

      TiVo is not heading down the drain. Yes, word of mouth is important, but TiVo hackers are less than 1% of the TiVo owning population, and disgruntled TiVo hackers are 1% of that group. Word of mouth works fine, when most users are non-techie moms & pops who no longer have a blinking-12:00 device and can record shows with the push of a button and can skip over ads. This is the same lame thinking as all the uuber-hackers who say "I think Linux r0x0rz and will will therefore dethrown Window$ since it's vaguely technically superior!!1"

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    12. Re:The reason they're starting to do this now. by Otto · · Score: 1

      I think you read too much into my statement, but you're not alone there, so I don't fault you for it. I didn't mean anything along the lines of "hackers will destroy Tivo!" or anything similiarly stupid like that.

      What I meant was simple, although badly expressed.

      Tivo's latest offerings are oriented more towards technical things. HMO has things like web access to your box, MP3 and photo viewing, network and internet dialing, show sharing over a network, etc.. All off this stuff isn't what non-techie moms and pops are going to be doing, but it is an attempt by Tivo to get income. If Tivo hackers don't see a reason to "back off", then they could duplicate this sort of functionality on Tivo boxes for, essentially, free, and thus undermine Tivo's latest attempt, and perhaps any future attempts, at generating income.

      Now I'm not saying anyone would do this intentionally, but in the past, Tivo's semi-hacker-friendly attitude has been just about the only thing stopping people from directly messing with anything related to Tivo's income. It's why people didn't mess with the service. It's why nobody has directly gone and done something more damaging to the advertising. It's why the information on how to clone serials and thus steal service properly isn't all that widely distributed. It's why the Tivo dialup service emulator programs are mostly limited to Canadian users, despite the fact that it could essentially replace the service functionality for every box out there and totally undercut Tivo's revenue. It's why nobody has really seriously tried to enable HMO without paying the $99 fee (and that one isn't even all that difficult to do, really).

      There's a lot of ways that hackers could hurt Tivo by accident or by design, and hackers have generally taken the stance of limiting or not releasing things that could be potentially damaging. They liked the company, they liked the hardware, they granted that Tivo should make cash off it since it's a cool box and a cool company.

      If that attitude changes, then some people may not restrict themselves so much in releasing software that has the *potential* to undercut Tivo's income stream. With, for example, a service emulator, I could run the emulator on my box. The Tivo would "dial in" to my own machine, get its guide data from there (which could be culled from online sources, which are free), and thus I'd have full functionality without paying Tivo one thin dime. Such software exists, but is limited in scope and distribution because hackers like Tivo. And that's because Tivo hasn't tried to stop hackers. They've generally said "hey guys, knock yourself out, but there's limits, okay?" in the past, and if that changed, well, it wouldn't be a good thing for anybody, would it?

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    13. Re:The reason they're starting to do this now. by Anonymous Coward · · Score: 0
      The person made it perfectly clear that TIVO is a company which researches, then designs products, then licenses it's products. Which means that TIVO presents the specs to Sony, Hughes, etc. and they buy it if they want it and think they can sell it. Between the lines it appeared to me that DirecTV is definitely bossing TIVO around. Everytime the HMO stuff (and why it wasn't turned on for certain boxes) came up during the discussion the person said it was DirecTV's decision whether that stuff is turned on. Looks like DirectTV has TIVO over a barrel. DirectTV certainly seems to be stiffling innovation. But, that's not surprising.
      You just explained that it's licensed. How does that translate to "DirectTV has TIVO over a barrel"?

      DirecTV licensed a design from TIVO. It's their's to do with what they please.

  36. Of course you can... by Otto · · Score: 4, Informative

    That's more or less exactly how these images were made. Early on, images were made using dd. Nowadays, people make images using a special program called "mfstool" which is capable of backing only the necessary parts of the Tivo drive, reducing the size of the created image. So all the sites recommend making your *own* image. But sites like abs.net existed as a just in case type of mechanism. If your system failed, and you never made a backup, here was a solution.

    It was well known (or should have been) that distributing these was illegal, and this was in fact why I didn't allow posting links to these sites on the Tivo Community forums, back when I was running the Underground forum there. But they were well known nonetheless, and I myself sent links to abs.net to users in need.

    Tivo is well within their rights to not have these images distributed, but it's a pretty sad thing that they now feel the need to exert those rights. I guess it's finally happened and Tivo is no longer "hacker" friendly. Oh well. It was a joyous time while it lasted, I guess.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    1. Re:Of course you can... by base3 · · Score: 0, Flamebait

      So you're saying that you're surprised a company whose business model is based on extorting a monthly fee for a VCR is acting like a jackbooted thug and violating the GPL? I'm not surprised at all.

      --
      One CPU cycle wasted on digital restrictions management is ONE TOO MANY.
    2. Re:Of course you can... by Otto · · Score: 4, Insightful

      Boy, you sure can read between the lines.. Badly, I might add.

      business model is based on extorting a monthly fee for a VCR

      With the standalones, it's not all that unexpected.. The unit needs continuing guide data, Tivo provides that data. Value received for payment made. With the D-Tivo's you have a point, but the fee on the D-Tivo's is so low that it's not even worth thinking about it.

      acting like a jackbooted thug and violating the GPL

      Tivo isn't violating the GPL, in even the most restrictive sense you can possibly put the GPL. They're totally in the clear on this one.

      you're saying that you're surprised

      I'm surprised in that I'm not sure what this particular action gets them in terms of a gain. It's one thing if this was costing them subscriptions or sales, but it's not, as far as I can see. So I fail to understand why they took this course, because it gains them nothing of import.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    3. Re:Of course you can... by base3 · · Score: 1
      I would expect a more gentle interpretation of Tivo's actions from someone whose site's continued existence depends on Tivo's goodwill in not making a DMCA claim to his ISP.

      That said, I thought their true colors were pretty obvious when they started removing features with their forced "upgrades" awhile back.

      And to the Tivo shills with mod points: bring it on, I have karma to burn.

      --
      One CPU cycle wasted on digital restrictions management is ONE TOO MANY.
    4. Re:Of course you can... by Anonymous Coward · · Score: 0

      "His" site???

      Otto has not been a mod at avs tivocommunity for quite a while, nor has he posted there for quite a while.

      no shills, no points, no karma.

    5. Re:Of course you can... by base3 · · Score: 1

      My bad. I thought he currently ran the site. Thanks.

      --
      One CPU cycle wasted on digital restrictions management is ONE TOO MANY.
    6. Re:Of course you can... by Wavicle · · Score: 1

      Do you even remotely know what you are talking about?

      How is that site's existence dependent on Tivo's goodwill not making a DMCA claim?? The tivo issues that could cause a claim are: Video Extraction, distributing OS images and service theft.

      Every single one of those is a banned topic on the Tivo Community forums.

      I do recall one of the forced upgrades enabled the second satellite tuner in my directivo allowing me to simultaneously record two programs while watching a third. Seemed like a clear feature enhancement to me.

      --
      Education is a better safeguard of liberty than a standing army.
      Edward Everett (1794 - 1865)
    7. Re:Of course you can... by base3 · · Score: 1

      So one enhancement makes the features they took away previously OK? Seems like the Tivo users are under the a similar reality distortion field to the one Steve Jobs projects on the Mac faithful.

      --
      One CPU cycle wasted on digital restrictions management is ONE TOO MANY.
    8. Re:Of course you can... by po8 · · Score: 1

      How is that site's existence dependent on Tivo's goodwill not making a DMCA claim?? The tivo issues that could cause a claim are...

      Apparently you are not familiar with how the law actually works. The issue that could cause Tivo to make a DMCA claim is...they decide they want to.

      Whether the claim is legitimate or not, the site host still has to decide between two alternatives. They could ignore the claim, with the risk of spending many thousands of dollars to defend against the claim in court. This defense has the potential of losing for many tens or even hundreds of thousands of dollars if something goes wrong. Alternatively, they could close the site and call it a day. Oddly, most folks not making money on the site choose the latter.

    9. Re:Of course you can... by Wavicle · · Score: 1

      For one, it was a very big enhancement. Also, there were several other enhancements along with my dual tuner capability that I enjoy.

      What feature is it you miss so much? The only thing I missed was the backdoor, which was never an official feature anyway and is easily re-enabled with the tools available now.

      My hacked Tivo does more than I ever expected it to, which is why I am under the reality distortion field. In addition to all the standard DVR stuff (and I think that recording two feeds simultaneously is a pretty cool standard feature) my Tivo can:

      - Display closed captions on my old (but very reliable) sony tv.
      - Display caller id information on screen
      - Collect a caller id log and display it on screen.
      - Give me a local weather report on screen.
      - Show me a doppler radar image for my local weather on screen.
      - Accept programming information through the web (very useful for setting programs to record that you heard on the radio on your way to work)
      - Allow me to control the tivo through the web as if I had the remote (very useful if, like me, you have a toddler who occasionally "misplaces" the remote)
      - Send a quick message to my wife (if she's watching TV at the time)

      None of those hacks are under attack by Tivo. It's no wonder the tivo hacking community is alive and fiercely loyal.

      Of course I have some of the other hacks as well, allowing me to archive my favorite shows to inexpensive CDR instead of bulky and more expensive tapes.

      --
      Education is a better safeguard of liberty than a standing army.
      Edward Everett (1794 - 1865)
    10. Re:Of course you can... by Zathrus · · Score: 1

      when they started removing features with their forced "upgrades" awhile back.

      And exactly what features would these be?

      Real features only please. Not backdoors or other such things. There may, indeed, be some, but I can't recall any off the top of my head.

    11. Re:Of course you can... by CmdrNullo · · Score: 1, Insightful
      I find it amazing that these muppets geek squeal with no basis about the GPL. Tivo's code is in modules, separate from the GPL'd kernel. And even if they had a custom kernel, they would in no circumstances be required to distribute or allow distribution by third parties of disk images containing it.

      The sort of rhetoric by those using words like "extortion" and "jackboots" only serve to discredit open source in the eyes of legitimate business.

    12. Re:Of course you can... by Wavicle · · Score: 1

      That case would have a good chance of winning a summary judgement based on the merits of the case. The defendants would likely be able to ask for reimbursement of costs as part of that judgement.

      Courts are starting to look unfavorably on frivolous DMCA claims, and the EFF is eager for more ammunition to show how bad this law really is for when it ends up in the supreme court (something you'll note the DMCA backers try rabidly to prevent).

      --
      Education is a better safeguard of liberty than a standing army.
      Edward Everett (1794 - 1865)
    13. Re:Of course you can... by po8 · · Score: 1

      I agree. On the other hand, there is little chance of defendants ending up net positive on the whole experience, and significant risk of them ending up various kinds of net negative. Winning a summary judgement is no certainty, and getting reimbursement, while possible, is still a long shot IMHO. Given that, I suspect I'd fold in a second.

      (IANAL, YMMV.)

  37. alternatives? by Mr_Silver · · Score: 2, Insightful
    considering there are free alternatives that are less restrictive

    Is it really an alternative? I don't mean that lightly, i mean is freevo really just as good as tivo in every single way so as to make it a prefectly viable alternative?

    Or is this is a case of it'll work reasonably well, some things it'll do that Tivo can't, something won't work as well, the interface won't be quite so polished, it won't do everything you'd hope it did, it's got a few quirks here and there and above all the hardware actually costs more to purchase before you even start thinking about messing around trying to get it installed.

    Or will it save you hours of pain if you just cough up the money and get something that works as soon as you plug it in?

    Yes, I know there is KnoppixMyth, but can you really set that up and give it to your parents? Looking at the technical specifications for one record and one playback (1.4 GHz CPU and 384 megabytes of RAM) thats quite pricey and you haven't even considered the fact it'll be a huge box and you need a DVD drive, controller, HD and some serious soundproofing.

    Not something that you can sit under the TV!

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
    1. Re:alternatives? by aonaran · · Score: 1

      The answer is no Freevo doesn't seem to be there yet, but MythTV does seem to be there, although it's hardware requirements make it one very expensive alternative to Tivo.

      On the other hand it is much more flexible than Tivo and has several advantages if you have it in multiple rooms. (central storage, ability to use an Xbox as a frontend...)

    2. Re:alternatives? by Lumpy · · Score: 1

      yes freevo is.

      I have 5 freevo units out in the hands of joe-morons and jane-cluelesses.

      they are all working flawlessly and the Update CD's i wrap up and have them insert and tell the machine to reboot updates things for them perfectly.

      One is a used-to-be tivo owner... and he does not miss the pause live tv function. I'm betting 99% of them won't.

      most everyone want's a tape-less VCR that will hunt down their shows and record them. This is the #1 desired function... not the silly DVD playback that is crappy compared to a $29.00 DVD player. or the watch tv thourgh the freevo which is flat out silly to begin with...

      some of the zealots want all the features... most of the planet want the important features.... recording and the freevo version of "season pass"

      it works great, and I'm not stuck with something that I am not in control of.

      --
      Do not look at laser with remaining good eye.
    3. Re:alternatives? by SnowDog_2112 · · Score: 2, Interesting

      he does not miss the pause live tv function. I'm betting 99% of them won't.

      Don't bet too much on that. While I bought a TiVo for the recording features, I've quickly found pausing live TV to be one of the most-used features it has.

      I'm not kidding when I say that the pause and replay buttons get used to death in my house, while watching live TV. Maybe if all I watched was pre-recorded I would feel differently, but as it stands now I still watch a fair amount of live TV. Being able to pause the news while getting up to stir dinner or answer the phone, or replay a sports play right away, is a television-changing experience.

      I'm new to TiVo. I am far from a TiVo-vangelist. But it really does change it from the TV networks owning you to vice-versa.

      I thought about doing a home-brew, but in the end I wanted an appliance I could use, not another hobby I don't have time to keep up with :).

      --
      Not representing or approved by my company or anybody else.
  38. Re: Is GPL in law? by Dashing+Leech · · Score: 4, Informative
    Is GPL even recognized by law?

    What do you mean by "recognized"? It is a license, which is essentially a contract. IANAL, but I do know that all licenses/contracts that do not explicitly violate laws and are by definition legal, hence "recognized" by law.

    Now it hasn't been tested in court. It's possible that it violates some provision of contract law, which differ by country, but I've never heard anybody ever suggest any violation of law in the GPL, other than SCO's hallucinogenic diatribe about it being unconsititution, which doesn't pass the laugh test.

    But AFAIK, my licenses to use just about any software on my computer (MS Windows, Office, Matlab, CorelDraw, etc.) have not been tested in court either. That doesn't make them "pipedreams". There really is no such thing as "recognized by law", only valid or invalid licenses & contracts, and you need an explicit violation to be invalid.

  39. Tivo's userland code is the issue by Otto · · Score: 4, Informative

    But if they've added drivers for TiVo specific hardware (don't know if there is any, don't have a TiVo) then it's down to the old binary modules argument, and if they've modified the kernel in any way then they need to release those modifications.

    There is and they have. http://www.tivo.com/linux

    The objection to distribution of images is that image necessarily contain their proprietary userland code, which is decidely not GPL.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    1. Re:Tivo's userland code is the issue by HTH+NE1 · · Score: 4, Informative

      The objection to distribution of images is that image necessarily contain their proprietary userland code, which is decidely not GPL.

      As well as certain video content which is also copyrighted by TiVo, such as the menu background video loops.

      It has been made clear to the people at the AVS Forum website that offering drive images for download would be infringing and that no postings there would entertain such action. In not-so-recent history this appeared to become more lax. Apparently the hammer has come down.

      Another issue is people installing Series2 standalone images on their USB-enabled DirecTiVo combination boxes so that they could run 4.0 on that platform. The installation apparently works. Any discussion of this is now forbidden on the aformentioned forum. Shutting down image providers will shut down people's ability to make the installation.

      This may also however make it impossible to do the kernel monte hack to regain access to the software in face of the lockdowns in the firmware. Though it should be possible to hack together a monte-able image without including TiVo-proprietary code.

      --
      Oh, say does that Star-Spangled Banner entwine / The myrtle of Venus with Bacchus's vine?
    2. Re:Tivo's userland code is the issue by ncc74656 · · Score: 1
      Another issue is people installing Series2 standalone images on their USB-enabled DirecTiVo combination boxes so that they could run 4.0 on that platform. The installation apparently works. Any discussion of this is now forbidden on the aformentioned forum. Shutting down image providers will shut down people's ability to make the installation.

      There are numerous TiVo-related topics that are verboten in the AVS Forum, or at least there were the last time I was there...that's a big part of why I haven't been there in a while. While they have info on some hacks of minor interest (like backdoor codes), DealDatabase has info on more useful stuff (like video extraction).

      --
      20 January 2017: the End of an Error.
  40. Re:I smell FSF lawyers... by carlos_benj · · Score: 1

    And the laughter continues as I wonder where you got the "r" - it's generally pronounced "dE-'ba-k&l" or "de-b&-k&l" (I've always preferred the latter). I thought debunkle was funnier though.....

    --

    --

    As a matter of fact, I am a lawyer. But I play an actor on TV.

  41. The GPL is a contract by Anonymous Coward · · Score: 0

    The GPL is a contract (e.g. a contract to enforce a license to use software under the terms specified). Contracts (ones that are properly formed, e.g. voluntarily agreed to with consideration etc) that don't violate specific "public policy" issues (e.g. a contract to provide child porn or to kill someone) are valid. You and I can agree to just about anything we want with the proviso's above. The person gets the value (consideration) of the use of the software and the author gets consideration other ways (karma, having the benefit of the software being out their for others to improve etc).

    The whole argument about the GPL not being tested in court are pretty meaningless. Think about it, *99.999999%* of contracts are never tested in court and they are valid. Just because it has never been tried in court doesn't mean it is perfectly valid. It just means that the owners of the software who provide it under the GPL have never decided to enforce it in court against someone who is infringing or that they have done so but settled before the issue was by a court.

    In my opinion (and I AM a lawyer who has been a member of the bar for 11 years, who also am-jur'd in Conctracts...e.g. got the highest grade in the class. Also a BS in Computer engineering and MS in Comp Sci.) the GPL is easily enforceable as long as someone is willing to make the effort to do so. I think IBM would be a terrific one to pursue it given their deep pockets, incentive to do so etc.

    1. Re:The GPL is a contract by Anonymous Coward · · Score: 0

      > mean it is perfectly valid.

      I meant "it is NOT perfectly valid"

  42. TiVo != NVidia by redelm · · Score: 1
    A good point that TiVo has modules written specifically using kernel headers and to fit into Linux kernel code. This makes them clearly derived works and the source must be free software made available by TiVo to those who buy it's machines. GPL. AFAIK, they do this.

    NVidia almost certainly did not write their core graphics drivers with any knowledge or intent they be used on a Linux system. So their core is not a derived work, but the glue they wrote to lash it into Linux obviously is, and they do release it GPL.

    Linus says that userland is not derived works. I would agree, but only insofar as userland uses standard public library calls or calls against libs covered by the LGPL (originally Library GPL, now "lesser" GPL). The moment userland calls/uses code covered by the GPL, then it becomes a derived work of that code too! Whence the reason for the LGPL.

    I haven't seen TiVo's userland code, but I expect it's tightly tied to their own libs and module code. The modules are derived works of the Linux kernel, so subject to the GPL, which makes their libs derived works, also GPL, and the userland likewise. Fruit of the vine.

    1. Re:TiVo != NVidia by Otto · · Score: 3, Informative

      I haven't seen TiVo's userland code, but I expect it's tightly tied to their own libs and module code.

      You'd probably be wrong there. I haven't seen the actual userland code either, but I have messed about on the Tivo extensively, and it's not "tightly" tied by any means. They do have modules for the hardware which they have released, I think, but these provide more or less normal interfaces to it for the most part, and there's little need to compile their headers and such into the userland code and so forth. The kernel modules mostly just provide /dev device interfaces which any program can use, type of thing. It's a pretty good layer of separation, in other words.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
  43. Re:I smell FSF lawyers... by PhuCknuT · · Score: 1

    Why is that modded insightful? This has nothing to do with source code. This has to do with full drive images, which contain not only GPL software (which tivo has always released code for) but also proprietary software which tivo has absolutely no responsibility to release code for, and has every right to control distribution of.

  44. FFmpeg by Svenne · · Score: 1

    Yep, that's what FFmpeg and FFserver is for. It's not even close to finished, but I've tested it and it streamed live TV as ASF and RM over a 512Kb DSL just fine.

    --

    Slagborr
  45. Only fools will suffer from this by DrJAKing · · Score: 1

    This doesn't stop anyone upgrading their hard drives, or adding ethernet to older models, or anything else really. The first thing anyone needs to do if they're going to tinker is back up their disk to an image. If they don't do that, and they then find they need an image from somewhere cos they hosed their Tivo, who's fault is that?

    1. Re:Only fools will suffer from this by The+Wicked+Priest · · Score: 1

      No, it's going to stop people from doing much of anything on Series 2 units (the only ones currently in production), if they can't get hold of an image of an earlier version of the software.

      The first version of the software that came with the HDVR2, known as 3.1u5, allowed access through a "backdoor" involving the environment variable BASH_ENV. Later releases of the software plugged this hole. Consequently, to hack a Series 2, you've either got to find 3.1u5 somewhere (and either use that, or use it as a starting point for kernel monte), or else desolder the PROM chip from the motherboard and burn a new one.

      --
      Share and Enjoy: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  46. Come on guys...Now we all know... by NeoTheOne · · Score: 1

    That the GPL is illegal, SCO said so!
    That Linus guy is probably a terrorist or something ;)

  47. Legal:Yes, Moral:Maybe o.o by Skyfw · · Score: 1

    Legally, there is TiVo copywritten software in those images, and distributing those without consent is not legal. However, everyone on /. is complaining about how this is a strong message for TiVo being assholes, and pissing off hackers, etc. etc. Those of you who need the images, know where to get them, just as if you need a windows ISO, or whatnot. They will always be out there, and nothing prevents you now, from buying a TiVo and backing up the image yourself. If I was one of the ppl at TiVo, and i heard reports about users of my hardware that installed the wrong images to their Tivo, on purpose, or even more importantly, on ACCIDENT, and this in turn caused the upgrade process to become screwed up, I would be concerned. Perhaps they thought people were taking the images and hacking them to mess with other settings, to get free service, or whatnot. Of course you should have the right to mod your box, but modding it to get free service isn't exactly legal, OR moral, IMHO. Driving the ISO's "underground" as it were, prevents Joe Shmoe from screwing his box over, but still lets the determined do their work.

  48. Re: Is GPL in law? by RevMike · · Score: 1

    Is GPL even recognized by law?

    What do you mean by "recognized"? It is a license, which is essentially a contract. IANAL, but I do know that all licenses/contracts that do not explicitly violate laws and are by definition legal, hence "recognized" by law.

    Now it hasn't been tested in court. It's possible that it violates some provision of contract law, which differ by country, but I've never heard anybody ever suggest any violation of law in the GPL, other than SCO's hallucinogenic diatribe about it being unconsititution, which doesn't pass the laugh test.

    IIRC, at least in the US, there have been a number of cases in which the validity of the GPL was a factor. All those cases were settled (in favor of the GPL) because there are no "very substantial" flaws in the GPL. If the terms of a license are clear enough, there is nothing to litigate and so it never reaches the point where a judge/jury has to render a decision.

    I do expect that the grey areas at the edges of the GPL will need to be litigated one day. For instance, the GPL is not crystal clear on the status of binary only loadable modules. The application of the GPL to run-time linked software like that written in Java is also questionable. The fundamental status of the GPL is quite clear, however.

    Civil courts are mediums for dispute resolution. They only come into play when in these types of cases when a contract like the GPL did not specify unambiguously how it should apply to a particular set of circumstances. If the application of the contract to a particular set of facts is not ambiguous, the judge will give one of the parties to the dispute a kick in the ass and tell him to stop wasting the court's time. Hence no decision is renedered.

  49. money by perlchild · · Score: 3, Interesting

    Why TiVo has a problem with this, but allows others to sell the same images for profit is beyond me." That one's obvious, because the "for-pay" images channel parts of the profit back to TiVo somehow, either through advertising, or commission on sales, etc...

  50. Re: You obviously aren't a true geek by ThePeoplesElbow · · Score: 1

    "I have always wished that my computer would be as easy to use as my telephone. My wish has come true - I no longer know how to use my telephone."

    (Bjarne Stroustrup)

    Television can't possibly be worth all that effort....

  51. TiVo alternatives not viable by Captain+Rotundo · · Score: 2, Informative

    I would switch to a freevo like program in a second, you point me to the card for my PC that can decode DirecTV, or for that matter digital cable. I have directv and a couple of TiVos the integration is seemless and workds great, my family has digital cable with a stand-alone tivo that automatically changes the channel on the cable box, it is super annoying and I don't know how they put up with it (not to mention the advantage of dual recievers) - I even know someone who has a TiVo that can't change the cable box's channel if the number has consecutive digits (ie 33 or 44) TiVo says its a problem with the box, and vice versa.

    The service providers hold thier hardware close to the chest, as long as all I can do with a PC card is standard broadcast or remote IR control I am locked out. The service with a single integrated unit it too good.

    I don't even dump video to disc or anything, I don't care about TV enough to do it, but the cable/satellite people don't release PC based decoders because they are afraid of what may happen (I am not really sure why, the ones that aren't content providers shouldn't even care what we do with the feed)

    Maybe the "broadcast flag" will give them an excuse to make computer peripherals that work with satellite and digital cable ? (slim chance I know but I can hope :) - either way as soon as I see a PCI card that does directv I'll order it immediately (price factoring in of course)

    1. Re:TiVo alternatives not viable by phoebe · · Score: 1
      I would switch to a freevo like program in a second, you point me to the card for my PC that can decode DirecTV, or for that matter digital cable.

      Try a WinTV-HD or WinTV-D

    2. Re:TiVo alternatives not viable by Captain+Rotundo · · Score: 1

      nice products but they don't do what I asked :)
      I have zero interrest in HD tv, and probably won't switch till it is THE standard... and broadcast digital doesn't help with directv or digital cable.

    3. Re:TiVo alternatives not viable by phoebe · · Score: 1

      Ok, how about the Technotrend PCLine Budget DVB-C for only 99 euros, or check out the others at dvbshop.tv.

    4. Re:TiVo alternatives not viable by Anonymous Coward · · Score: 0

      Check out the VisionPlus cards at www.dvbmaster.com. Those will do DishNetwork, not that you can subscribe with those cards but there are alternative methods around.

      They will get the unencrypted stuff straight out of the box. Add some software from Russia and you get decryption. They do allow you to write MPEGII directly to your hard drive too.

  52. Commerical skip may be a really bad thing. by swaic · · Score: 2, Interesting

    As annoying as commercials may be, it could be a lot worse. If people start simply forwarding through the commercials, advertisers are going to get networks to embed them within the program/show itself.

    As much as commercials may suck, you definitely don't want a constant ticker at the bottom of your screen for coke/tampons/etc.. It could be even worse with those little ads you find on Discovery and History Channel and the rest, in the bottom right or left corner of the screen. They're usually for upcoming shows. These things keep taking up more and more room and sometimes obstruct pertinent information on the screen.

    1. Re:Commerical skip may be a really bad thing. by chainsaw1 · · Score: 1

      Ok, so cut the bottom 20 pixels out of your video feed. Not too hard.

      The arguements here are the exact same as webvertising. People block jpeg's from specific servers. Marketers create popups. Browser developers introduce JScript blocks for popup calls. Etc.

      The war won't be over until Marketers/Lawmakers/Copyright holders realize the mass public is going to do what makes it happy, regardless of what you want it to do.

      --
      - Sig
  53. Aw geez, I'm supposed to be picking up a DTIVO to0 by BLKMGK · · Score: 1

    I've been researching switching from DISH\ReplayTV for about 3 weeks now. Ever since I found out that the S2 DTIVOs had been hacked enough to allow extraction of video and DISH pushed back release of their 921 unit (for who knows HOW long!) I've been looking. DISH has pissed me off for the last time - none of their PVRs are halfway decent and my replay is a Kludge. The DTIVO dual tuner units are supposed to be WAY better. Now this. I'm supposed to pickup an S2 DTIVO tonight that's not RID chipped, it was cheap too. Now I'm not so sure I wish to give DTV my business but there's nothing better out there. If they begin going after the folks who have been hacking their boxes I will drop their service like a hot potato - the hackability of the boxes is WHY I wanted one! What will they be doing next? This SUX!

    Dealdatabase.com is a VERY good resource. The AVS video forums are decent but mention extraction and you're banned. Tystudio and Tytool allow extraction but not as easily as the ReplayTV tools. Dual tuners and better scheduling, THAT is what I wanted. Really pisses me off that yet another company is sticking their head up their ass to ruin a good user community.

    --
    Build it, Drive it, Improve it! Hybridz.org
  54. Re: Is GPL in law? by Geek+of+Tech · · Score: 1
    That makes a lot of sense. If the GPL was considered unconstitutional, wouldn't that also make the Microsoft's license (the ones that say "you will only use this on one computer") unconstitutional as well?

    But I'm not worried. The GPL is here to stay. (Unlike SCO....)

    --
    Stop the Slashdot effect! Don't read the articles!
  55. Is there a knoppix Myth TV? by swb · · Score: 1

    I like the idea behind MythTV, but the setup looks like too much of a PITA (especially when I already have a Tivo and a Panasonic E80 DVDR).

    Is there Knoppix-type distro that you can boot off a CDR? That would be great.

  56. Re:I smell FSF lawyers... by vslashg · · Score: 1
    I hate to be picky, but I'm laughing so hard ... it's "debacle" (de-bark-ul), not debunkle.
    And the laughter continues as I wonder where you got the "r" - it's generally pronounced "dE-'ba-k&l" or "de-b&-k&l" (I've always preferred the latter). I thought debunkle was funnier though.....
    ::sigh::

    YHBT. YHL. HAND.
  57. No, it's not by HarveyBirdman · · Score: 2, Insightful
    Is it really an alternative?

    No "free alternative" can compete with an integrated unit with dual tuners and direct digital capture of the original DirecTV data streams combined with a mature GUI for (as of today) $99. Generic PC solutions will rarely beat a specialized device with embedded components dedicated to a single function.

    The fanatics will cry about the monthly fee because, as far as I can tell, they place zero value on their time. Honestly, I sometimes get an image of these guys stuffing their uncashed paychecks into their mattresses while in the other room they are trying to reinvent the wheel.

    --
    --- Ban humanity.
  58. What DISH PVR? by BLKMGK · · Score: 1

    You mean the 921 PVR that was supposed to be released by DISH a YEAR ago? the one that was supposed to be out this year in time for Christmas? The one that just got pushed back AGAIN until mid Spring to Summer? Or perhaps the 2 tuner 522 box they FINALLY got out the door - that is so stupid if you schedule to record 2 shows at the same time YOU must tell it what tuner to use for each show because it's too stupid to know how to use the dual tuners to resolve conflicts? http://satelliteguys.us just reviewed that one and it started out sounding good - then sucked! DISH has never delivered on their promises and continues to piss me off. If you're an existing DISH user they will only sell you old hardware or new stuff for a million bux, I've had it.

    It is for these reasons that I'm looking to sitch to DTV and get a DTIVO. Supposed to get one tonight - dammit!

    --
    Build it, Drive it, Improve it! Hybridz.org
    1. Re:What DISH PVR? by ilikecaffeine · · Score: 1

      I've had a dish pvr for about 2 and half years now. It's not fabulous, but I haven't had any trouble with it. No complaints about video quality. There have been some quirks with the software occasionally, but then you just turn it off and wait for the update to come down. Turn it back on, and it asks you if you want to update the software, say yes, and boom. Problem solved.
      I can't compare it to TiVo, because I've never used one. I think they new Dish PVR's (the ones that keep getting delayed) are more TiVo like.
      Not sure what model I have, but I wanna say 719. Okay, so it's not actually me that has it, it's my parent's, but still. They didn't even pay for it either. Came with the contract. (I think it's like $5 a month extra over a normal second receiver, though.)

  59. Commercial skipping? by mysidia · · Score: 1

    Not new.

    That could be done with VCRs also.

  60. Re:OFFTOPIC by arkanes · · Score: 1

    Yeah, ebay is lame and they broke the link. I'll try to fix it.

  61. B/C they want you to buy a new TiVo, not fix it. by ayeco · · Score: 1

    I'm guessing that they realize how many drives go bad, and how much money they are missing out on - by you buying a new hdd, installing an image VS dead tivo / new tivo needed.

  62. Re:I smell FSF lawyers... by Beowabbit · · Score: 1

    Presumably, the grandparent poster is not North American, and doesn't pronounce the "r" as such. To quote Christopher Robin in the introduction to Winnie the Pooh "Don't you know what ther means?"

  63. That's not the *complete* source code by tepples · · Score: 1

    In the case of later Tivo's you can't build your own *working* kernel because you can't sign the code

    Then the source code, as defined by the GNU General Public License, is not complete. The GPL defines the "complete source code" of an executable work as "all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable." If compilation and installation of the executable includes a digital signature, then it could be argued that the scripts would have to include the private key used to sign the executables.

    1. Re:That's not the *complete* source code by Moofie · · Score: 1

      One might argue that you're welcome to use the open source Tivo code on whatever device you might happen to be able to install it on. However, you won't be able to use it on the TiVo box, since it won't be signed. The hardware is not under any Open Source obligations.

      I don't agree that this is an OK thing for TiVo to do, but that might well be their position.

      --
      Why yes, I AM a rocket scientist!
    2. Re:That's not the *complete* source code by sholden · · Score: 2, Informative

      Should we believe your opinion or Linus' opinion?

      Mmmm... decisions, decisions...

    3. Re:That's not the *complete* source code by Otto · · Score: 1

      Then the source code, as defined by the GNU General Public License, is not complete. The GPL defines the "complete source code" of an executable work as "all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable." If compilation and installation of the executable includes a digital signature, then it could be argued that the scripts would have to include the private key used to sign the executables.

      It's a fine point, actually. You are more than welcome to compile a Tivo kernel and run it on your own hardware. But newer Tivo hardware requires a kernel signed by Tivo (the BIOS checks the signature on the kernel before it will boot it). Tivo's hardware is the one enforcing the signature check here, and they don't have any obligation, under the GPL, to provide the ability to sign code to run on their hardware. So they have fulfilled the GPL to the extent that you can compile and use the code on any normal hardware, but their hardware is special.

      It's a bit of a tricky point, methinks. None of their *code* is checking the signature. Their hardware is. The Tivo kernel you compile will run just fine, on any hardware you happen to get it to run on. You can install it on any hardware you have all day long. But it's debatable as to whether they have to provide you with the capability to run it on their proprietary box though.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    4. Re:That's not the *complete* source code by Otto · · Score: 1

      lkml.org seems to be having issues. Here's a link to the google cache of that post where Linus talks specifically about signed kernels:

      Google Cache

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    5. Re:That's not the *complete* source code by topham · · Score: 1

      As I understand it they also provide the signature required for signing the kernel. (Not the private key). Assuming you use exactly same versions of compiler, libraries, options, etc you can compile your own kernel, attach the signature and it will boot.

      Doesn't do you any good if you try and modify the kernel though...

  64. Re: by Rude+Turnip · · Score: 3, Insightful

    If skipping commercials was a problem, then advertisers would have been bitching since the dawn of the VCR. Tivo doesn't make it any easier to fast forward through a commercial.

    All advertisers need to do is make their commercials interesting and relevant. I hardly ever skip the commercials during Adult Swim because they're so fun to watch.

  65. backups and repair by OpenMind(tm) · · Score: 1

    To be fair to Tivo, they have never really tried to stop people from making backups of the images from Tivo that they do own. I don't think it can really be said that they're trying to stop people from repairing or upgrading.

    I think I could understand a company not wanting the software that makes their business viable distributed for free without permission. The only reason this is coming up at all is that Tivo has been suuportive of the hack community in the past.

    1. Re:backups and repair by Anonymous Coward · · Score: 0

      Um...The software isn't what makes their business viable. It's the subscription. If someone's Tivo gets hosed and they can't slap an image on a new hard drive, they'll cancel their subscription. No $$$ for Tivo. If they can get a new image, they'll keep their subscription active. $$$ for Tivo.

  66. I've been slapped down by the invisible hand by tepples · · Score: 1

    as far as I can tell, they place zero value on their time.

    Because nobody is hiring computer science graduates in my hometown, the market places zero value on my time, you insensitive clod!

  67. Clarification (Re:Done Nothing Wrong?) by Half-pint+HAL · · Score: 1
    I don't understand how people can bash someone for controlling distribution of their own work, and still support the GPL at the same time. The GPL is all about controlling distribution of your work.

    This whole misunderstanding is about the use of the term "Operating System": most residents of Slashdotland take it to mean "the kernel". In the case of a single-use device, though, the operating system is all the software it needs to do its task -- OS layer, application backends, UI/frontend... the whole caboodle: each part is required for the operation of the system as intended. From the users' point of view it is all just part of the magical TiVo black box, even if in software engineering terms this is more than a vast oversimplification.

    HTH, HPH

    --
    Got them moderator blues I blieve I walk out the do', With these mod-points I been gettin', I 'most never post no mo'
  68. NDAs by tepples · · Score: 1

    the cable/satellite people don't release PC based decoders because they are afraid of what may happen (I am not really sure why, the ones that aren't content providers shouldn't even care what we do with the feed)

    The contracts between the cable companies and the providers of copyrighted feeds probably dictate that the hardware's interfaces be kept a trade secret, precisely because the providers of copyrighted feeds do care what consumers do with the feeds.

  69. Support headaches by LostCluster · · Score: 1

    One issue that TiVo may have with users downloading the images is that if you ever put a Brand X image into a a Brand Y TiVo, it's going to give the appearance of working, but the software version will not match the most current release number for the Brand Y model. During the daily call, the device will then try to download the most current release of Brand Y software, only to fail because Brand Y software can't be installed over Brand X software. TiVo ends up having to pay through the for long modem calls until the mistake is noticed and the user is forced to install proper software. TiVo's fine with user hacks that don't threaten them, but having the images "out there" gives users a path to hacks gone wrong.

    TiVo's most likely letting the commerical vendors continue to distribute the software because they're smart enough to ask users what brand of TiVo they're using, and only ship the matching release of software for their machine.

  70. Insightful? You don't have a Tivo, do you? by Moderation+abuser · · Score: 4, Insightful

    The "choices" are all shit. No, really. Compared to a Tivo, they are expensive *and* crap. Basically you need a PC to dedicate to the task, that alone is more expensive than a Tivo and then you need to fuck about with it for days to get it half as functional as a lobotomised Tivo.

    The software in the Tivo images contains Tivo's code. Taking that code and distributing it without permission is very simply and plainly copyright infringement. You just shouldn't do it. By all means take a backup, but the code is not yours to give away.

    Tivo do comply with the GPL, (http://www.tivo.com/linux/) so if you want the GPL'd code, go get it.

    --
    Government of the people, by corporate executives, for corporate profits.
  71. the death of TiVo by The+Lynxpro · · Score: 2, Interesting

    You know, I'm really sick of reading all these predictions of the death of TiVo from various soothsayers here on Slashdot. If you doubt TiVo's staying power, I suggest you stroll down to your local Best Buy and see how many TiVos they have stacked up ready to sell for the holiday season. Best Buy is predicting large sales of TiVos; the same for the Xbox this season.

    TiVo has buzz. Yes, it is true that Dish has been hurting TiVo by giving away the inferior DishPlayer PVR as standard fare and thus DirecTV has been putting pressure on TiVo to renegotiate their contract to keep price competitive, but when people hear what a PVR is, they think TiVo. Look at the current DirecTV promo; up to 3 rooms for $38.99 per month (plus the $99 sign-up fee) and you can get the master receiver as a TiVo Series2 unit for only $5 per month more (service fee) or free if you bump up to one of the Total Choice Packages. That's a great deal. Unfortunately, DirecTV has chosen not to enable the Home Media Option for whatever reason.

    Bottom line is, TiVo will be profitable by Q1 2004 (with the increase of subscribers), both to the chagrin of lots of advertisers, the Nielsens, the chief of Turner Broadcasting, the new owners of Replay, Microsoft, and some Slashdotters who refuse to support a company that is actually putting Linux devices at the heart of entertainment centers throughout the nation...of course, without TiVo as a subject, these same posters would be ranting about the deaths of Apple or Sun instead...

    --
    "Right now, somewhere in this world, Scott Baio is plowing a woman he doesn't love," - Peter Griffin, *Family Guy*
    1. Re:the death of TiVo by /dev/trash · · Score: 1

      How is the DishPlayer inferior?

    2. Re:the death of TiVo by The+Lynxpro · · Score: 1

      "How is the DishPlayer inferior?"

      Ease of use. Polished graphics. Season passes. Home Media Option. Showcases. TV Guide. TiVo recommending programs based upon your viewing habits. Do I need to go on?

      http://www.tivo.com

      --
      "Right now, somewhere in this world, Scott Baio is plowing a woman he doesn't love," - Peter Griffin, *Family Guy*
    3. Re:the death of TiVo by /dev/trash · · Score: 1

      Oh.
      Does it record TV shows?

    4. Re:the death of TiVo by The+Lynxpro · · Score: 1

      " Oh.
      Does it record TV shows?"

      Ahem, yes... (chuckles)

      Very well, indeed.

      --
      "Right now, somewhere in this world, Scott Baio is plowing a woman he doesn't love," - Peter Griffin, *Family Guy*
  72. The world isn't ending by Overzeetop · · Score: 2, Informative

    Holy mackeral. Such outrage at what (for a lawyer) was a fairly straightforward request. Is is possible that there might be a middle ground, allowing partial or logged access to the images with the permission of TiVo.

    Sure, TiVo has had issues with some of the hacking done, especially wrt video extraction. Overall, however, they have been very laid back about the tinkering with the internals of a consumer electronics box. They appear to be scared stiff about running afoul of content distribtuion laws, but they don't want their business model (and hard work) to go up in smoke because of over zealous users to whomo they provided assistance. The assistance of TiVo is what has given it the core of it's cult following.

    Perhaps if abs.net opened a dialog, a solution might be found which keeps some or all of the images online. And of course, as mentioned in other posts, if the host goes down the folks who are smart enough to use the images are also smart enough to know where to find 'em without an ftp site.

    Cracking/theft of service...now that's just not nice, and TiVo has every right to pound 'em into the ground.

    --
    Is it just my observation, or are there way too many stupid people in the world?
  73. I know why by Bwana · · Score: 4, Informative

    Because they're in the midst of releasing updates to the OS to work with Apple's AAC format with Home Media Option. I bet there's some code that Apple doesn't want to share (I don't blame them). Apple probably told them to stop allowing image downloads if they're going to get on the AAC front.

    Just my $0.02.

    --

    "Electric Relaxation" - ATCQ
    - Bwana
    1. Re:I know why by bill_mcgonigle · · Score: 1

      Ah, so Apple's buying Tivo again and that will be the Apple Media Device at MacWorld. :)

      Really, though, if the Tivo was to run OSX for Intel, they wouldn't bother to rope in these linux distros, so that rumor sounds debunked.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  74. VIA Vs AMD by phorm · · Score: 1

    But we must recall that not all (1Ghz or otherwise) processors are created equal, and other factors will affect this too (RAM speed/amount).

    I have heard quite often that the VIA 1Ghz processor used in the mini-ITX is not directly comparable to an Athlon, and for that matter even comparing Mhz on AMD/Intel processors is more than a little skewed nowadays.

    1. Re:VIA Vs AMD by Anonymous Coward · · Score: 0

      I own a 1ghz VIA MiniITX board running in a 1u rackmount case as my firewall. Before setting up as a firewall, I ran some tests to see how it performed against other cpu's. Quite frankly, the floating point capabilities sucks major ass, but for most applications, it is borderline adequate. I would compare a 1ghz VIA CPU to the first generation P2 @ ~300. Please note that my comparison is for the CPU only and the motherboard supports DDR RAM and ATA100, so the CPU bottleneck is minimized somewhat.

      I'm not dogging VIA or MiniITX. For some reason, I've fallen in love with the small form factor mobos. Making a full blown computer the size of most appliances is too cool.

  75. Re:I smell FSF lawyers... by Moderation+abuser · · Score: 3, Funny

    I think you'll find that Tivo do in fact comply with the GPL but ironically, those distributing the binary disk images *do not* comply with the GPL. If the FSF were to go after anyone, it would be those providing the binary only backup images...

    --
    Government of the people, by corporate executives, for corporate profits.
  76. Yes, it's illegal to distribute binary only images by Moderation+abuser · · Score: 1

    Tivo themselves comply fully though.

    --
    Government of the people, by corporate executives, for corporate profits.
  77. Re:I smell FSF lawyers... by shaitand · · Score: 1

    Although your point about the proprietary software is completely valid. Alot of people seem to be missing something. Just because tivo can or can't or doesn't have to do this that or the other, it doesn't change what I and every other user can do with the gpl'd source code.

    Tivo doesn't have to give out binary images, but there is no reason I can't distribute a binary of the gpl'd software regardless of whether or not they choose to.

  78. GPL and non-GPL code. How Tivo works underneath. by digital+photo · · Score: 4, Informative

    From some of the posts online, you'd think some people have no idea how the law works and/or how a Tivo works.

    Tivos) The images for series1 and series 2 tivos are essentially the same, allowing for differences in the hardware. The capabilities each Tivo has is dependant on what they are "allowed" for. Ie, home media option and such is enabled when the Tivo connects to the server and determines that it should be enabled.

    Along that note, the things which a downloader of a Tivo image would be potentially "stealing":

    • Tivo's copyrighted and protected source code to their custom application.
    • Tivo's copyrighted and protected filesystem code.
    • Tivo's copyrighted and protected images/works/video clips for the menu systems, and sound effects.
    • The copyrighted video streams which are buffered on the hard drives, if the downloadable image contains such items.
    • The potential bypassing of the access enablers for their home media option services and/or their lifetime membership flags. But these are stored on Tivo's servers and would be cleared on the next download.

    The GPL states that if you modify the kernel itself and distribute it, you will need to distribute the modified source code as well. Tivo HAS done this. They have placed the GPL related portions along with their own direct modifications to the kernel for download on their web site.

    Kernel modules and other object linked source code is still being hotly debated, for better or for worse. The stance most companies take is to distribute binary modules.

    The application which runs on top of Linux, however, is NOT gpl'd. Nor are all of the other control mechanisms which Tivo has written. Nor are the images and other creative works put into the Tivo system.

    By offering an image of the drive for download, that Tivo user is offering both GPL'd(which is ok) and Copyrighted(which is not okay) works. And since just backing up the GPL portions of the Tivo system will not restore the system, the image that user is offering is in violation of Copyright laws and Tivo has the right to and needs to tell them to stop.

    Just because you use a GPL base for an OS does NOT make your application GPL as well. Graphical libraries are another matter and hence the LGPL, the BSD license, and a few others.

    People need to understand that it isn't about being against GPL. It is about protected the portion which ISN'T GPL. And people aren't seeing that distinction when they should.

    I've been a user of a Series2 Tivo for 2 years now and love it. One of the first appliances I bought when I moved into my current place. I upgraded mine and have had no problems with it. Though I'm thinking I'll be doing some routine maintenance myself to make sure the drives are okay, but otherwise, I have no complaints about image quality or any other problem with the system. (Except maybe the USB1.1 port which limits me to 11mbps when I really want 100mbps... :)

    Tivo has been a great company and has always been courteous when I had problems or questions of them. They see something wrong happening and they are doing what needs to be done to rectify the problem.

    They should not be dinged when they try to protect something legitimately, unlike another company which comes to mind.

  79. Shoulda used BSD by Anonymous Coward · · Score: 0, Troll

    This is why TiVO should have developed on BSD instead of Linux. Then TiVO would own all the code that they spent their own time and money on.

    1. Re:Shoulda used BSD by Anonymous Coward · · Score: 0

      Why not use SCO.....ahhhhhhhhhhhh

  80. Well... by Fnkmaster · · Score: 1
    Many of us have the images from abs.net sitting around. They will resurface in other, albeit more underground forums. Presumably this is either the result of a shakeup at Tivo, third party companies forcing action, or the fact that recent unification of Tivo drive images has resulted in more people fucking around with images and doing dumb-shit that screws up the server-side systems, toasterizes Tivo units, or other such things, costing Tivo, Inc. too much money to allow it to continue.


    I think it's probably the sad result of Tivo hacking becoming too widespread - too many people not qualified or willing to take responsibility or be sufficiently cautious futzing with the internals of their machines, then expecting support for the process. It's also the fault of Tivo Inc. for the fact that they've recently made certain changes to their software that apparently make it too easy to wreak havoc with their own system (if you can install a unified drive image on any S1 Tivo, you can imagine you might confuse something somewhere along the line). Ah well, I have an abs.net Philips HDR212 image sitting here so I can always restore if something goes wrong for me.

  81. Re:GPL and non-GPL code. How Tivo works underneath by Anonymous Coward · · Score: 0

    But your entire argument is based upon the notion that TiVo's apps are distributed separately from the GPL portion. They are distributed in one chunk (on a single hard drive; and even updates are downloaded with a combination of GPL software, the core OS, and TiVo's proprietary apps); and are therefore subject to redistribution, as the GPL outlines very specifically.

    Really the argument here should be whether TiVo should forced to reveal their source code (I am not a proponent of this) as part of remaining compliant, however redistribution of the software is clearly stated within the GPL.

    Whether a court of law would uphold this is another question.

  82. Re: Is GPL in law? by tiger99 · · Score: 1
    Very well put! In most countries, IANAL and I speak mainly for the UK, you can make any kind of licence agreement you like, as long as it does not infringe any criminal law or unreasonably take away the rights of others. Now IMHO the only thing the GPL takes away is the right to take away the rights of others..... Maybe because I am an engineer, NAL, it is very clear.

    The Convicted Monopolist's licence agreements do appear to take away virtually all your rights, they are much more likely to fail in a UK court. AFAIK, they have not been tested in court yet, but we have had laws for the protection of consumers for years now, which are there to protect us from that sort of unfair and one-sided licence. I think M$ KNOW that these licences would fail in court, because there is always a clause that basically says that if any part of it fails in court, the rest still stands. The know that not all of it would stand up in court, they take away all your rights and say that the product might not work as advertised, and they are in no way liable if the product does not work at all. That is contrary to consumer laws in most civilised countries.

    The GPL basically says "here are your rights, you must make these same rights available to others, and don't blame me if it doesn't work". It does not attempt to remove any legitimate freedom. I think that where CONSUMERS are concerned, the law in most countries relating to consumer protection would be entirely compatible with the GPL. For BUSINESS use, it is another thing altogether, businesses are allowed to be mean and nasty to each other, but not to consumers. (Maybe it is the opposite in the US, but I hope not.) So, the GPL might have weakness as a licence for business use, but the effect would be that if the GPL was deemed to be void, there would be no way of using the software, due to the copyright which applies in any case. So if the GPL failed in court, it would not allow Gates to base his next closed-source OS on the Linux kernel, but rather it would not allow anyone to use the code without the permission of the copyright holders (as typically named at the top of each source file).

    Now, people who write OSS want it to be seen, and used, so that would not be enforced, usage of GPL code would continue, technically illegally, until a new licence was created, and agreed to by the copyright holders. The point is that the licence acts in one direction only, to ALLOW the software to be used, no licence means no use, because normal, clear-cut and easily enforecd COPYRIGHT still stands. There is no legal way of circumventing copyright in any country signatory to the relevant conventions, the copyright holder alone can determine who can copy, and under what conditions. He and he alone can revoke the use in the event of breach of licence.

    If, say, Bill ripped off some GPL code, I doubt that the judge would even look at the GPL, the case would be over in a few minutes because he would only need to see the copyright headers in the files. The GPL is irrelevant to PREVENTING copying, it is only needed to ALLOW copying.

    I must admit that it would be fun being in court if Eben Moglen was up against Boies.....

  83. backup=fair use? by irving47 · · Score: 1

    Don't we still have the right to make a backup of any software we buy?
    Is there anything ELSE that will run the TiVo software? (no)
    So why not be able to download it if you were stupid and didn't back up? (like me)
    So when my drive(s) crash, I get to frantically search for a backup somewhere or pay for a new unit when I could fix this myself...

    --
    I had a sucky sig.
  84. What features got taken away? by McSpew · · Score: 1

    So one enhancement makes the features they took away previously OK?

    I've owned a TiVo since the current version of software was 1.3 (the TiVo itself came with 1.2 and upgraded to 1.3 within a few days). I have never suffered from an upgrade. Every upgrade has added features or functionality, not removed them. The only feature I can think of that was ever affected by an upgrade was the ability for pre-2.0 standalone TiVos to continue to function as brain-dead VCRs without a subscription. Initially, the 2.0 upgrade broke that capability for unsubscribed users, but TiVo did fix it. Any TiVo that shipped with 2.0 or higher (Series 2, for starters) does not work at all without a subscription.

    Anything else that's ever been disabled by a TiVo upgrade was never an official feature, anyway (TeachTiVo, for instance).

  85. Very annoyed - ftp.abs.net images were great by jroysdon · · Score: 1

    I've personally used images from ABS to restored failed HDDs of friends. These were friends who had never opened their TiVo's and never hacked. All we did was restore a custom image to a replacement HDD of the same size.

    I've got a backup image of my DTiVO DSR6K that I made the minute I got it, but that doesn't help friend who has a different model.

  86. Are you a plant? by HarveyBirdman · · Score: 1

    So try another town. Are you rooted to one spot?

    --
    --- Ban humanity.
    1. Re:Are you a plant? by tepples · · Score: 1

      I have no family anywhere but Fort Wayne, Indiana, and I don't have near enough money to move hundreds of miles away from family. In general, how does one become ready to make such a move?

    2. Re:Are you a plant? by HarveyBirdman · · Score: 1
      Yeah, but... the job (which is the reason for moving) pays for the move...

      Or you can get any job you can to pay the bills. I graduated with my BSEE into one of the worst engineering job markets of the 20th century. I took some grunt work electromagnetic compatibility analysis job 80 miles from my home and commuted. While I was there, I searched and searched and 8 months later got the job more in line with what I wanted, and 14 years and two more degrees later, here I am, beloved by my employer. :-)

      My employer who I like to scare once a year just before review time by "accidently" leaving my resume in a strategically located printer.

      --
      --- Ban humanity.
    3. Re:Are you a plant? by tepples · · Score: 1

      the job (which is the reason for moving) pays for the move...

      Do signing bonuses cover relocation expenses for BSCS graduates fresh out of college even in this recession?

      Or you can get any job you can to pay the bills.

      I've tried applying at various places, but I kept getting turned down for being overqualified.

    4. Re:Are you a plant? by Anonymous Coward · · Score: 0
      Do signing bonuses cover relocation expenses for BSCS graduates fresh out of college [rose-hulman.edu] even in this recession?

      Probably not, but, all is not lost:

      Get a job in whatever city you can.

      Go to your bank and get a loan to cover the moving expenses. Use your job-offer-letter (and the salary it describes) as collateral. Or get your relatives/friends to co-sign on the loan.

      Use the loan to cover the moving expenses.

      Move to the new location

      Begin your new job

      Pay back the loan

      Granted, until you pay off the loan you'll be working for peanuts in a new city, but you've got a job, and have moved ...

  87. Figuring out a Tivo by fm6 · · Score: 2, Interesting
    So what were the symptoms? I ask because I have a Tivo gather dust, 'cause I can't afford to fix it. It worked well for about six months, then start freezing up intermittently. (Most irritating to come home and find ones favorite show not recorded.) These freezes became more and more frequent, until the system was unusable. Reinitializing the system helped, as did turning of the "record stuff I might like" feature, but in the end the system couldn't go for more than a few minutes without freezing up.

    A lot of discussions with Tivo enthusiasts and video wonks made me think it had to be a hardware problem. (I forget my chain of reasoning -- it's been over a year.) But then again it did start misbehaving right after one of those upgrades.

    There's a lot to love about a Tivo -- when it's working, it's every bit as good as its most rabid fans claim. But there's also stuff about it's that's totally ridiculous. Like:

    • The whole UI is obviously designed by not very creative people implement a checklist derived from a focus group. So it's basically pretty user-friendly, but doesn't include features any bright geek would automatically implement, like a simple procedure for dealing with overlaps, or a better feedback when it doesn't record something you told it to record.

    • The Tivo people are smart and nice, basically, but they won't ever admit that they've screwed up -- and they do screw up.

    • Every mass market product has rabid, short-tempered fans who will dump on you if you even imply that the product has flaws. But I never seen a product with so many. I mean, you even post a friendly suggestion in the Tivo suggesion forum, and a dozen angry bozos call you an idiot. Never mind trying to hold an intelligent conversation about technical problems.
    1. Re:Figuring out a Tivo by Rich0 · · Score: 1

      After a power failure it simply wouldn't boot. That's all there was to it. I forget where in the bootup procedure it hung, but if you search for posts by rich0 at tivocommunity you can probably find out the details...

      I hear you about the little gripes. I don't have any major problems with the Tivo - overall it is pretty intuitive. However, I do have problems with how it handles conflicts when somebody wants to watch TV when two shows are already recording (this is DirecTIVO). By default the Tivo will end up cancelling the higher priority season pass - not the lower one (since the higher priority pass is on the screen when the channel is changed). The problem is that my 8-year-old stepson doesn't fully grasp the meaning of the popup prompt that Tivo gives warning that the show won't be recorded if you change channels. You can choose to cancel the recording or not - but to my stepson the correct answer is to cancel the recording since the other choice doesn't do anything (since it doesn't change the channel).

      Actually, I wouldn't mind having a lockout feature on season passes. As in - do NOT allow anyone to stop this season pass unless they enter the master passcode. Then if my stepson is messing with it he can't inadvertantly overwrite my favorite shows with reruns of Lizzie McGuire...

    2. Re:Figuring out a Tivo by fm6 · · Score: 1
      You mean this?
      I have a T60 which is stuck on the welcome powering up message and just keeps rebooting every 30s. I'm going to see what I can do to salvage it, but I have a hunch a reimage will be needed. I'm crossing my fingers that there is no permanent damage...
      I gather the reimage did work. You know, this points out the biggest, most fundamental flaw in Tivo -- it's a complicated kludge, designed without regard to Murphy's law. When nothing goes wrong, it works great. But it doesn't take a very big glitch to cause major problems. I mean, a simple power failure, jeez.

      If I ever get mine working again, I think I'll want a UPS for it. Except a UPS isn't much use unless you can do a safe shutdown -- something you can't do with an out-of-the-box Tivo. Probably not that hard to write a script that gets run when when the UPS sends a command via the serial port.

      I've always resisted becoming a Tivo hacker, but now I guess I have no choice. Either that or get rid of the thing.

    3. Re:Figuring out a Tivo by macmouse · · Score: 1

      WOW! I just called tivo, and getting an replacement. They said their warranty is now 90 day's. I've had mine for 6 months and the disk died, with nearly identical symptoms. On *top* of that, its an $99 "parts" fee, plus an full price collateral charged ahead of time, in case I don't ship the old one back. Oy. Now with this article, I'm starting to think twice..

      The irony here is, our Tivo *is* on an UPS, and the disk has slowly degraded over time. It might be worht it to reimage, but I fear it may be too late :(.

    4. Re:Figuring out a Tivo by fm6 · · Score: 1

      If reimaging works at all, it shouldn't matter how long you wait. It's like re-installing the OS on regular computer.

  88. Re: by Anonymous Coward · · Score: 0

    Sure it does. It's FAR more convinient. If you start watching the show 10-15 mins late, you can skip the commercials while the rest of the show is recording. Can you do that with a VCR?

  89. IR Control by cepler · · Score: 1

    While it's admirable to have a hack to change the channels, the fact that it's not part of these distributions along with the various remote codes for various cable boxes that the cable companies use is going to hamper adoption to a more mainstream market where the TiVo has penetrated. Now, if someone developed this a bit further and made up a database with the various codes for the different cable boxes out there and maybe packaged up some form of 'cable mouse' to sell along with it, we'd be all set. Sure, I could hack this together and get it working but you can't really preach this as a mainstream solution when it requires such hacking.

    1. Re:IR Control by FireFury03 · · Score: 1
      I never suggested that it was suitable for the mainstream. The message I was replying to said "[MythTV and Freevo] don't seem to have any concept of CABLE BOXES! Many people out there have digital cable and need to be able to control a cable box." which is completely incorrect - the ability to control external decoders is a very basic necessity that is well supported and in use by most Myth users. It is by no means a hack - it was designed to do it.

      Myth is certainly not ready the the mainstream yet, but I had 3 choices when getting a PVR:
      • Tivo: AFAIK nolonger available as new in the UK, and requires subscription.
      • Sky Plus: Serious problems with the scheduler which means you often have to reprogram the scheduler frequently because the "Series Link" option that lets you select a whole series for recording has been broken for years, completely defeating the whole point of it. Also requires subscription.
      • Myth: Ok, so it's got some bugs, but if they annoy me enough I can actually fix them myself instead of waiting for the manufacturer to fix them. Fast development - there are new features being added very frequently. Infinitely hackable, and I don't have to pay a monthly subscription. Also very expandable - if I want to record several programs at once I can just put in more TV cards. If I want to watch TV in the other room on my PC, well that's fine too - it's networked, I can watch it in there with all the PVR services.
      .

      In any case, LIRC is compatable with a number of USB IR devices, and programming LIRC with your remote control codes is really no harder than programming a learning remote - you point your remote at it and press the buttons (anyone who can't do that has no business using a video recorder in the first place).

      -
  90. Compromising the kernel is absurd. by Morgaine · · Score: 1

    The whole idea that a kernel module needs to be GPL is absolutely absurd.

    The whole idea that a third party can compromise the integrity of your kernel is absolutely absurd. It might work in the Microsoft world where flakiness is regarded as normal, but certainly not in an open source O/S.

    If binary-only modules are to become acceptable in Linux, it will require an MMU-protected execution environment for them to be created, so that they can do their job with minimum risk to the kernel. Anything else is just dumb engineering.

    --
    "The question of whether machines can think is no more interesting than [] whether submarines can swim" - Dijkstra
    1. Re:Compromising the kernel is absurd. by RzUpAnmsCwrds · · Score: 1

      Come on.

      Kernel mode means just that - kernel mode. It means that the code has direct access to the underlying hardware.

      Kernel modules can compropise stability. They can compromise security. An open source module can do just as much harm as a closed source module.

      What if you want to develop a module for a GPU whose interfaces are a trade secret? What do you do then?

      Linux developers somehow think that the world should change to accomodate their belief in open source. The viral nature of the GPL (note: it's not the GPL at fault, it is the Linux hackers insisting that any code that touches their OS immediately becomes GPL) is damaging to the free software movement.

  91. TiVo Goes After Sites Hosting Image Backups by infiniphonic · · Score: 1

    great now i know what i will NOT be buying people for christmas !

    --
    Crisis is the rule, not the exception.
  92. Re: Is GPL in law? by jonbryce · · Score: 1

    Of course it is. Why ever should it not be recognised by law?

    It is a lot less contentious than the likes of the Microsoft EULA.

    There is a reason why no-one other than SCO has attempted to challenge the GPL. There is absolutely nothing to challenge about it. It is totally watertight.

    Quite simple really. Here is some copyrighted code. Distribute it under a licence from the copyright holder, or it is what some people call software piracy.

    OK, there is the issue about whether or not dynamic linking represents a derivative work, but it is no more a problem for linking GPL code than for linking copyrighted code from anywhere else.

  93. S2s have USB 2.0 by BLKMGK · · Score: 1

    DealDatabase forums has info about this. Are you SURE you've not simply grabbed a 1.0 NIC? There's a Linksys NIC that's 2.0 that is being used by many. Sleeper's ISO has the correct drivers for it...

    --
    Build it, Drive it, Improve it! Hybridz.org
  94. Bittorrent solution by Anonymous Coward · · Score: 0

    The solution I see is to have a bittorrent server overseas. Have a website that emails the bittorent file of the image you need after you agree that you own the model for which you're requesting a file. Then run "clients" on a number of high-speed links. So long as enough high-speed "clients" were kept running, images would still be served up to those who need them at a reasonable speed. I say "clients" as they could be running on some other dedicated servers.

    I'm not a lawyer, but there wouldn't be any single person to go after and the overseas bittorrent server wouldn't need a ton of bandwidth. If someone gets served a letter, they just kill off the bittorrent client. So long as enough people keep stepping up to host, no big deal. Anyone with the client running can claim they were just trying to download it to fix their TiVo (which they should own in order to get the bittorrent server url email) and then forgot about it and left the bittorrent running in background.

  95. Compromise by _Brazil_ · · Score: 2, Interesting

    There should be a compromise. The backup images should be of only the old backups, so then it would force them to start and download the software upgrades from Tivo directly... Or better, document what is needed for a bare backup, and have it standard to download the rest directly from Tivo...

    Then Tivo would have all there stats on who is doing what, then they could see how they should be treating thier market. Inpaticular, the market of the Tivo Hackers... Maybe charge 2$ for more than 3 backup downloads, if they have too. Just something minor.

    I just whish there was some DirecTv PCI card, then I would love MythTV. I want to to keep it all digital, in and out... ;) Maybe if you a HDTV reciver w/ a firewire connector; but then you probably wouldn't be allowed to record.

  96. No money to follow by fm6 · · Score: 1

    I don't think there's any big licensing issue here. Nobody sells just the images. They sell hard drives with image clones on them. Which makes them eligible for C&D letters too. And they probably get them. But rather than just go out of business, they forward the letter to their lawyers, who make it nontrivial for Tivo to shut them down. They probably could -- it's a question of how hard they want to try.

  97. The Screws by Mastagunna · · Score: 1

    The way some companies are using the DMCA, I am surprised that screws have not been used as a form of copy-protection in court. Your honor "They broke through our copy protection, by unscrewing the case."If you tell someone how to open the case, and look inside you are breaking the law.

    Could see some lawyers trying this. Maybe they could get really fancy and use the triangle screws from Gameboy, or a headlamp screw.

  98. Where's the problem? by Thomas+Shaddack · · Score: 1

    If it's on the Net, it can be scraped from the screen. A central service translating the data can be shut down, but if everybody scraps and translates their own data, there is nobody to come down upon unless they want to pull the information from the Net entirely. (There is no service known to me in this country, so I had to write my own downloader/extractor of TV guide and a program that automatically switches the TV on for news and sf, and downloads by keywords in the item description.)

    They then can make the decoding more complicated by morphing the page generating template dynamically. But then the extraction can be done on parsed output, as the human-readable information is in known format; a time information looks one way, the title another way, the description too, and a set of suitable regexps can take care of it.

    It's bandwidth-wasting in comparison with downloads of direct XML feed, but there is plenty of bandwidth on an average cable modem or DSL; or you can get a friend to fetch and pre-parse the data for you.

    I believe it should be possible even to take a look at the page structure, analyze the layout of the tables and their content, and automatically recognize the data by their characteristics, omitting the need for a page-specific extractor at all; just tell the program how the data it looks for look and let it do the rest. Maybe there are some artificial intelligence experts here who could refine this approach?

  99. Re: by Anonymous Coward · · Score: 0

    Fuck if it doesn't. I don't watch ANY commercials on my Tivo. Three clicks and I am past them at battle speed.

    Fuck them. I've watched too many already. They had their chance.

  100. Re: You obviously aren't a true geek by evilviper · · Score: 1
    Television can't possibly be worth all that effort....

    I've learned more from TV than I have from 13 years of required public education.
    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  101. Warranty by Anonymous Coward · · Score: 0

    If I gave a dime, I would have probably spell checked it to begin with.

    While so many others learned how to spell words correctly the first time. (Especially when purporting to quote something.)

    Frankly, I wasn't making the light-hearted observation for your benefit but rather for others who make the same mistake and now, with you as a counterexample, may be able to avoid it. Mistakes.

    1. Re:Warranty by Anonymous Coward · · Score: 0

      Fuckk Yoo, Spelling Nazi

      WHy don't you actually try to contribute something to the world instead of policing it.

  102. Re: Is GPL in law? by RALE007 · · Score: 1
    I wouldn't compare the GPL to other common EULA's. The GPL grants rights, it doesn't attempt to take them away. Every other EULA I've seen attempts to take away rights or come to some "agreement" after the exchange of money for a good or service.

    Infact, the GPL only grants additional rights for the public to use the source code in many ways that would otherwise be prohibited by copyright law. EULA's on the other hand and in my opinion, are non-binding statements that the company *hopes* you believe to be some kind of contract dealing with their distributed binaries.

    It starts getting into a lot of opinion at this point, but just by the basics a GPL type license and EULA's are completely different, the only similar part is the "license" in the name. If you can argue that the GPL is non-binding and doesn't need to be adhered by, then all the code falls back onto standard copyright law, which is more restrictive. If you can argue that the standard binary EULA is non-binding and doesn't need to be adhered by, there is no legislation for it to fall back on saying MS has the rights to your first born child.

    GPL == Accept the GPL or be more restrictived by copyright law, you're choice.

    EULA's == Accept this agreement after purchasing our software, uhm, BECAUSE! We said so. Really. We mean it.

    --
    Beware blue cats moving at .99c
  103. Tivo's obligations by Anonymous Coward · · Score: 0

    Doesn't Tivo have an obligation to make the image available to people who have actually purchased a Tivo? It's forseeable that a harddrive will go bad, so doesn't a Tivo owner have a right to get a copy of the software that they purchased and put it on a replacement hard drive?

    If not why the heck do OEMs ship CD's with new computers? It would seem that it would be cheaper to not create those CDs...

    If Tivo were setup a site where registered owners could download their original image, would all of the bitching about this problem go away?

  104. Well, DirecTivos can't hold channels anyway by Anonymous Coward · · Score: 0
  105. Re: Is GPL in law? by yourmom16 · · Score: 1

    Contracts can take away the rights of those who sign them, but both parties must get something in return. Microsoft's EULA's obtain all their validity from the fact that the can afford a prolonged legal battle better than you. The GPL grants the right to copy the software, distribute it, and more. Under copyright law you need permission to copy it. EULAs only take away rights and thus are invalid almost everywhere. The original reason for EULAs was a loophole in US copyright law, which was fixed quite some time ago, that didn't exempt copying a program to memory from copyright law, so permission is required to use the software. Recent court rulings supporting EULAs have upheld them, because it is 'standard industry practice'.

    --
    "We have got to make Stan understand the importance of voting, because he'll definitely vote for our guy." - South Park