<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-AU">
  <id>https://david.gardiner.net.au/tags/Media%20Center.xml</id>
  <title type="html">David Gardiner - Media Center</title>
  <updated>2026-04-15T00:26:29.318Z</updated>
  <subtitle>Blog posts tagged with &apos;Media Center&apos; - A blog of software development, .NET and other interesting things</subtitle>
  <rights>Copyright 2026 David Gardiner</rights>
  <icon>https://www.gravatar.com/avatar/37edf2567185071646d62ba28b868fab?s=64</icon>
  <logo>https://www.gravatar.com/avatar/37edf2567185071646d62ba28b868fab?s=256</logo>
  <generator uri="https://github.com/flcdrg/astrojs-atom" version="3">astrojs-atom</generator>
  <author>
    <name>David Gardiner</name>
  </author>
  <link href="https://david.gardiner.net.au/tags/Media%20Center.xml" rel="self" type="application/atom+xml"/>
  <link href="https://david.gardiner.net.au/tags/Media%20Center" rel="alternate" type="text/html" hreflang="en-AU"/>
  <category term="Media Center"/>
  <category term="Software Development"/>
  <entry>
    <id>https://david.gardiner.net.au/2013/01/windows-8-media-center-there-and-back</id>
    <updated>2013-01-31T21:32:00.001+10:30</updated>
    <title>Windows 8 Media Center (there and back again)</title>
    <link href="https://david.gardiner.net.au/2013/01/windows-8-media-center-there-and-back" rel="alternate" type="text/html" title="Windows 8 Media Center (there and back again)"/>
    <category term="Media Center"/>
    <category term="Hardware"/>
    <published>2013-01-31T21:32:00.001+10:30</published>
    <summary type="html">Our Media Center PC has been running reasonably well since I built it way back in July 2008. Wow – almost 5 years old – actually that probably explains the state of the remote control (currently being held together with duct tape!) Anyway after successfully upgrading my laptop and reprovisioned desktop (formerly the Hyper-V/Homeserver) to Windows 8 I decided I&apos;d update the Media Center as well.</summary>
    <content type="html">
