Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Television Media GNU is Not Unix Hardware

TiVo Goes After Sites Hosting Image Backups 423

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."
This discussion has been archived. No new comments can be posted.

TiVo Goes After Sites Hosting Image Backups

Comments Filter:
  • Re:Hmm (Score:5, Informative)

    by AllUsernamesAreGone ( 688381 ) on Wednesday December 10, 2003 @09:01AM (#7679062)
    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.
  • by InsaneGeek ( 175763 ) <slashdot@RABBITi ... minus herbivore> on Wednesday December 10, 2003 @09:02AM (#7679065) Homepage
    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.
  • DMCA? DMCA. (Score:4, Informative)

    by cliffy2000 ( 185461 ) on Wednesday December 10, 2003 @09:03AM (#7679072) Journal
    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.
  • Re:Hmm (Score:5, Informative)

    by kinnell ( 607819 ) on Wednesday December 10, 2003 @09:04AM (#7679086)
    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
  • Re:TiVo (Score:2, Informative)

    by Can ( 21457 ) on Wednesday December 10, 2003 @09:06AM (#7679098)
    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).
  • by akedia ( 665196 ) * on Wednesday December 10, 2003 @09:07AM (#7679109)
    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.
  • Re:Hmm (Score:3, Informative)

    by Yoje ( 140707 ) on Wednesday December 10, 2003 @09:07AM (#7679115)
    TiVo already offers GPL-based code [tivo.com] 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.
  • by Anonymous Coward on Wednesday December 10, 2003 @09:08AM (#7679119)
  • Re:TiVo (Score:2, Informative)

    by Anonymous Coward on Wednesday December 10, 2003 @09:10AM (#7679127)
    TiVo's website sells refurbished receivers.
  • by Atrahasis ( 556602 ) on Wednesday December 10, 2003 @09:10AM (#7679128) Homepage
    Why not read the Hardware [sourceforge.net] Sections [sourceforge.net] 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.
  • Re:DMCA? DMCA. (Score:5, Informative)

    by InsaneGeek ( 175763 ) <slashdot@RABBITi ... minus herbivore> on Wednesday December 10, 2003 @09:11AM (#7679130) Homepage
    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.
  • by Mr Smidge ( 668120 ) on Wednesday December 10, 2003 @09:12AM (#7679136) Homepage
    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 [mythtv.org]
    And for Freevo [sourceforge.net]
    PVR Database [goldfish.org]

    Hope that helps.
  • by Oscar_Wilde ( 170568 ) on Wednesday December 10, 2003 @09:13AM (#7679141) Homepage
    I don't know why you would link directly to sourceforge project page for Freevo when they have a much nicer homepage, including screenshots [sourceforge.net], at http://freevo.sourceforge.net/ [sourceforge.net]
  • by LilJC ( 680315 ) on Wednesday December 10, 2003 @09:15AM (#7679152)
    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.

  • by Anonymous Coward on Wednesday December 10, 2003 @09:16AM (#7679160)
    For those GPL whiners. It took a whole 30 seconds to find this:

    http://www.tivo.com/linux/index.html
  • Concerning point 1 (Score:5, Informative)

    by Mr Smidge ( 668120 ) on Wednesday December 10, 2003 @09:17AM (#7679165) Homepage
    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)
  • Re:ReplayTv (Score:2, Informative)

    by AnswerIs42 ( 622520 ) on Wednesday December 10, 2003 @09:20AM (#7679180) Homepage
    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.
  • Re:TiVo (Score:5, Informative)

    by gnu-generation-one ( 717590 ) on Wednesday December 10, 2003 @09:21AM (#7679187) Homepage
    I have sent back 3 TiVo's...

    Try this [mythtv.org] -- you need a standard computer, and a couple of TV cards.
  • by Anonymous Coward on Wednesday December 10, 2003 @09:22AM (#7679195)
    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.
  • Re:Hmm (Score:4, Informative)

    by arkanes ( 521690 ) <arkanes@NoSPam.gmail.com> on Wednesday December 10, 2003 @09:23AM (#7679202) Homepage
    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.

  • by Gannoc ( 210256 ) on Wednesday December 10, 2003 @09:24AM (#7679204)
    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.

  • Re:Hmm (Score:4, Informative)

    by GigsVT ( 208848 ) on Wednesday December 10, 2003 @09:29AM (#7679241) Journal
    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.
  • Re:TiVo (Score:3, Informative)

    by InsaneGeek ( 175763 ) <slashdot@RABBITi ... minus herbivore> on Wednesday December 10, 2003 @09:34AM (#7679266) Homepage
    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.
  • Re:ReplayTv (Score:5, Informative)

    by evilviper ( 135110 ) on Wednesday December 10, 2003 @09:36AM (#7679278) Journal
    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.
  • Re:Hmm (Score:4, Informative)

    by jtdennis ( 77869 ) <oyr249m02@sneake[ ]l.com ['mai' in gap]> on Wednesday December 10, 2003 @09:39AM (#7679293) Homepage
    and they do provide it. It's at http://www.tivo.com/linux/index.html [tivo.com].
  • Re:Hmm (Score:5, Informative)

    by Cee ( 22717 ) on Wednesday December 10, 2003 @09:43AM (#7679309)
    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,
  • Re:Three points (Score:5, Informative)

    by Otto ( 17870 ) on Wednesday December 10, 2003 @09:49AM (#7679352) Homepage Journal
    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.
  • by Anonymous Coward on Wednesday December 10, 2003 @09:51AM (#7679376)
    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.
  • Re:Three points (Score:5, Informative)

    by slim ( 1652 ) <john.hartnup@net> on Wednesday December 10, 2003 @09:52AM (#7679379) Homepage
    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.
  • Of course you can... (Score:5, Informative)

    by Otto ( 17870 ) on Wednesday December 10, 2003 @09:57AM (#7679412) Homepage Journal
    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.
  • by slim ( 1652 ) <john.hartnup@net> on Wednesday December 10, 2003 @10:01AM (#7679452) Homepage
    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.
  • Re:A question (Score:5, Informative)

    by Otto ( 17870 ) on Wednesday December 10, 2003 @10:02AM (#7679462) Homepage Journal
    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.
  • Re: Is GPL in law? (Score:5, Informative)

    by Dashing Leech ( 688077 ) on Wednesday December 10, 2003 @10:04AM (#7679472)
    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.

  • by Otto ( 17870 ) on Wednesday December 10, 2003 @10:06AM (#7679485) Homepage Journal
    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.
  • Re:TiVo (Score:5, Informative)

    by snkline ( 542610 ) on Wednesday December 10, 2003 @10:07AM (#7679487)
    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.
  • Re:TiVo (Score:2, Informative)

    by Isca ( 550291 ) on Wednesday December 10, 2003 @10:07AM (#7679489)
    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

  • Re:TiVo != NVidia (Score:4, Informative)

    by Otto ( 17870 ) on Wednesday December 10, 2003 @10:28AM (#7679619) Homepage Journal
    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.
  • Re:Hmm (Score:3, Informative)

    by Ian Wolf ( 171633 ) on Wednesday December 10, 2003 @10:29AM (#7679621) Homepage
    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.
  • Re:Here's a clue (Score:3, Informative)

    by NMerriam ( 15122 ) <NMerriam@artboy.org> on Wednesday December 10, 2003 @10:37AM (#7679679) Homepage
    No, that is only for trademarks.

    Copyright, like patents, are ironclad for their term, no matter what you do (or don' do).
  • Re:This is BS (Score:4, Informative)

    by kaybee ( 101750 ) on Wednesday December 10, 2003 @10:42AM (#7679714) Homepage
    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.
  • Re:This is BS (Score:5, Informative)

    by n1m1tz ( 179573 ) on Wednesday December 10, 2003 @10:49AM (#7679779)
    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! ;)
  • 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

  • by PhuCknuT ( 1703 ) on Wednesday December 10, 2003 @10:52AM (#7679800) Homepage
    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.
  • by Captain Rotundo ( 165816 ) on Wednesday December 10, 2003 @11:09AM (#7679937) Homepage
    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)
  • Re:This is BS (Score:2, Informative)

    by sogoodsofarsowhat ( 662830 ) on Wednesday December 10, 2003 @11:21AM (#7680028)
    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.
  • by FireFury03 ( 653718 ) <slashdot&nexusuk,org> on Wednesday December 10, 2003 @11:31AM (#7680125) Homepage
    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 [nexusuk.org]. The hardware required is just an IR LED across the serial port (as described on the LIRC website [lirc.org]). I also have an IR receiver plugged into the same serial port so I can control Myth with my original Sky remote control.
  • Re:This is BS (Score:5, Informative)

    by gad_zuki! ( 70830 ) on Wednesday December 10, 2003 @12:06PM (#7680467)
    Also, a simple google groups search [google.com] shows you that the Hughes fans are notorious for failing.

    See also: My usenet post regarding Hughes fans from 2002. [google.com]

    Facts beat conspiracy theories any day of the week.
  • by Eponymous, Showered ( 73818 ) <(gro.riafud) (ta) (esaj)> on Wednesday December 10, 2003 @12:25PM (#7680665) Homepage
    Unfortunately for the free PVR software packages, there is no free guide data. xmltv [membled.com] can be (and is widely) used, but it typically grabs data by scraping from zap2it [zap2it.com], where there the TOS [zap2it.com] 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 [sourceforge.net] or MythTV [mythtv.org] 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.
  • by HTH NE1 ( 675604 ) on Wednesday December 10, 2003 @12:39PM (#7680812)
    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 [tivocommunity.com] 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.
  • Re:This is BS (Score:3, Informative)

    by Dare nMc ( 468959 ) on Wednesday December 10, 2003 @12:48PM (#7680911)
    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.
  • by Overzeetop ( 214511 ) on Wednesday December 10, 2003 @01:03PM (#7681056) Journal
    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.

  • I know why (Score:4, Informative)

    by Bwana ( 2384 ) on Wednesday December 10, 2003 @01:05PM (#7681064) Homepage
    Because they're in the midst of releasing updates to the OS to work with Apple's AAC format with Home Media Option [macminute.com]. 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.
  • Re:Here's a clue (Score:3, Informative)

    by cpt kangarooski ( 3773 ) on Wednesday December 10, 2003 @01:27PM (#7681309) Homepage
    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.
  • by The Wicked Priest ( 632846 ) on Wednesday December 10, 2003 @01:30PM (#7681337)
    HMO is not charged for monthly; it IS a one-time charge.
  • Re:This is BS (Score:2, Informative)

    by TGK ( 262438 ) on Wednesday December 10, 2003 @01:37PM (#7681388) Homepage Journal
    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 [dishonline.com]

    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.
  • by digital photo ( 635872 ) on Wednesday December 10, 2003 @01:53PM (#7681546) Homepage Journal

    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.

  • by grahams ( 5366 ) on Wednesday December 10, 2003 @02:30PM (#7681933) Homepage
    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.
  • by geoffspear ( 692508 ) on Wednesday December 10, 2003 @04:45PM (#7683220) Homepage
    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.
  • by sholden ( 12227 ) on Wednesday December 10, 2003 @06:19PM (#7684318) Homepage
    Should we believe your opinion or Linus' opinion [lkml.org]?

    Mmmm... decisions, decisions...

"And remember: Evil will always prevail, because Good is dumb." -- Spaceballs

Working...