-
Thanks for the reply. That helped a lot. I did not realize that all this IR code work should be done when the tivo is NOT in manitenance mode.
Once I understood this it makes more sense.
I completed following the instructions and it worked for a day or so but now does not. I've looked at the "debugging" instructions and am confused by instructions provided in Step 10.
The first 3 steps are fine but I don't understand set 4. When they refer to my "source" what are they talking about?
My Okano.tcl source in /hack/etc/ircodes? Some key in the MFS? I don't see how it can be my Okano.tcl. It does not have any entries that look remotely suitable. If its in the mfs I don't know where to look.
The MFS using TivoWeb at "Component/Ir/TivoFormat/ZZZZZZ" does not have anything that looks suitable either.
Any help here would be greatly appreciated.
I find it really strange that the codes would sucessfully change channels in the irSliceCreator but do not when loaded in with dbsetx command.
4. Make sure you have the right values in your source, for an STB ( AV input ), I have
ProviderName = {OzTiVo A/V In}
SignalType = 5
VariableBitrate = 0
TunerDigitDelay = 150
UnattendedTunerDigitDelay = 800
DBSRemoteMethod = 2
RecieverNumDigits = 2
Connector = 3
Channel = ...... removed for clarity
CableBoxCodeNum = 30026
The important ones are SignalType, TunerDigitDelay, UnattendedTunerDigitDelay, RecieverNumDigits, CableBoxCodeNum, these are detailed elsewhere.
thanks again!
Bryan.
-
The most obvious issue seems to be that you have CableBoxCodeNum = 30026 in your source and it should be 29992.
If your source is 2274/393 (which you have not shown), then dbsetx 2274/393 CableBoxCodeNum 29992 should have set the correct box number.
Have you run the dbsetx command since exiting maintenance mode? If you run though guided setup it will change the number as 29992 is not a standard code.
Peter.