&lt;p&gt;Our Media Center PC has been running reasonably well since I built it &lt;a href=&quot;/2008/07/building-my-home-theatre-pc&quot;&gt;way back in July 2008&lt;/a&gt;. Wow – almost 5 years old – actually that probably explains the state of the remote control (currently being held together with duct tape!)&lt;/p&gt;
&lt;p&gt;Anyway after successfully upgrading &lt;a href=&quot;/2010/04/my-new-laptop-dell-studio-xps-1645&quot;&gt;my laptop&lt;/a&gt; and reprovisioned desktop (formerly the &lt;a href=&quot;/2010/02/assembling-hyper-v-server&quot;&gt;Hyper-V/Homeserver&lt;/a&gt;) to Windows 8 I decided I&apos;d update the Media Center as well.&lt;/p&gt;
&lt;p&gt;Upgrading was relatively painless in itself. I took a backup of the Windows 7 install (just in case) and then did a fresh install of Windows 8 x64 and then activated my free Media Centre license. I&apos;d previously been running 32 bit Windows 7, but didn&apos;t anticipate any problems.&lt;/p&gt;
&lt;p&gt;One interesting side-effect of using the &apos;English (British)&apos; install of Windows 8 was that some of the terminology in Media Centre was slightly different. What was called &quot;original air date&quot; was now &quot;original date broadcast&quot;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2013/01/win%208%20mce%20recorded%20tv%5b3%5d.jpg&quot; alt=&quot;win 8 mce recorded tv&quot; /&gt;&lt;/p&gt;
&lt;p&gt;And predictably, &quot;Program Details&quot; became &quot;Programme Details&quot; (though because that was now wider than the pop-up menu, the text would scroll side-to-side so you could read all of it!)&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2013/01/win%208%20mce%20guide%20settings%5b3%5d.jpg&quot; alt=&quot;win 8 mce guide settings&quot; /&gt;&lt;/p&gt;
&lt;p&gt;So that was all well and good, but there were a few things that didn&apos;t work so well.&lt;/p&gt;
&lt;p&gt;Presumably because of the new Windows 8 start screen, there is no longer a setting to make Media Center start at Windows Startup (kind of handy for a dedicated Media Center PC). The workaround for that was to create a batch file that is run via a scheduled task triggered at login (a bit of a hack).&lt;/p&gt;
&lt;p&gt;The other problem that became quickly apparent was that despite Windows 8 generally having a better reputation for performance than Windows 7, in this instance it seemed that there were some specific problems. Audio for live TV was consistently getting out of sync with the video. I suspected that the hardware may be struggling to keep up with pushing the data around. Only 2GB of ram and using the original on-board video adapter might be an issue.&lt;/p&gt;
&lt;p&gt;I thought I&apos;d try replacing one thing at a time, so swapped in a newer video card (borrowed from the desktop box). This seemed to solve the audio sync problem, so I went and purchased a separate card – an nVidia GeForce 630 card. Installing this was straight-forward, but then revealed a new problem. For some reason the video output from the nVidia card was too wide for our TV. Despite using HDMI and setting the screen to 1920x1080 (the same resolution as the onboard ATI video card was using), I couldn&apos;t get it to shrink. Unfortunately our TV didn&apos;t have any controls to change the size of the picture either.&lt;/p&gt;
&lt;p&gt;The next problem became evident later on. Almost every day the first time the Media Center PC was turned on I was greeted with a &quot;This computer has unexpectedly restarted&quot; message. Searching the event log revealed a consistent errors such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The computer has rebooted from a bugcheck. The bugcheck was: 0x0000009f (0x0000000000000003, 0xfffffa8001cc2880, 0xfffff80007108b30, 0xfffffa8007050360). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 012813-315480-01.&lt;/li&gt;
&lt;li&gt;Windows failed to resume from hibernate with error status 0xC0000001&lt;/li&gt;
&lt;li&gt;The system firmware has changed the processor&apos;s memory type range registers (MTRRs) across a sleep state transition (S4). This can result in reduced resume performance.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Initially the errors related to &apos;Sleep&apos; so I switched over to using Hibernate but as you can see that didn&apos;t improve things.&lt;/p&gt;
&lt;p&gt;After enduring two weeks of this I decided enough was enough. After doing another backup (so that I could give Windows 8 another try when some of these issues might have been resolved), I dropped in the Windows 7 Recovery CD and restored back to Windows 7 (taking out the nVidia card at the same time).&lt;/p&gt;
&lt;p&gt;So while Windows 8 has been great for the other computers in the house, I think we&apos;ll stick with Windows 7 Media Center for now.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2011/04/renaming-date-named-folders-using</id>
    <updated>2011-04-09T16:53:00.001+09:30</updated>
    <title>Renaming date-named folders using PowerShell</title>
    <link href="https://david.gardiner.net.au/2011/04/renaming-date-named-folders-using" rel="alternate" type="text/html" title="Renaming date-named folders using PowerShell"/>
    <category term="Windows Home Server"/>
    <category term="Media Center"/>
    <category term="PowerShell"/>
    <published>2011-04-09T16:53:00.001+09:30</published>
    <summary type="html">Since I&apos;ve been using the Windows 7 Import Pictures and Videos wizard to upload photos from our digital camera, we&apos;ve used the directory naming scheme of YYYY-MM-DD. Prior to this, I&apos;d written my own custom photo importer in C++ as I didn&apos;t like the naming schemes that Windows XP offered. Unfortunately I&apos;d chosen YYYYMMDD instead.</summary>
    <content type="html">&lt;p&gt;Since I&apos;ve been using the Windows 7 &lt;a href=&quot;/2010/02/changing-location-of-pictures-and&quot;&gt;Import Pictures and Videos&lt;/a&gt; wizard to upload photos from our digital camera, we&apos;ve used the directory naming scheme of YYYY-MM-DD. Prior to this, I&apos;d written my own custom photo importer in C++ as I didn&apos;t like the naming schemes that Windows XP offered. Unfortunately I&apos;d chosen YYYYMMDD instead.&lt;/p&gt;
