|
|
08-01-2010, 08:42 AM
|
#1
|
|
Registered User
Join Date: Aug 2002
Posts: 6
|
Using Humax HD-FOX T2 with Tivo
I have purchased this to replace our rather tired Freeview F2-FOX T set top box. Can anyone offer any tips regarding setting up/using this new box please. I do have a Pronto remote which I can use to learn codes & I have read that Tivo can use Pronto files to add new set top boxes, but I don't know which codes are required or how to ask Tivo UK to add the codes to the Ariel + Digital Terrestrial options which are listed under Humax.
Last edited by SRamsden : 08-01-2010 at 08:55 AM.
|
|
|
09-17-2010, 03:31 AM
|
#2
|
|
Registered User
Join Date: Oct 2008
Posts: 6
|
Just bumping this up to see if anyone knows the relevant IR code for the T2?
I'd read somewhere that 20073 could work, but I can't even find that as an option under any of the obvious manufacturer groupings.
Any help appreciated!!
Thanks,
Steve
|
|
|
09-17-2010, 08:08 AM
|
#3
|
|
Registered User
Join Date: May 2005
Posts: 194
|
The Humax HD Fox T2 uses the same IR codes as some of the Humax Satellite models and indeed the 20073 is the TiVo code to use. Unfortunately it is included as one of the Freesat Satellite codes so isn't normally available in the Freeview list.
If you are comfortable about hacking your TiVo I used the attach Humax.tcl to copy the Humax Freesat codes to Freeview. I was then able to select 20073 as one of the Freeview codes and so control my Humax HD Fox T2.
It would be much easier of course if TiVo just added 20073 to Freeview in the first place (hint, hint).
I should warn you the tcl file is a case of monkey-see monkey-do based on another tcl I found but didn't really understand. It does seem to work OK for me but use it at your own risk.
#!/tvbin/tivosh
source /tvlib/tcl/tv/mfslib.tcl
set db [dbopen]
RetryTransaction {
try {
# Open Humax (satellite) and Humax (cable) set top box objects
set Freesat [db $db open /Component/Type/2/HUMAX]
set Freeview [db $db open /Component/Type/3/HUMAX]
# Add satellite codes to cable
foreach code [dbobj $Freesat get Code] {
dbobj $Freeview add Code $code
}
puts "Added Humax Sat codes to Freeview."
} catch errCode {
puts "No Humax Sat codes found."
}
}
dbclose $db
|
|
|
09-17-2010, 08:22 AM
|
#4
|
|
Registered User
Join Date: Oct 2008
Posts: 6
|
Much appreciated; I'll give that a try tonight.
Thanks,
Steve
|
|
|
09-17-2010, 04:43 PM
|
#5
|
|
Registered User
Join Date: Oct 2008
Posts: 6
|
Fantastic; just to confirm, that worked as described.
And all was well.
Steve
|
|
|
09-19-2010, 06:01 AM
|
#6
|
|
Registered User
Join Date: Aug 2002
Posts: 6
|
Many thanks, worked perfectly once I had discovered that we could use TiVo's network connection to ftp the tcl file onto TiVo and that telnet gave me a bash command shell to run it.
|
|
|
10-03-2010, 09:15 AM
|
#7
|
|
Registered User
Join Date: Sep 2004
Location: Cheshire, England.
Posts: 32
|
I'm having the same problem having just bought a Foxsat HD box to feed into my S1 Tivo. I've found loads of things saying I should use code 20073 but can't find that on any of the entries (OK I haven't been through every single manufacturer yet but I've looked at the obvious ones). I'm afraid tcl files don't mean much to me... Can anyone tell me what to try next? Thanks!
|
|
|
10-03-2010, 06:10 PM
|
#8
|
|
Registered User
Join Date: May 2005
Posts: 194
|
As I said above the 20073 code was added for Freesat so won't normally appear if you have setup the TiVo for Freeview.
The tcl file above is a program that will make the 20073 code available for Freeview too but it does mean you need to be able to install and run this software on the TiVo.
If the idea of doing this is a bit daunting I'd suggest phoning TiVo customer service and trying to persuade them to add the 20073 code to Freeview. TiVo have added new codes in the past but this time they already have the code so this should be very easy for them to do.
|
|
|
10-06-2010, 12:59 PM
|
#9
|
|
Registered User
Join Date: Sep 2004
Location: Cheshire, England.
Posts: 32
|
Thanks. I've now managed to resolve the problem. Looks like I did things in the wrong order - having reset the Tivo to specify digital cable plus digital satellite (I think?) as the source, the list of available codes under the various manufacturers boxes is different and 20073 is now there - and it works!
So just in case anyone else has a similar problem I thought I'd document that...
|
|
|
10-09-2010, 01:49 AM
|
#10
|
|
Very Nice Moderator
Join Date: Feb 2001
Location: Oxfordshire, UK
Posts: 5,036
|
The 20073 code should now be seen on Freeview list as well as Freesat - please can somebody with Freeview in place confirm?
__________________
OzSat - TiVo UK - Moderator
|
|
|
10-10-2010, 06:15 PM
|
#11
|
|
Registered User
Join Date: May 2005
Posts: 194
|
My main TiVo is a dual Sky/Sony Freeview and the Humax 20073 code now appears under both Sat and Freeview. I'm afraid I cannot confirm Freeview only since I ran my tcl script on that TiVo.
|
|
|
10-11-2010, 03:31 AM
|
#12
|
|
Very Nice Moderator
Join Date: Feb 2001
Location: Oxfordshire, UK
Posts: 5,036
|
Thank you
__________________
OzSat - TiVo UK - Moderator
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|