![]() |
![]() |
|
|
Compare Products, Prices & Stores For: COMPUTERS, COMPONENTS, COMPUTER ACCESSORIES, COMPUTER MEMORY, HARDWARE, INPUT DEVICES, NETWORKING, PDAs & MOBILE ELECTRONICS, SOFTWARE, STORAGE & MEDIA, DIGITAL CAMERAS, HOME AUDIO, TV& VIDEO |
|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
6.x/HR10-250 Collected info, tips, etc. NO SUPPORT QUESTIONS PLEASE!
Please do not post support questions in this thread! There is already an active 6.3 thread; additionally, questions can be posted in the Series 2 Support forum or Newbie forum, as appropriate. Let's try to keep the clutter down in this one. This initial post (along with the next couple, if needed) will be updated as new things are discovered/learned/verified. Please let me know (either in thread or via PM or however you like) if information is erroneous or incomplete. In brief: 6.3 brings the folders and speed improvements that 6.2 brought the non-HD S2 DirecTivos. HMO and HME are both present and may be enabled with tivoapp patches; MRV and TTG are not present. 6.3 appears to be more similar to the 7.x code for the SA S2 units than 6.2. 6.3c also appears to contain a fix for the change in Daylight Savings Time (DST). Note that the main time/guide info is all based on UTC, so if you don't upgrade, in theory season passes and scheduled recordings should work fine. However, the displayed time may be incorrect, and manual recordings may also be incorrect. 6.3 will work with either a killhdinitrd'd 3.1.5 kernel or a killhdinitrd'd 7.2.2-oth-K1 kernel, but note that, like 7.x, 6.3 does not include af_packet.o. This means that if you want to use DHCP, you need to either use the 7.2.2-oth-K1 kernel or insmod a copy of af_packet.o early in the boot process. A third alternative would be to boot with the 3.1.5 kernel and monte into a 6.3 kernel with the initrd neutered via replace_initrd or some other mechanism. In most respects hacking the box is similar to most S2 units: install your killhdinitrd'd kernel, enable networking, and hack as desired. It appears that if you use the 3.1.5 kernel AND you attempt to use ifconfig to set the ip address in rc.sysinit.author that networking will not work. Fixes include running ifconfig much earlier in the boot process (see AlphaWolf's posts and framework), using netconfig.tcl via serial bash, or putting netconfig.tcl (with appropriate parameters) in rc.sysinit.author temporarily and rebooting twice (once to have the information loaded into MFS and a second time so you can get in via telnet). Caveats:
If you don't know how to use these, or don't know the difference between a vma and a file offset, don't ask in this thread! Nocso (courtesy of 7.1 -- for all 6.3 versions) Code:
file offset vma orig new ---------------------------------------------------------- 0x0018736c 0x0058736c 0x0c16a600 0x3c020000 Code:
file offset vma orig new ---------------------------------------------------------- 0x00666f68 0x00a66f68 0x1440002b 0x1040002b Code:
file offset vma orig new ---------------------------------------------------------- 0x00666f84 0x00a66f84 0x1440002b 0x1040002b Code:
file offset vma orig new ---------------------------------------------------------- 0x002acca4 0x006acca4 0x00008021 0x24100001 Code:
file offset vma orig new ---------------------------------------------------------- 0x000dc90c 0x004dc90c 0x00408821 0x34110000 0x0011113c 0x0051113c 0x00408021 0x24100001 0x00575A00 0x00975A00 0x14400014 0x10000014 Code:
set sys(6.3)[list 0x0d699e 0x0d67b6 0x71 0x19e97a 21983972 A9846DD76AEF86CEA6B3E69CE3758227598991A0]
__________________
-- Christopher D. Heer Quote:
Last edited by cheer; 02-14-2007 at 02:02 PM. Reason: Updated for 6.3c, cleaned up formatting, added file offsets, other misc. changes |
|
#2
|
||||
|
||||
|
Placeholder
Placeholder
__________________
-- Christopher D. Heer Quote:
|
|
#3
|
||||
|
||||
|
Placeholder 2
Placeholder #2
__________________
-- Christopher D. Heer Quote:
|
|
#4
|
|||
|
|||
|
Quote:
Doing monte into the 6.3 kernel, DHCP works out of the box. No need to insert af_packet. Vegas |
|
#5
|
||||
|
||||
|
Quote:
__________________
-- Christopher D. Heer Quote:
|
|
#6
|
|||
|
|||
|
Direct link for AlphaWolf's 6.3 init framework
http://www.dealdatabase.com/forum/sh...927#post263927 |
|
#7
|
|||
|
|||
|
Cheer:
Should Jamie's 'ty2fsid' proc. modification for mfs_ftp be in the caveat section? |
|
#8
|
||||
|
||||
|
A comment I should add regarding that init framework I posted: if you want the tivo to be able to communicate with the network outside of your router (e.g. internet access,) you'll want to add a line similar to this somewhere (probably rc.runfirst)
Code:
#Set default gateway IP address based on MFS value route add default gw `mfs_dumpobj -r /State/Network | grep -i gatewayaddress | cut -d= -f2`
__________________
Before PMing me: I’m not your personal tech support. If you have a question, ask in public so I don't have to repeat if somebody else asks. If you want images or slices, use emule. I will ignore all support PMs. Sponsor a vegetarian! I have taken the pledge, how about you? |
|
#9
|
|||
|
|||
|
Just a minor detail
Code:
Nosco (courtesy of 7.1) |
|
#10
|
||||
|
||||
|
Right you are. Fixed.
__________________
-- Christopher D. Heer Quote:
|
|
#11
|
||||
|
||||
|
Yeah -- although it's not 6.3-specific, it seems to be more of an issue on 6.3. Added.
__________________
-- Christopher D. Heer Quote:
|
|
#12
|
|||
|
|||
|
How about a note that it appears that extracted OTA files can not currently be multiplexed into mpg by TyTool or hdmemux/mplex.
|
|
#13
|
|||
|
|||
|
Has it been verified that this is only with OTA? I've had problems with TyTool on every satellite HD tystream I've attempted since the 6.3 upgrade as well. But hdemux/mplex have worked fine for these satellite HD files.
Last edited by whitepelican; 09-21-2006 at 11:52 PM. |
|
#14
|
|||
|
|||
|
Maybe it is HD then. I guess I've only tried Satellite SD and OTA HD.
|
|
#15
|
||||
|
||||
|
First post of the thread updated with a number of things, including updated patches (where required) for 6.3a.
__________________
-- Christopher D. Heer Quote:
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|