&lt;p&gt;I&apos;m now consolidating all our digital photos onto our Windows Home Server. This makes them easier to browse on the big screen using Windows Media Center, and has the added benefit that they also get backed up to the cloud via a subscription to &lt;a href=&quot;http://www.crashplan.com&quot;&gt;CrashPlan&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I discovered the downside to having the different naming schemes when you go to view the photos in Media Center – it displays the folders out of order because they don&apos;t all follow the same format.&lt;/p&gt;
&lt;p&gt;PowerShell to the rescue:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd \\\\homeserver\\photos
dir | Where-Object {$\_.Name -match &quot;^\\d{8}$&quot; } | Rename-Item -NewName { $\_.Name -replace &quot;^(\\d{4})(\\d{2})(\\d{2})(.\*)&quot;, &quot;\`$1-\`$2-\`$3\`$4&quot; }
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This finds directories matching the old naming scheme and renames them to conform to the new one.&lt;/p&gt;
&lt;p&gt;My C++ importer imported all photos into a single folder, so to avoid overwriting the same folder if you imported twice on the same day, I would add a .0 (or .1 etc) to the end of the folder to ensure it was unique. There weren&apos;t too many of these though, so I dealt with them manually.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2011/01/trial-by-media-center</id>
    <updated>2011-01-10T17:54:00.001+10:30</updated>
    <title>Trial by Media Center</title>
    <link href="https://david.gardiner.net.au/2011/01/trial-by-media-center" rel="alternate" type="text/html" title="Trial by Media Center"/>
    <category term="Media Center"/>
    <category term="Hardware"/>
    <published>2011-01-10T17:54:00.001+10:30</published>
    <summary type="html">My Media Center has been misbehaving a bit lately, much to my (and the family&apos;s) annoyance. First off, it the receiver started showing &quot;tuner not available&quot; errors. Restarting the machine would resolve the problem, but only temporarily. Installing the newer Hauppauge driver 7.9.1.28162 seems to have mostly fixed that (from the Hauppauge UK website). Along the way to resolving this, I also tried swapping the card into the other PCI Express slot, just in case that helped. …</summary>
    <content type="html">&lt;p&gt;My Media Center has been misbehaving a bit lately, much to my (and the family&apos;s) annoyance.&lt;/p&gt;
&lt;p&gt;First off, it the receiver started showing &quot;tuner not available&quot; errors. Restarting the machine would resolve the problem, but only temporarily. Installing the newer Hauppauge driver 7.9.1.28162 seems to have mostly fixed that (from the &lt;a href=&quot;https://www.hauppauge.co.uk/site/support/support_all.html?prod=16?prod=16&quot;&gt;Hauppauge UK website&lt;/a&gt;). Along the way to resolving this, I also tried swapping the card into the other PCI Express slot, just in case that helped.&lt;/p&gt;
&lt;p&gt;Then the Microsoft Remote stopped working. The display on the front of the Antec case said something like &quot;bad command&quot; for any button I pressed. Opening up the iMON software, I enabled sounds for invalid commands, and sure enough every button press resulted in the warning sound. Bizarre! The batteries in the controller were still fresh, so the only thing I could think of was to find the original IR receiver that came with the controller and plug that in. I&apos;d never used it as the Antec case came with a receiver built in. In any case (ha ha), that seemed to resolve that one.&lt;/p&gt;
&lt;p&gt;Then a few hours later, the sound spontaneously muted. Attempts to increase the volume worked briefly, then the volume would automatically wind back down to zero/mute. Alternatively, it rolled right up to 50 (100%). Rebooting and that one went away – not sure what&apos;s going on there.&lt;/p&gt;
&lt;p&gt;So I&apos;m keeping a close eye on things. Maybe the MCE is feeling jealous that the XBox 360 is getting some of it&apos;s screen time 😀&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2010/12/extra-copper</id>
    <updated>2010-12-12T07:58:00.001+10:30</updated>
    <title>Extra copper</title>
    <link href="https://david.gardiner.net.au/2010/12/extra-copper" rel="alternate" type="text/html" title="Extra copper"/>
    <category term="Media Center"/>
    <category term="Hardware"/>
    <category term="XBox"/>
    <published>2010-12-12T07:58:00.001+10:30</published>
    <summary type="html">I had one regret when we did our house extension a few years ago. I&apos;d neglected to install network points next to the TV antenna outlet that I&apos;d put in our family room (what was I thinking!). This meant that the Media Centre has been operating on wireless for the last few months since we relocated it from another room. Not ideal, even though it&apos;s very close to the access point, and I also suspect the wireless drivers are responsible for the Media Centre machine constantly waking up from sleep-mode even though nothing was scheduled to record. …</summary>
    <content type="html">&lt;p&gt;&lt;img src=&quot;../../assets/2010/12/p1210606%5B3%5D.jpg&quot; alt=&quot;Wallplate with two network jacks and F-type connector&quot; /&gt;I had one regret when we did our house extension a few years ago. I&apos;d neglected to install network points next to the TV antenna outlet that I&apos;d put in our family room (what was I thinking!). This meant that the Media Centre has been operating on wireless for the last few months since we relocated it from another room. Not ideal, even though it&apos;s very close to the access point, and I also suspect the wireless drivers are responsible for the Media Centre machine constantly waking up from sleep-mode even though nothing was scheduled to record.&lt;/p&gt;
&lt;p&gt;Replacing a skirting board provided an opportunity to hide some cables and remedy the situation. I was initially just going to put one cable in, but then figured that if I&apos;m going to put in one, I might as well put in two. Plus, there&apos;s that special family Christmas present that might appreciate a network connection pretty soon (It rhymes with &quot;Textbox Elect&quot;, and we&apos;re exercising great restraint in not opening the box until December 25th! We ended up getting the 250GB bundle from Harvey Norman – though don&apos;t let them try and sell you a more expensive bundle with a ripoff $50 HDMI cable)&lt;/p&gt;
&lt;p&gt;I&apos;d pulled the cables up into the ceiling in the family room a few weeks ago (along with replacing the skirting board), but only yesterday got time to finish the job and run them into our storeroom (where the modem and switches are).&lt;/p&gt;
&lt;p&gt;I managed to pull one of the existing cables back up into the ceiling, tie the new cables onto it, then pull them all back down through the wall cavity into the storeroom (if that hadn&apos;t worked, I&apos;d have had to resort to drilling a hole in the ceiling cornice and running some conduit down the wall).&lt;/p&gt;
&lt;p&gt;I&apos;d bought a new wallplate and fittings from Jaycar, so I &lt;a href=&quot;https://web.archive.org/web/20101127165442/http://ozcableguy.com/cabling.asp&quot;&gt;connected those up&lt;/a&gt; and hooked in the existing F-type connector. I did discover that the wallplate was probably intended to be mounted vertically (as the network points would only mount sideways), but I can live with that. It&apos;s all hidden behind a sidetable/cabinet anyway.&lt;/p&gt;
&lt;p&gt;I then plugged the cables into my 1GBit switch and tested them out in the Media Center. Even though the cable and fittings are only CAT 5e, so far I&apos;ve managed to the existing cables to run at 1Gbit. Not this time, both were only connecting at 100Mb 😢. I didn&apos;t have a lot of spare cable to play with at the wallplate end, but I wondered if I had untwisted the copper pairs too much when I&apos;d hooked them up to the wallplate jacks. I re-did one, taking extra care to keep the pairs twisted until right up to where the wires got punched in. Bingo, 1Gbit! I tried the same with the second, but unfortunately it was still at 100Mbit. Oh well – one out of two isn&apos;t too bad.&lt;/p&gt;
&lt;p&gt;Now just to wait patiently for two more weeks until we can play with our XBox 360 and the Kinect controller. Should be a great way to work off Christmas lunch!&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2010/10/writing-media-center-application-in</id>
    <updated>2010-10-17T16:10:00.001+10:30</updated>
    <title>Writing a Media Center Application in Visual Studio 2010</title>
    <link href="https://david.gardiner.net.au/2010/10/writing-media-center-application-in" rel="alternate" type="text/html" title="Writing a Media Center Application in Visual Studio 2010"/>
    <category term=".NET"/>
    <category term="Media Center"/>
    <published>2010-10-17T16:10:00.001+10:30</published>
    <summary type="html">My ISP (Internode) provides a number of unmetered streaming radio stations for its customers. A while back I&apos;d followed some instructions on how to set up shortcuts in Media Center to link to some of these stations. This worked pretty well, until the ISP reorganised their server and all of the shortcuts broke. I thought it would be an interesting exercise to write a simple Media Center application that could grab the current radio list from the published radio stream RSS feed, list those stations in Media Center and allow selecting a station and getting Media Center to start playing it. …</summary>
    <content type="html">&lt;p&gt;&lt;img src=&quot;https://david.gardiner.net.au/_astro/application.CqC0_vhO_2dwpdJ.webp&quot; alt=&quot;Rocky River, Kangaroo Island&quot; /&gt;My ISP (&lt;a href=&quot;http://www.internode.on.net&quot;&gt;Internode&lt;/a&gt;) provides a number of &lt;a href=&quot;https://web.archive.org/web/20130219043751/http://www.internode.on.net:80/residential/entertainment/broadband_radio/&quot;&gt;unmetered streaming radio stations&lt;/a&gt; for its customers. A while back I&apos;d &lt;a href=&quot;https://web.archive.org/web/20180319020908/http://www.xpmediacentre.com.au/community/windows-media-center-plugins-addons/42139-internode-radio-mcls.html&quot;&gt;followed some instructions&lt;/a&gt; on how to set up shortcuts in Media Center to link to some of these stations. This worked pretty well, until the ISP reorganised their server and all of the shortcuts broke. I thought it would be an interesting exercise to write a simple Media Center application that could grab the current radio list from the &lt;a href=&quot;https://web.archive.org/web/20170409005249/http://feeds.internode.on.net/radio.rss&quot;&gt;published radio stream RSS feed&lt;/a&gt;, list those stations in Media Center and allow selecting a station and getting Media Center to start playing it.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download and install the Windows 7 &lt;a href=&quot;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=542fc60e-f3c4-43a0-8dad-b8f14a485a74&amp;amp;displaylang=en&quot;&gt;Media Center SDK&lt;/a&gt;. This install some samples, the SDK help file and some templates (but only for Visual Studio 2008).&lt;/li&gt;
&lt;li&gt;Go to &lt;a href=&quot;https://web.archive.org/web/20120814024831/http://blog.retrosight.com:80/VeronicasRadioTimeDateAndWindowsMediaCenterSDKForWindows7Addendum.aspx&quot;&gt;Charlie Owen&apos;s blog&lt;/a&gt; and download his Addendum.zip. Amongst other things, this contains both project and item templates suitable for Visual Studio 2010. Follow the instructions to copy the templates into your Visual Studio templates folder.&lt;/li&gt;
&lt;li&gt;Download and install the &lt;a href=&quot;https://github.com/wixtoolset/wix/releases/&quot;&gt;latest WiX 3.5 build&lt;/a&gt; (WiX 3.5 includes support for 2010)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now you can start Visual Studio and you&apos;ll see a new project template in the C# language section. There&apos;s a few more things I needed to update to get everything working properly:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Search for &quot;Microsoft SDKs\Windows\v6.0A&quot; and replace it with &quot;Microsoft SDKs\Windows\v7.0A&quot; (eg. devinstall.cmd)&lt;/li&gt;
&lt;li&gt;Search for &quot;Windows Installer XML v3\bin&quot; and replace it with &quot;Windows Installer XML v3.5\bin&quot; (eg. build.cmd)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Then it&apos;s just a matter of getting up to speed with the intricacies of Media Center application writing!&lt;/p&gt;
&lt;p&gt;The source code for the application (InternodeRadioMCE) is &lt;a href=&quot;https://code.google.com/archive/p/internoderadiomce&quot;&gt;published on Google Code&lt;/a&gt;. It is very rough at the moment. As I get more familiar with the Media Center programming model I hope to improve it a bit!&lt;/p&gt;
&lt;p&gt;And the photo? It&apos;s of Rocky River (courtesy of our &lt;a href=&quot;/2010/10/kangaroo-island-holiday&quot;&gt;recent holiday to Kangaroo Island&lt;/a&gt;) – and the closest thing I could think of to a stream (as in streaming radio!)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2010/07/interactive-tv-in-windows-media-center</id>
    <updated>2010-07-08T20:22:00.001+09:30</updated>
    <title>Interactive TV in Windows Media Center</title>
    <link href="https://david.gardiner.net.au/2010/07/interactive-tv-in-windows-media-center" rel="alternate" type="text/html" title="Interactive TV in Windows Media Center"/>
    <category term="Media Center"/>
    <published>2010-07-08T20:22:00.001+09:30</published>
    <summary type="html">I happened to be switching between channels the other night and went to enable subtitles for a particular program (a feature of MCE in Windows 7 that I&apos;ve grown to really appreciate). I was surprised to see an extra menu appearing - &quot;Interactive TV&quot;. Wow, I wonder what it does? Nothing apparently but it is intriguing. I&apos;m not sure if this is something new in MCE, or a new feature for the television transmission in my area.</summary>
    <content type="html">&lt;p&gt;I happened to be switching between channels the other night and went to enable subtitles for a particular program (a feature of MCE in Windows 7 that I&apos;ve grown to really appreciate).&lt;/p&gt;
&lt;p&gt;I was surprised to see an extra menu appearing - &quot;Interactive TV&quot;. Wow, I wonder what it does? Nothing apparently but it is intriguing. I&apos;m not sure if this is something new in MCE, or a new feature for the television transmission in my area.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://david.gardiner.net.au/_astro/2_interactive-tv.Rb5B-AiD_EItCw.webp&quot; alt=&quot;Photo of Windows Media Center showing &apos;Interactive TV&apos; menu&quot; /&gt;&lt;/p&gt;
&lt;p&gt;A &lt;a href=&quot;https://web.archive.org/web/20180319020909/http://www.xpmediacentre.com.au/community/windows-7-media-center-os/43553-new-interactive-tv-tab-appearing.html&quot;&gt;reply to my query&lt;/a&gt; on the Australian Media Centre forums suggests &lt;a href=&quot;https://web.archive.org/web/20180319020912/http://www.xpmediacentre.com.au/community/windows-7-media-center-os/42596-strange-overlays-have-appeared-mc.html&quot;&gt;this is a new feature that some channels are now transmitting&lt;/a&gt;.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2010/02/assembling-hyper-v-server</id>
    <updated>2010-02-20T12:36:00.001+10:30</updated>
    <title>Assembling the Hyper-V Server</title>
    <link href="https://david.gardiner.net.au/2010/02/assembling-hyper-v-server" rel="alternate" type="text/html" title="Assembling the Hyper-V Server"/>
    <category term="Media Center"/>
    <category term="Hardware"/>
    <category term="Hyper-V"/>
    <published>2010-02-20T12:36:00.001+10:30</published>
    <summary type="html">Once I figured out my preferred components I emailed MSY and put in an order with MATS. However it turns out that just because MSY have something on their parts list, doesn&apos;t mean they have it in stock. I ended up having to go to their Plympton and City stores, and got the PSU from MATS as MSY didn&apos;t have that at all.</summary>
    <content type="html">&lt;p&gt;&lt;img src=&quot;https://david.gardiner.net.au/_astro/p1050985.DKc_MRCi_4UvfD.webp&quot; alt=&quot;Motherboard and PSU in desktop case&quot; /&gt; Once I figured out my preferred components I emailed MSY and put in an order with MATS. However it turns out that just because MSY have something on their parts list, doesn&apos;t mean they have it in stock. I ended up having to go to their Plympton and City stores, and got the PSU from MATS as MSY didn&apos;t have that at all.&lt;/p&gt;
&lt;p&gt;The case I used was from an old desktop PC. It can accept an ATX board, but as the previous motherboard was a slightly smaller model I had to do some &quot;creative&quot; metal work to move the hard drive bays around so that they could still fit inside the case and not bump into the motherboard.&lt;/p&gt;
&lt;h2&gt;Things that changed&lt;/h2&gt;
&lt;p&gt;| --- | --- |
| RAM | 2 x G.Skill Ripjaws DDR3-1600 &lt;a href=&quot;https://www.gskill.com/products.php?index=222&quot;&gt;F3-12800CL9D-4GBRL&lt;/a&gt; |
| Drive (Data) | 2 x &lt;a href=&quot;http://www.seagate.com/ww/v/index.jsp?vgnextoid=511a8cf6a794b110VgnVCM100000f5ee0a0aRCRD#tTabContentSpecifications&quot;&gt;Seagate Barracuda 7200.11&lt;/a&gt; SATA 3Gb/s 1.5-TB Hard Drives |
| UPS | &lt;a href=&quot;https://web.archive.org/web/20111126014447/http://powerquality.eaton.com/Products-services/Backup-Power-UPS/Nova-AVR.aspx?cx=202&quot;&gt;Eaton Nova 625 AVR&lt;/a&gt; |&lt;/p&gt;
&lt;h2&gt;Noctua CPU Fan vs Ripjaw RAM&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;https://david.gardiner.net.au/_astro/p1050987.CV_7vfeT_Z1EVXoG.webp&quot; alt=&quot;RAM next to CPU and Fan&quot; /&gt; One reason I preferred the G.Skill Ripjaws RAM was that the heat spreaders were less intrusive than those on the &quot;Trident&quot; model. Having said that, once I went to clip the fans onto the Noctua, the wire clips on the RAM-side were in the way of the RAM. A bit of physical effort with a couple of pliers managed to bend the wire clips flatter against the heat sink such that the RAM could just slide past into the sockets on the motherboard.&lt;/p&gt;
&lt;h2&gt;Faulty RAM?&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2010/02/p1050988%5B5%5D.jpg&quot; alt=&quot;DDR3 RAM not seated correctly&quot; /&gt; I added an old DVD drive I had lying around and went to install Windows Server 2008 R2. The installation proceeded as expected, then I noticed that the machine had suddenly rebooted. On restarting a message indicating that &quot;Windows had not expected to shutdown&quot; appeared. That&apos;s odd. Allowing it to continue then displayed a message that the installation had failed and to try again.&lt;/p&gt;
&lt;p&gt;Hmm.. Just out of curiosity, I fired up the Memory Diagnostics tool and after ticking over it came up with a message indicating there was a problem! Restarting the machine I went back into the BIOS to see what it said there.. Only 6G of RAM??? Hmm. Now a visual inspection of the sticks of RAM and something looked wrong!&lt;/p&gt;
&lt;p&gt;Reseating the RAM in the sockets and re-running the memory diagnostics and everything was happy again.&lt;/p&gt;
&lt;h2&gt;Enabling AHCI&lt;/h2&gt;
&lt;p&gt;I realised after I&apos;d installed Windows Server 2008 R2 that I&apos;d left the BIOS at the default settings, which included the SATA emulating IDE instead of AHCI. Because the boot disk was also connected this way, you can&apos;t just change the BIOS and reboot – you need to tweak the registry so that the ACHI driver gets loaded properly.&lt;/p&gt;
&lt;h2&gt;BSOD&lt;/h2&gt;
&lt;p&gt;&quot;A clock interrupt was not received on a secondary processor within an allocated time&quot;&lt;/p&gt;
&lt;p&gt;Lots of references to this online – some solutions suggest lowering the bus speed slightly. I fiddled around with these a bit but the crashes kept happening. I have no experience over (or under) clocking so I was quite out of my depth. Finally in desperation I changed the BIOS settings to the &quot;fail safe&quot; defaults. This appears to have done the trick.&lt;/p&gt;
&lt;h2&gt;Cooling&lt;/h2&gt;
&lt;p&gt;An unfortunate side-effect of trying to re-use an old desktop case is that I don&apos;t think the cooling of the various components is as good as it could be.&lt;/p&gt;
&lt;p&gt;Using &lt;a href=&quot;https://www.cpuid.com/softwares/hwmonitor.html&quot;&gt;HWMonitor&lt;/a&gt; I am seeing the following temperatures being reported:&lt;/p&gt;
&lt;p&gt;| --- | --- |
| Component | °C  |
| CPU Core #0 | 41  |
| CPU Core #1 | 36  |
| CPU Core #2 | 43  |
| CPU Core #3 | 38  |
| HDD ST314003 #1 | 53  |
| HDD ST314003 #2 | 55  |&lt;/p&gt;
&lt;p&gt;I&apos;m thinking getting a proper-size case and possibly some extra cooling might help bring things down to a better level. It would also mean the disks would be slightly more secure in the case!&lt;/p&gt;
&lt;h2&gt;Networking&lt;/h2&gt;
&lt;p&gt;I now have a number of machines capable of gigabit networking but my trusty Billion 7402GL modem/router only has 4 100Mb network ports. I purchased a new &lt;a href=&quot;http://www.asus.com.au/product.aspx?P_ID=eAFylicSHCzCucUS&quot;&gt;Asus GX-D1081&lt;/a&gt; 8 port gigabit switch to enable better network performance. This also meant I could connect the Windows Media Center PC directly (it was previously using a wireless connection). After confirming the switch worked correctly, I then changed the network settings on all the gigabit-capable machines to enable &quot;Jumbo frames&quot; at 9K. I&apos;m pretty sure this has resulted in a noticeable improvement in performance – especially when browsing pictures through the media center that are stored remotely on the Windows Home Server box.&lt;/p&gt;
</content>
  </entry>
</feed>
