Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: UK TiVo

  1. #1

    UK TiVo

    I am a kiwi living in the UK and will shortly be returning to NZ. It has been suggested that I should buy a TiVo here and send it home with other stuf I will be freighting. Only problem is that I don't know what to buy! I understand that I need a series one stand alone model but the information I have found when searching web sites here is not very specific. It seems that the only TiVos available here Thomson models. Any help would be greatly appreciated.

  2. #2
    Join Date
    May 2004
    Location
    Wellington, NZ
    Posts
    477
    Quote Originally Posted by aliennz
    I am a kiwi living in the UK and will shortly be returning to NZ. It has been suggested that I should buy a TiVo here and send it home with other stuf I will be freighting. Only problem is that I don't know what to buy! I understand that I need a series one stand alone model but the information I have found when searching web sites here is not very specific. It seems that the only TiVos available here Thomson models. Any help would be greatly appreciated.
    The Thomson models are fine (they are a Series 1 TiVo running v2.5.5 of the software). I have not yet tried to get one working against the emulator (but hear it is possible). There are a number of people using them with the latest OzTivo boot image (which uses the v3.0 software against the existing NZ emulators) without issues.

  3. #3
    Thanks, that gives me confidence that I can go ahead and buy one of the many boxes I see here on e-bay. Really appreciate your help.

  4. #4
    Join Date
    Mar 2005
    Location
    Hamilton, NZ
    Posts
    196
    Just to confirm it works ok, I am running a Thompson PVR10UK in New Zealand with the emulator without any issues

  5. #5
    Join Date
    Aug 2004
    Location
    The Mainland
    Posts
    542
    Quote Originally Posted by catdog
    Just to confirm it works ok, I am running a Thompson PVR10UK in New Zealand with the emulator without any issues
    Yep same; setup and running off emulator on thomson unit.

    Now, catdog do you have sound coming out of your tuner on the 3.0 unit? I don't (hiss) but video is fine ... have mucked around with iicset manually, no help, and modded ukchan (nz) in a number of ways no luck.
    1 x Philips TiVo Series 1, Cachecard, 1 x 1TB SATA (with recent TradeMe sourced adaptor), Mk II Pal Tuner Mod, NZ Emulator, Previously Dual A/V Source, Now Pay Satellite
    2 x TiVo HD, Freeview, HNP, 2TB (WD-AV) jmfs upgraded
    1 x Thomson UK TiVo, Cachecard, 200GB, Testing Work

  6. #6
    Join Date
    May 2004
    Location
    Wellington, NZ
    Posts
    477
    Quote Originally Posted by DJC
    do you have sound coming out of your tuner on the 3.0 unit? I don't (hiss) but video is fine ...
    You might want to have a look at the changes to the ukchan30 module in this thread. I am still a little at a loss why people would run the 3.0 software on the UK units... I originally thought it was because the v2.5.5 software might not work against the emulator, but apparently it does...

  7. #7
    Join Date
    Mar 2005
    Location
    Hamilton, NZ
    Posts
    196
    Quote Originally Posted by DJC
    Now, catdog do you have sound coming out of your tuner on the 3.0 unit? I don't (hiss) but video is fine ... have mucked around with iicset manually, no help, and modded ukchan (nz) in a number of ways no luck.
    I am just using AV input & output rather than using the tuner so can't help you there. I would like to use the tuner for FTA channels and AV inputs for sky channels but am not sure how to configure this (and risk breaking something which is currently working fine!)

  8. #8
    Join Date
    Aug 2004
    Location
    The Mainland
    Posts
    542

    UK 2.5.5 not working on emulator

    Quote Originally Posted by thomson
    You might want to have a look at the changes to the ukchan30 module in this thread. I am still a little at a loss why people would run the 3.0 software on the UK units... I originally thought it was because the v2.5.5 software might not work against the emulator, but apparently it does...
    Ok have been tracking that thread, is it relevant for NZ, seems to be more related to frequencies.

    The reason I am running v3 at the moment is because the emulator as it stands can't take a 2.5.5 through a guided setup.

    Now if anyone can correct me on this I'd be more than keen to know how and what sources to select? And that will save me a job.

    Otherwise; I will be winding back to 2.5.5 to get it working once I have completed a sort out of the current legacy emulator headends... more on that much later, its a bit of a mission.

    However, in the interm I am on 3.0 and am keen to get to the bottom of the hissing so that we can also declare that configuration working in NZ as well.

    I've diff'ed the ukchan oz 2.5.5 and 3.0 modules and only come up with the following changes

    [code]
    [TiVo [p1] /hack/src]# diff ukchan30/ukchan30.c ukchan25/au/ukchan-2.5.5.c
    134c134
    < install_bypass(((u32)fpga_get_channel)-0x3b44, newfn, call);
    ---
    > install_bypass(((u32)fpga_get_channel)-0x3a60, newfn, call);
    139c139
    < install_bypass_fn((u32)getFreq_x, 0x74b8);
    ---
    > install_bypass_fn((u32)getFreq_x, 0x73b4);
    [code]

    I added an extra def in your (thomsons) nz ukchan and made the above changes and also changed the make file to give me a full range of outputs, for example...

    [code]
    CC = ../bin/gcc
    CFLAGS = -D__KERNEL__ -I../include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -mcpu=403 -msoft-float -DMODULE -DEXPORT_SYMTAB

    all: ukchan255_nz.o ukchan255_nz_nicam.o ukchan30_nz.o ukchan30_nz_nicam.o

    ukchan255_nz.o: ukchan_nz.c
    $(CC) $(CFLAGS) -DNZTVCHANNELS -c ukchan_nz.c -o ukchan255_nz.o

    ukchan255_nz_nicam.o: ukchan_nz.c
    $(CC) $(CFLAGS) -DNZTVCHANNELS -DNICAMSTEREOMODE -c ukchan_nz.c -o ukchan255_nz_nicam.o

    ukchan30_nz.o: ukchan_nz.c
    $(CC) $(CFLAGS) -DNZTVCHANNELS -DVER30 -c ukchan_nz.c -o ukchan30_nz.o

    ukchan30_nz_nicam.o: ukchan_nz.c
    $(CC) $(CFLAGS) -DNZTVCHANNELS -DNICAMSTEREOMODE -DVER30 -c ukchan_nz.c -o ukchan30_nz_nicam.o

    ukchan255.o: ukchan_nz.c
    $(CC) $(CFLAGS) -c ukchan_nz.c -o ukchan255.o

    ukchan30.o: ukchan_nz.c
    $(CC) $(CFLAGS) -DVER30 -c ukchan_nz.c -o ukchan30.o

    install:
    cp *.o /lib/modules

    clean:
    rm -f *.o
    [code]

    Inserted each of the modules on the fly and with reboots and not one made a difference... lsmod and the right versions were loading

    Its almost as if the code isn't talking to the decoder chip. I've even tried manually setting it to auto detect and that made no difference.

    Attached Files Attached Files
    1 x Philips TiVo Series 1, Cachecard, 1 x 1TB SATA (with recent TradeMe sourced adaptor), Mk II Pal Tuner Mod, NZ Emulator, Previously Dual A/V Source, Now Pay Satellite
    2 x TiVo HD, Freeview, HNP, 2TB (WD-AV) jmfs upgraded
    1 x Thomson UK TiVo, Cachecard, 200GB, Testing Work

  9. #9
    Join Date
    May 2004
    Location
    Wellington, NZ
    Posts
    477
    Quote Originally Posted by DJC
    The reason I am running v3 at the moment is because the emulator as it stands can't take a 2.5.5 through a guided setup.
    Might want to talk to the AUS mob about this... I think it was Peter that let me know the v2.5.5 software can talk to the emulator, but I am not sure if it can be taken through the guided setup.

    Not sure what is happening with the audio stuff... I do not have the v3.0 software on the UK Unit so can't test it, but the "iicset4 0x88 0x10 0x00200008" command should work. It could be that another hook is required into on of the modules as this command could be getting overridden - I know when I play with the palmod source there are a number of things that need to be set very frequently as they are being reset all the time. You might want to have a quick look at my palmod.c source (attached) to see if there is something there that could help.
    Attached Files Attached Files

  10. #10
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    Hi,

    The pvr10uk.255.oztivo_emulator.release1.3beta image will pass the OzTiVo guided setup, I am not aware of anyone localising it for NZ.

    The only reason we have stuck with 3.0 is that we have now modified it enough that one image will run on all hardware (Sony, Philips, Thomson, TiVo) making support for the group much easier.

    Some people prefer the loopsets in the Sony or Thomson images to go with their machines, but we do not encourage using them and at this point we have no intention of releasing updated OzTiVo versions.

    Peter.
    Please search this forum and our Website for your TiVo questions before starting a new thread. Thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •