scrambling & speed issues
simply cloning the sernum doesn't work so I'll be physically desoldering the !@#$@#$ surface mount crypto chip. gotta replace the tuners / volt reg & who knows what else on those boards anyway. should be fun in the root canal sense of the word
Quote:
Originally posted by needo
How exactly does this work? I have a scrambled stream on my TiVo 4.0. and tried to download the .ty (Same error as before.) I then downloaded the .tmf without any problems, but it still choked on the tmf2ty conversion. And I ended up with an invalid .ty.
What am I missing?
scrambled recs can't be converted to mpeg on the pc (yet). they can be backed up, restored and played back on the EXACT same tivo, or they can be decrypted into regular ty in the tivo, then extracted & converted to mpg. mfs_stream can't read scrambles so to archive w/o decrypting you have to use mfs_tarstream to extract as tmf
speed issues - the biggie
here I thought it was something complex & it was just the !@#$% ideturbo module, figures. thanks mbm!
to check your tivo boot parms issue this command from bash
bootpage -q /dev/hda
you should get roughly this
IP address: 192.168.0.2
Primary boot partition: 3
Alternate boot partition: 6
Hostname: unnamed
Net boot kernel name: linux.px
Boot parameters: root=/dev/hda4 runideturbo=false
MAC address: bd:ca:43:47:75:90
RF channel: 0
Standby: 109
1
if the "Boot paramters:" line DOES NOT include "runideturbo=false" then you need to add it
note whatever your root parms are. "root=/dev/hda4" or "root=/dev/hda7" and update them like this
bootpage -P "your_current_root_parms runideturbo=false" /dev/hda
reboot, try an insert. should be MUCH faster :cool:
Re: some performance notes from an xplusz'd 2.5.2 dtivo running 1.2.8d
Quote:
Originally posted by rc3105
check your hdparms with hdparm -i /dev/hda and pay attention to MaxMultiSect. if you have dual drives you also need to do this for /dev/hdb--
Riley
I have a quantum and my maxmultisect=16, should I go with 8 or 16?
Do I have to reboot?
Thanks
Keep up the good work, thanks for working on this!
Quote:
/dev/hda:
Model=QUANTUM FIREBALLlct15 30, FwRev=A01.0F00, SerialNo=314015418411
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
RawCHS=16383/16/63, TrkSize=32256, SectSize=21298, ECCbytes=4
BuffType=3(DualPortCache), BuffSize=418kB, MaxMultSect=16, MultSect=off
DblWordIO=no, maxPIO=2(fast), DMA=yes, maxDMA=2(fast)
CurCHS=16383/16/63, CurSects=-66060037, LBA=yes, LBAsects=58633344
tDMA={min:120,rec:120}, DMA modes: mword0 mword1 *mword2
IORDY=on/off, tPIO={min:120,w/IORDY:120}, PIO modes: mode3 mode4
bash-2.02# hdparm -m8 /dev/hda
/dev/hda:
setting multcount to 8
multcount = 8 (on)
bash-2.02# hdparm -i /dev/hda
/dev/hda:
Model=QUANTUM FIREBALLlct15 30, FwRev=A01.0F00, SerialNo=314015418411
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
RawCHS=16383/16/63, TrkSize=32256, SectSize=21298, ECCbytes=4
BuffType=3(DualPortCache), BuffSize=418kB, MaxMultSect=16, MultSect=8
DblWordIO=no, maxPIO=2(fast), DMA=yes, maxDMA=2(fast)
CurCHS=16383/16/63, CurSects=-66060037, LBA=yes, LBAsects=58633344
tDMA={min:120,rec:120}, DMA modes: mword0 mword1 *mword2
IORDY=on/off, tPIO={min:120,w/IORDY:120}, PIO modes: mode3 mode4