LinHES Forums http://forum.linhes.org/ |
|
Upgrade question - MCE500 DVB (twin tuners) and bandwidth... http://forum.linhes.org/viewtopic.php?f=6&t=11209 |
Page 1 of 1 |
Author: | declanh [ Sat Aug 19, 2006 1:50 pm ] |
Post subject: | Upgrade question - MCE500 DVB (twin tuners) and bandwidth... |
I've been sitting on my hands for a year or so on r5a16 waiting to upgrade but putting it off due to the amount of tweaks i had to do and the worry that the upgrade would not work. Our household has become fairly dependent on mythtv so I'd be prepared to spent money to minimize the risk... Question 1: One thought I had was : 1) Clone the entire existing (120Gb) HD drive onto a new (larger 250Gb) drive 2) remove the existing drive and keep as a backup 3) attempt an upgrade on the new drive - if it does not work I can always switch back to the old drive or try a fresh install on the new drive. Does this sound feasible - what software would you recommend to do step 1 ? Question 2: I'd also considered replacing one of my two wintv nova -T cards with a dual tuner MCE500 card - does this card work ok with the latest version ok knoppmyth ? Question 3: Is running 3 DVB tuners gonna get close to the bandwith of the IDE drive esp if im recording 3 channels and watching something already recorded My setup is an athlon 1.4gz (vanilla not XP) and 512mb ram |
Author: | tjc [ Sat Aug 19, 2006 3:14 pm ] |
Post subject: | |
I'm going to answer these out of order. - First compute the per recording bandwidth in bytes/second by taking the size of a file and dividing it by the number of minutes * 60. Here is an example (a 122 minute recording of "Finding Nemo".) Code: root@black2:/usr/local/bin# ls -l /myth/tv/1024_20060812125900.mpg -rw-r--r-- 1 mythtv mythtv 6164161700 Aug 12 15:01 /myth/tv/1024_20060812125900.mpg root@black2:/usr/local/bin# python Python 2.3.5 (#2, Mar 26 2005, 17:32:32) [GCC 3.3.5 (Debian 1:3.3.5-12)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> 6164161700 / (122 * 60.) 842098.59289617487 - Next measure the HD performance using hdparm Code: root@black2:/usr/local/bin# hdparm -Tt /dev/hda
/dev/hda: Timing cached reads: 3064 MB in 2.00 seconds = 1531.84 MB/sec Timing buffered disk reads: 196 MB in 3.02 seconds = 64.95 MB/sec Even if you half that ~65Mb/s rate and figure 32Mb/s, you should still see about a 20x ratio. In other words, plenty of spare bandwidth ![]() As for how to upgrade... You've already got all the tools you need. Check out the R5C7 upgrade hints thread here: http://mysettopbox.tv/phpBB2/viewtopic.php?t=10116 and the posting about the new backup and restore here: http://mysettopbox.tv/phpBB2/viewtopic.php?t=10117. They include detailed discussions of how to do exactly what you're asking. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |