<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>milliAmp &#187; Apple</title>
	<atom:link href="http://milliamp.org/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://milliamp.org</link>
	<description>the website of Alex Taylor</description>
	<lastBuildDate>Thu, 08 Jul 2010 00:38:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows 7 64-bit on an Aluminium Macbook Pro</title>
		<link>http://milliamp.org/2009/windows-7-64-bit-on-an-aluminium-macbook-pro/</link>
		<comments>http://milliamp.org/2009/windows-7-64-bit-on-an-aluminium-macbook-pro/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 11:41:54 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://milliamp.org/?p=134</guid>
		<description><![CDATA[There are many people who have had problems installing install Windows 7 64-bit on many older EFI based machines like the Aluminium Macbook Pro. The problem manifests itself in Vista SP1 64-bit. There are a few articles around detailing why this is and many more showing how to solve it. The problem is around the [...]]]></description>
			<content:encoded><![CDATA[<p>There are <a href="http://www.google.co.nz/search?q=%22select+cd-rom+boot+type%22+windows+7">many people who have had problems </a> installing  install Windows 7 64-bit on many older EFI based machines like the Aluminium Macbook Pro. The problem manifests itself in Vista SP1 64-bit.</p>
<p>There are a few articles around detailing why this is and many more showing <a href="http://sergiomcfly.blogspot.com/2008/04/select-cd-rom-boot-type-when-installing.html">how to solve it</a>.</p>
<p>The problem is around the fact that the <a href="http://support.microsoft.com/kb/931708">Windows Bootloader doesn&#8217;t seem to treat ISO9660 file version numbers correctly</a>. To make a disc work and boot in EFI mode on these machines, you need to rebuild the ISO with ISO9660 version numbers suppressed.</p>
<p>However, all of these solutions required running Windows utilities to recreate the ISO. As I recently installed a new harddrive in my Macbook Pro I didn&#8217;t have a version of Windows installed that I could rebuild the ISO with.</p>
<p>I decided to find if I could create a compatible bootable Windows 7 DVD using only tools that are runnable under Mac OS X.</p>
<p>I used <a href="http://jowie.com/blog/post/2008/02/24/Select-CD-ROM-Boot-Type-prompt-while-trying-to-boot-from-Vista-x64-DVD-burnt-from-iso-file.aspx">an article from jowie.com as a reference</a>. It describes how to recreate the ISO with the fix using a 3rd-party Windows utility &#8220;Imgburn&#8221;.</p>
<p>I downloaded the latest version of &#8220;<code>cdrecord</code>&#8221; (formerly &#8220;<code>cdrtools</code>&#8220;) which includes the latest version of &#8220;<code>mkisofs</code>&#8220;, a *nix utility for creating ISO files with advanced options.</p>
<p>I managed to find the correct set of arguments to create a bootable DVD. DVD-RWs are my friend, although it only took 4 or 5 tries.</p>
<p>My machine is running Mac OS X Snow Leopard but I don&#8217;t see anything that won&#8217;t work on Leopard. <b>These steps require the Mac OS X Developer Tools to be installed</b>.</p>
<p>If you&#8217;re at this post, you may have already burned a copy of the Windows 7 DVD ISO (or a copy of Windows 7 Retail). I did, so I got the files for recreating the ISO from the DVD, you may choose to simply extract the contents of the ISO to a folder on your harddrive instead. </p>
<p>If you choose to use a folder, replace occurances of &#8220;<code>/Volumes/GRC1CULXFRER_EN_DVD</code>&#8221; with the folder you extracted the DVD to.</p>
<p>Here are the steps I took:</p>
<ol>
<li>Put the Windows 7 DVD in the drive or extract the ISO.</li>
<li>Download the latest version of <code>cdrecord</code> from: <br />http://freshmeat.net/projects/cdrecord/</li>
<li>Extract the archive and run the following from Terminal:<br /><code>make<br />make install</code></li>
<li>Once again from Terminal:
<div><code>cd /opt/schily/bin/<br />
./mkisofs -N -UDF -iso-level 4 -no-hfs -U -V GRC1CULXFRER_EN_DVD -no-emul-boot -b efi/bcd -c boot.catalog -o windows7rc.iso /Volumes/GRC1CULXFRER_EN_DVD</p>
<p></code>
</div>
</li>
<li>Now burn the new ISO to a disc. You can use Disk Utility, Toast or any other ISO burning tool to do the job</li>
<li>If you haven&#8217;t already, make sure you have either free unpartitioned space or a spare partition to install Windows on to.</li>
<li>Reboot your machine, hold down Option to bring up the boot menu</li>
<li>Insert the DVD into the drive (if it isn&#8217;t in there aleady).</li>
<li>Select the Windows CD, Windows 7 should now boot without problems</li>
<p>That is it.</p>
<p>Once Windows 7 is installed, insert a Snow Leopard disc to install the 64-bit Boot Camp drivers. If you don&#8217;t have Snow Leopard, you can download <a href="http://www.apple.com/downloads/macosx/apple/application_updates/bootcampupdate21forwindowsvista64.html">the latest Boot Camp drivers from Apple&#8217;s download section</a>.</ol>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2009/windows-7-64-bit-on-an-aluminium-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Caller ID laziness</title>
		<link>http://milliamp.org/2009/caller-id-laziness/</link>
		<comments>http://milliamp.org/2009/caller-id-laziness/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 06:10:01 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://milliamp.org/?p=100</guid>
		<description><![CDATA[At my house, we have a VoIP line provided by Xnet. In my house, I have a small QoS router that has two POTS plug that allow my to plug my normal phones into the VoIP line. What is even better is that the Caller ID that comes with the line also gets displayed on [...]]]></description>
			<content:encoded><![CDATA[<p>At my house, we have a <a href="http://www.xnet.co.nz/fusion/index.shtml">VoIP line provided by Xnet</a>. In my house, I have a small QoS router that has two POTS plug that allow my to plug my normal phones into the VoIP line. What is even better is that the Caller ID that comes with the line also gets displayed on the phones I have.</p>
<p>As I&#8217;m incredibly lazy, I set about finding a way for my computer to tell me who was calling when the phone rang instead of having to find the cordless phone (or run to the corded one if it was flat) to check who was calling. I have set an option in the control panel at <a href="http://www.xnet.co.nz/">Xnet</a> that sends me an email whenever someone rings my home, which includes the Caller ID but alas, it still takes the email about 30 seconds to arrive in my inbox (I check my email every 1 minute) so it didn&#8217;t really help to know who it was before I picked it up.</p>
<p>It turns out that the router&#8217;s status page displays the state of the VoIP line and also the last number that called it. Bingo! I whipped up a little PHP CLI script that polled the router&#8217;s status page for when the status was &#8220;Ringing&#8221; and captured the phone number displayed there.</p>
<p>I then added a piece of AppleScript that interfaces with Address Book on MacOS X which could translate a phone number into a name if that number was in the Address Book.</p>
<p>The last piece of the puzzle was to utilise the command line program called <code>growlnotify</code> to send out a <a href="www.growl.info">Growl</a> notification and made it send out to the two laptops in the house. </p>
<p>I placed this script on the Mac Mini I have connected in the lounge and set it running. A few bug fixes later and I now have Growl alerts show up on my laptop screen within about 3 seconds of my home phone ringing saying exactly who is ringing.</p>
<p>All in the name of laziness.</p>
<p>If anyone is interested, I can post the utility. The VoIP router I designed it for is the <a href="http://www.amazon.com/Linksys-SPA2102-Phone-Adapter-Router/dp/B000FKP55K">Linksys SPA-2102</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2009/caller-id-laziness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3G</title>
		<link>http://milliamp.org/2008/iphone-3g/</link>
		<comments>http://milliamp.org/2008/iphone-3g/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 23:39:53 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://milliamp.org/?p=56</guid>
		<description><![CDATA[By now you must have heard the noise about Vodafone New Zealand&#8216;s announcement of their iPhone 3G Plans. What a lot of people are saying is that compared to international prices, these plan details are extortionate. Vodafone have made the point that their plans compare with what is on the market in New Zealand already [...]]]></description>
			<content:encoded><![CDATA[<p>By now you must have heard the noise about <a href="http://vodafone.co.nz/">Vodafone New Zealand</a>&#8216;s announcement of their <a href="http://www.vodafone.co.nz/iphone/plans.jsp">iPhone 3G Plans</a>. </p>
<p>What a <a href="http://www.daniels.net.nz/2008/07/08/vodafone-announces-iphone-pricing/">lot</a> of <a href="http://www.petitiononline.com/nzmac/petition.html">people</a> are saying is that <a href="http://forums.mactalk.com.au/47/52002-constantly-updated-international-iphone-price-rundown.html">compared to international prices</a>, these plan details are extortionate. Vodafone have made the point that their plans compare with what is on the market in New Zealand already but that <a href="http://www.stuff.co.nz/4610626a28.html">doesn&#8217;t seem good enough</a>.</p>
<p>A Vodafone Marketing representative <a href="http://digg.com/apple/Vodafone_NZ_Slaughtered_on_TV_about_Outrageous_iPhone_Plans">got monstered on Campbell Live last night</a> in typical John Campbell fashion. I don&#8217;t think the guy completely expected John Campbell to have complete listings of the plans available to iPhone customers from all over the world right in front of him. The guy had to stick to &#8220;we are offering a range of plans&#8221; that &#8220;represent great value&#8221; for New Zealand customers. </p>
<p>Vodafone also mentioned that the upfront cost for the handset on their cheapest plan is comparable to the price of an iPod Touch. Currently in the USA, the iPod Touch is <strong>more expensive</strong> than the iPhone. You normally expect a handset-subsidy when you sign up on a long contract and that point was basically saying that on the $80 a month plan you get no subsidy.</p>
<p>I was waiting out to see these prices to decide whether I&#8217;d get an iPhone. The announcement in the US of such cheap prices gave me a little glimmer of hope when Vodafone announced they would also offer the iPhone from as low as $199. The catch is that to get the phone for $199, you have to sign up for a 24 month contract at $250 a month. This includes 1GB of internet traffic and 600 minutes as well as 600 text messages but comparing to plans overseas it falls far short as most countries offer a plan cheaper far cheaper than that which includes unlimited traffic.</p>
<p>Unfortunately, I won&#8217;t be getting one in the near future. Public pressure has caused a <a href="http://www.ipodnn.com/articles/08/07/03/telia.reworks.iphone.plans/">Swiss provider to alter their iPhone plans</a>, we&#8217;ll see if the consumer attitude is similar in New Zealand. I hope Vodafone have shot themselves in the foot. They had the potential to murder the market share statistics by getting a bunch of people who haven&#8217;t yet had a PDA or cell phone into the market by making this device affordable, similar to what has happened in the US but it appears they&#8217;ve lost that chance. It would have been perfect considering <a href="http://www.stuff.co.nz/4515022a13.html">Telecom&#8217;s imminent entry into the UMTS world</a>.</p>
<p>You can buy the iPhone from Vodafone without a contract by visiting a Vodafone store but the 8GB model will cost you $979 and the 16GB model $1129. However you apparently won&#8217;t be able to access the internet via the Vodafone network without a Mobile Broadband contract.</p>
<p>Also, <a href="http://vodafonenz.custhelp.com/cgi-bin/vodafonenz.cfg/php/enduser/std_adp.php?p_faqid=6521">visual voicemail will not be available from launch</a> in New Zealand and you apparently <a href="http://vodafonenz.custhelp.com/cgi-bin/vodafonenz.cfg/php/enduser/std_adp.php?p_faqid=6513">cannot use an iPhone on Prepay</a>. </p>
<p>Oh well.</p>
<p>It turns out you can use the iPhone on Vodafone&#8217;s existing on account plans as long as you have a mobile broadband plan. This means you can get an iPhone for $849 on a plan which includes 200MB Data ($0.50/mb overage charge), 40 text messages, 20 anytime minutes and 60 off-peak minutes for $48.90. This may be appropriate for those who want to only use their iPhone occasionally. This plan is the Mobilise 200 + <a href="http://www.vodafone.co.nz/plans/on-account/base-plans.jsp">YouChoose Base plan</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2008/iphone-3g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Topology</title>
		<link>http://milliamp.org/2008/network-topology/</link>
		<comments>http://milliamp.org/2008/network-topology/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 05:18:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://milliamp.org/?p=50</guid>
		<description><![CDATA[Last Thursday afternoon, a close friend of mine gave me a call to ask whether a discounted price he had seen for an iPod Touch was a good deal or not. He was pretty keen on getting an iPod Touch even though the iPhone 2.0 is released in a couple of weeks but he seemed [...]]]></description>
			<content:encoded><![CDATA[<p>Last Thursday afternoon, a close friend of mine gave me a call to ask whether a discounted price he had seen for an <a href="http://apple.co.nz/ipodtouch/">iPod Touch</a> was a good deal or not. He was pretty keen on getting an iPod Touch even though the <a href="http://apple.co.nz/iphone/">iPhone 2.0</a> is released in a couple of weeks but he seemed pretty set and doesn&#8217;t have a need for another cellphone as his work supplies one for his use.</p>
<p>They don&#8217;t currently have a wireless network at their house and seeing as the iPod Touch has wi-fi capability we ended up discussing that I was interesting in selling my current Airport Express Wireless G base-station to upgrade my infrastructure to <a href="http://en.wikipedia.org/wiki/IEEE_802.11n">Wireless-N</a>.</p>
<p>The main reason I wanted to upgrade was actually to have an <a href="http://apple.co.nz/airportextreme/">Airport Extreme Base Station</a> which would allow me to share both printers and also a couple of hard-drives over the wireless. The Airport Express only supports one printer and no hard-drives so I have had to switch USB cables around to print to the other printer in the past.</p>
<p>So, knowing that he was keen for that deal, I went out and purchased a new Airport Extreme Base Stations with Wireless-N and Gigabit ethernet. I also picked up a new <a href="http://apple.co.nz/airportexpress/">Wireless-N capable Airport Express</a> so that I could once again stream music to our downstairs speakers.</p>
<p>My next mission was obviously to map out how I wanted to set up the network and the devices. I love setting up network infrastructure, I don&#8217;t purport to say I&#8217;m any good at it at all but I find it a hell of a lot of fun.</p>
<p>I plan to sprinkle this blog post with diagrams of the old set-up and the new set-up but my <a href="http://milliamp.org/2008/help-i-cant-see/">laptop is currently at the shop</a> getting its iSight looked at and I&#8217;m using a user-account on <a href="http://plasticwings.net">Aimee</a>&#8216;s laptop which doesn&#8217;t have anything that I can easily draw diagrams in. For now I&#8217;ll add a textual description.</p>
<p>My network consisted of:</p>
<ul>
<li>An ADSL Modem/Router for internet connectivity</li>
<li>A LinkSys VOIP to POTS adapter, for use with our <a href="http://xnet.co.nz/">Xnet</a> <a href="http://xnet.co.nz/fusion/">Fusion</a> VOIP account</li>
<li>An <a href="http://apple.co.nz/macmini/">Apple Mac Mini</a>, connected in the lounge for entertainment purposes</li>
<li>Two <a href="http://apple.co.nz/macbookpro/">Apple MacBook Pro</a> Laptops</li>
<li>An Apple Airport Express, currently in use only as a base station since we moved to our new house</li>
</ul>
<p>Then I added:</p>
<ul>
<li>An Apple Airport Extreme Base Station</li>
<li>A new Apple Airport Express</li>
</ul>
<p>And I&#8217;ve packed up the old Airport Express.</p>
<p>I wanted to add to the network</p>
<ul>
<li>My <a href="http://milliamp.org/2006/laser-printer/">Laser printer</a></li>
<li>My inkjet Printer</li>
<li>My <a href="http://milliamp.org/2007/external-storage/">2-disk RAID enclosure</a></li>
<li>Possibly a couple more hard-drives for laptop back-up purposes.</li>
</ul>
<p>There are a couple of restrictions this placed on the network. For internal network QoS, the Linksys VOIP Adapter needs to be placed between the router and the network so that voice traffic gets injected right at the router. This also means that our cordless phone and corded phone need to be connected within a few meters of that adapter.</p>
<p>The RAID enclosure isn&#8217;t network capable so it needs to be connected  with a meter or so of the Airport Extreme Base Station. As do the printers.</p>
<p>Also, the only two locations in the entire house with a phone plug are the kitchen/dining area and the master bedroom.</p>
<p>So I went ahead and picked out a possible solution. It all works pretty well.</p>
<p>I went the whole hog and set up my Wireless-N network on the 5GHz frequency using wide-channels to get maximum possible throughput. We don&#8217;t have any 802.11b or g devices in the house (or so I thought) and I doubt anyone in our close proximity has a 5GHz network set up so all was well.</p>
<p>I have the router in the master bedroom and an ethernet cable running from that into our work room. In there is the Base Station, the hard-drives, the printers and the VOIP adapter attached to the cordless phone base.</p>
<p>Downstairs I have the Airport Express and the Mac Mini. As I eluded to above, it turns out that the Mac Mini isn&#8217;t Wireless-N capable as I thought it was, it only supports 802.11b and 802.11g so it ended up being connected via gigabit to the new Airport Express as they&#8217;re right next to each other anyway. The Express is currently connected to the Base Station using <a href="http://en.wikipedia.org/wiki/Wireless_Distribution_System">WDS</a>.</p>
<p>I had a fun time setting up the printers. I decided to stretch USB to the limits and see how far away I could keep the printers from the base station. It turns out it is 7 meters keeping to the skirting board to the first printer and another 3 meters to the second where they are placed quite conveniently now. There is a maximum length of 5 meters between devices  so I pulled out an old <a href="http://www.dse.co.nz/cgi-bin/dse.storefront/en/product/XH8199">USB Active Extension cable</a>, then plugged in a  2 meters of USB extension, followed by a USB hub and then plugged the first printer in using a short cable and used a 3 meter cable to reach to the other printer.</p>
<p>I thought I had all my numbers worked out but for some reason, the base stations wasn&#8217;t recognising either of the printers! I played around a little and found that the base station didn&#8217;t like the active extension cable plugged into it, but it didn&#8217;t mind having a hub first and <em>then</em> the active extension so I went down that road. Turns out I would have had to add that initial hub anyway to plug in the hard drives next to the base station so all is well.</p>
<p>I wasn&#8217;t particularly pleased with the file transfer throughput so I ended up playing around with WDS, wide-channels, different frequencies and even forcing the base station down to wireless-g to see if I could find out what was happening.</p>
<p>I&#8217;m just finishing up testing the network performance using the various settings which I&#8217;ll post about at a later stage.</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2008/network-topology/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Freeview&#124;HD – Update</title>
		<link>http://milliamp.org/2008/freeview-hd-update/</link>
		<comments>http://milliamp.org/2008/freeview-hd-update/#comments</comments>
		<pubDate>Sun, 18 May 2008 05:34:21 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://milliamp.org/2008/freeviewhd-%e2%80%93-update/</guid>
		<description><![CDATA[A few weeks ago I wrote an article on trying to get the Elgato EyeTV Hybrid TV Tuner working with New Zealand&#8217;s]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago <a href="http://milliamp.org/2008/freeview-hd">I wrote an article on trying to get the Elgato EyeTV Hybrid TV Tuner working</a> with New Zealand&#8217;s <a href="http://freeviewnz.tv/index.php?section_id=15"new DVB-T service</a> and had a mixed result. Well recently <a href="http://www.elgato.com/">Elgato</a> brought out EyeTV 3.0.2 which seems to fix all the problem I was experiencing with it.</p>
<ul>
<li>The interlaced channels now actually play properly.
</li>
<li>The &#8220;New Zealand&#8221; setting has the correct parameters.
</li>
<li>It doesn&#8217;t appear to stutter after playing back a recording after 10 minutes
</li>
</ul>
<p>My only issue now is that the signal strength isn&#8217;t particularly great and I&#8217;m suffering choppiness and dropouts every 10-20 seconds at some times of the day. By the looks, that is a lot to do with the aerial on the roof and slightly broken wall socket for the aerial. It is still very watchable but it does get frustrating after a while.</p>
<p>We rent the place we&#8217;re staying in at the moment and only moved in in March so I hadn&#8217;t really paid any attention to the roof, turns out, we only have a VHF/UHF combination aerial unlike 90% of the houses in the area which have a VHF aerial and a medium or fringe UHF aerial. This explains why reception of Prime is so crap.</p>
<p>In Hamilton, an &#8220;infill&#8221; Freeview|HD transmitter has been set up in the CBD which means that we are approximately 2.5km from it. The big problem is that the aerial isn&#8217;t pointing in that direction so we can&#8217;t really benefit. To show the difference though, the aerial is probably pointing out to Te Aroha at the moment but I can&#8217;t get a stable Freeview signal from the Te Aroha frequencies but I can on the Hamilton Infill frequencies so I have a hunch that if the aerial was facing the infill the reception would significantly improve.</p>
<p>Some approximate trigonometry using Google Earth and a ruler shows at least 15º rotation between the two transmitters from our location.</p>
<p>My next step is to investigate options of repointing the aerial or asking the landlord nicely for a UHF antenna.</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2008/freeview-hd-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freeview&#124;HD</title>
		<link>http://milliamp.org/2008/freeview-hd/</link>
		<comments>http://milliamp.org/2008/freeview-hd/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 05:56:43 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://milliamp.org/2008/freeviewhd/</guid>
		<description><![CDATA[Most of the problems I&#8217;ve been having with EyeTV are resolved in EyeTV 3.0.2. I have written an update article that has more detail. More updates: Appears I had the position of the Hamilton infill transmitter slightly wrong on the map, updated the co-ordinates. New Zealand recently launched Freeview&#124;HD, a High-Definition free-to-air television service. There [...]]]></description>
			<content:encoded><![CDATA[<div class="update">Most of the problems I&#8217;ve been having with EyeTV are resolved in EyeTV 3.0.2. <a href="http://milliamp.org/2008/freeview-hd-update/">I have written an update article that has more detail</a>.</p>
<p>More updates: Appears I had the position of the Hamilton infill transmitter slightly wrong on the map, updated the co-ordinates.</div>
<p><img style="float: right; border: none" src="http://milliamp.org/wp-content/uploads/2008/04/freeview_hd.gif" alt="Freeview|HD Logo" />New Zealand recently launched Freeview|HD, a High-Definition free-to-air television service.<br />
There are now two Digital Video Broadcast (DVB) services in New Zealand. The first is a satellite service which launched last year and the newest is a terrestrial High Definition service.</p>
<p>Last year, I bought a satellite-based Freeview box because the television reception at our flat was shocking and there was a Sky satellite dish on the roof when we moved in. Setting that up was a breeze, just plugged in the cables and it practically set itself up.</p>
<p><a title="Elgato EyeTV Hybrid Tuner" href="http://milliamp.org/wp-content/uploads/2008/04/int_hyb_gallery_01.jpg"><img style="float: left; margin-left: 0; margin-right: 10px;" src="http://milliamp.org/wp-content/uploads/2008/04/int_hyb_gallery_01.thumbnail.jpg" alt="Elgato EyeTV Hybrid Tuner" /></a>Two weeks ago, I decided to buy an Elgato EyeTV Hybrid to see whether it could handle the new terrestrial service so we could watch television is crazy resolution. The answer was a resounding &#8220;sort-of&#8221;. The software that comes with the EyeTV Hybrid and all Elgato&#8217;s products is regarded as the best native Mac PVR software, so I really wanted to give it a go.</p>
<p>I took it all home and plugged it into our Mac Mini. I got the software installed and then mucked around trying to figure out which cable coming from the wall was the UHF aerial. There were three cables, one I knew was the satellite as I had our old Freeview box plugged into it. It didn&#8217;t take me too long to find which of the other two it was and then it was on to try and get everything set up.</p>
<p><span id="more-37"></span>My first hurdle was that the DVB parameters for New Zealand in EyeTV are copied from Australia&#8217;s. Turns out that New Zealand has changed their specifications quite a bit and have used a lot of cutting edge technologies so I wasn&#8217;t too surprised that I had to fiddle around to get the everyting to work correctly.</p>
<p>What I needed to do was select United Kindom as the country and use the settings for their service as they use a similar system to theirs. I tried tuning in the channels using the search function but found that the UHF aerial on our new flat doesn&#8217;t appear to be the best so the auto-tune kept missing channels.</p>
<p>I found a reference of all the frequencies used for Freeview|HD at launch and input those numbers directly into EyeTV and all the channels came up in the list with their names.</p>
<p>The next hurdle was that New Zealand has chosen some fairly new compression codecs, they&#8217;ve chosen H.264 for the video and AAC for the audio. This gives New Zealand the ability to transmit much higher quality signal and save a lot of bandwidth. The downside to this is that not many software packages support these codecs using DVB. EyeTV 3.0.1 does not support AAC audio and has extremely limited support for H.264.</p>
<p>The net result is that the currently released EyeTV version will not show you any interlaced channels and won&#8217;t play any sound. Looking at anything except TV One, TV2 and Kordia&#8217;s Freeview test channel resulted in a crash.</p>
<p>I emailed Elgato to find out if support was being worked on. I had discovered that Norway chose the same set of codecs and Elgato were currently working on support for Norway so I hoped we&#8217;d be able to piggy back on that. Sure enough, I was sent a beta release to try out and see whether it solved any issues.</p>
<p>The beta release I was sent stopped EyeTV from crashing and the audio now works superbly, I still can&#8217;t seem to get the interlaced channels to work correctly though. That means I can only watch TV One, TV2 and Kordia&#8217;s Nature Loop. Alas, hopefully Elgato will get that sorted in the near future.</p>
<p>Meanwhile, I can record, rewind and pause live HD TV on TV One and TV2 and record Analog TV of TV4.  As we still have our Satellite box hooked up we can watch all the Standard Definition Freeview channels but not record them without some hassle.</p>
<p>I can&#8217;t wait to be able to record all of them.</p>
<div style="float:right">
<div id="map" style="width:266px; height: 350px;"></div>
<p><small><a style="color:#0000FF;text-align:left" href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=q%3D48%2BWard%2BSt,%2BHamilton%2BNorth,%2B3204,%2BNew%2BZealand&amp;sll=-37.785606,175.280685&amp;sspn=0.019604,0.031371&amp;ie=UTF8&amp;ll=-37.785775,175.280514&amp;spn=0.019604,0.031371&amp;t=p&amp;z=15&amp;iwloc=addr&amp;layer=c&amp;cbll=-37.786637,175.280511&amp;panoid=zvEilhujlq5wRD9rv6lARw&amp;cbp=12,343.0176184830095,,0,-19.623803009575926">View Larger Map</a></small></div>
<p><script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAA1shHgBdX6E-UdS_XL54LDRQCTTu8K602ZY9tsQ5cgMj0gWf8URSYQGJdSrJA0Y9oE1Okb1mGGBqWaw"  type="text/javascript"></script><script type="text/javascript">
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(-37.786100, 175.280200), 15);
        map.addOverlay(new GMarker(new GLatLng(-37.786100, 175.280200)));
      }
</script></p>
<p>As a reference here are the technical specifications and useful numbers for the Freeview|HD Service:</p>
<dl>
<dt>Country:</dt>
<dd>New Zealand </dd>
<dt>Service:</dt>
<dd>DVB-T</dd>
<dt>Band:</dt>
<dd>UHF</dd>
<dt>Bandwidth:</dt>
<dd>8MHz</dd>
<dt>Video Format:</dt>
<dd>H.264</dd>
<dt>Audio Format:</dt>
<dd>AAC, 24kHz, 96kbps</dd>
<dt>Multiplexes:</dt>
<dd>
<ul>
<li>TVNZ</li>
<li>MediaWorks</li>
<li>Kordia</li>
</ul>
</dd>
<dt>Hamilton frequencies</dt>
<dd>
<ul>
<li>TVNZ (689.5MHz)</li>
<li>MediaWorks (698.5MHz)</li>
<li>Kordia (712MHz)</li>
</ul>
</dd>
<dt>Channels (Just the major ones)</dt>
<dd>
<table border="0">
<thead>
<tr>
<th>Channel</th>
<th>Multiplex</th>
<th>Stream Type</th>
</tr>
</thead>
<tbody>
<tr>
<td>TV One</td>
<td>TVNZ</td>
<td>720p</td>
</tr>
<tr>
<td>TV2</td>
<td>TVNZ</td>
<td>720p</td>
</tr>
<tr>
<td>TV3</td>
<td>MediaWorks</td>
<td>1080i</td>
</tr>
<tr>
<td>TV4</td>
<td>MediaWorks</td>
<td>576i</td>
</tr>
<tr>
<td>Maori Television</td>
<td>Kordia</td>
<td>576i</td>
</tr>
<tr>
<td>TVNZ 6</td>
<td>TVNZ</td>
<td>576i</td>
</tr>
<tr>
<td>TVNZ 7</td>
<td>TVNZ</td>
<td>576i</td>
</tr>
<tr>
<td>TVNZ SPORT EXTRA</td>
<td>TVNZ</td>
<td>576i</td>
</tr>
<tr>
<td>Freeview | HD</td>
<td>Kordia</td>
<td>720p</td>
</tr>
</tbody>
</table>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2008/freeview-hd/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Windows Vista</title>
		<link>http://milliamp.org/2008/windows-vista-2/</link>
		<comments>http://milliamp.org/2008/windows-vista-2/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 04:59:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://milliamp.org/2008/windows-vista-2/</guid>
		<description><![CDATA[I has been an awfully long time since I last posted here. Many things I could&#8217;ve written about, maybe I will in the next few weeks. Anyway, this post is about Windows Vista. More specifically, installing Windows Vista Business (64bit) onto a Macbook Pro (Santa Rosa). The Apple Bootcamp drivers that came with my laptop [...]]]></description>
			<content:encoded><![CDATA[<p>I has been an awfully long time since I last posted here. Many things I could&#8217;ve written about, maybe I will in the next few weeks.</p>
<p>Anyway, this post is about Windows Vista. More specifically, installing Windows Vista Business (64bit) onto a Macbook Pro (Santa Rosa).</p>
<p>The Apple Bootcamp drivers that came with my laptop don&#8217;t support Windows Vista 64bit so I had to do some digging around to find the drivers that worked and get everything running smoothly.</p>
<p>This information is out there on the web but I found some of the instructions on exactly which driver to choose a little had to understand. Below is a list of the drivers I used to get Vista Business 64bit working on this Macbook Pro.</p>
<h2>Video</h2>
<p><strong>Hardware</strong>: nVIDIA 8600M GT with 256MB RAM<br />
<strong>Drivers</strong>: <a href="http://www.laptopvideo2go.com/forum/index.php?showtopic=17702">nVIDIA ForceWare X 167.62</a></p>
<h2>Audio</h2>
<p><strong>Drivers</strong>: <a href="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&#038;PNid=24&#038;PFid=24&#038;Level=4&#038;Conn=3&#038;DownTypeID=3&#038;GetDown=false#High%20Definition%20Audio%20Codecs">RealTek R190</a></p>
<h2>Keyboard/Fan</h2>
<p><strong>Drivers</strong>: <a href="http://forum.insanelymac.com/index.php?showtopic=58373">Input Remapper 1.0.04</a><br />
<em>NB: Screen backlight control is not supported on the nVIDIA card yet</em></p>
<h2>Wireless</h2>
<p><strong>Drivers</strong>: <a href="http://www.laptopvideo2go.com/forum/index.php?showtopic=14833">Atheros v7.6.0.83</a></p>
<h2>Ethernet</h2>
<p><strong>Drivers</strong>: <a href="http://www.marvell.com/drivers/driverDisplay.do?dId=155&#038;pId=27">Marvel Yukon v10.57.3.3</a></p>
<p>This information is mainly from two sources:</p>
<p>http://rumblingsfromdeveloper.blogspot.com/2007/12/macbook-pro-and-vista-64bit-x64-issues.html</p>
<p>http://forum.notebookreview.com/showthread.php?t=149395</p>
<p><a href='http://milliamp.org/wp-content/uploads/2008/04/vista-experience.jpg' title='My Macbook Pro’s Windows Experience Index'><img style="float:right;" src='http://milliamp.org/wp-content/uploads/2008/04/vista-experience.thumbnail.jpg' alt='My Macbook Pro’s Windows Experience Index' /></a>With these drivers I got a Windows Experience Index of 4.9<br />
Processor: 5.2<br />
RAM: 4.9<br />
Desktop Graphics: 5.9<br />
Gaming Graphics: 5.5<br />
Primary Hard Disk: 4.9</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2008/windows-vista-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Thoughts On Music</title>
		<link>http://milliamp.org/2007/thoughts-on-music/</link>
		<comments>http://milliamp.org/2007/thoughts-on-music/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 19:37:41 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://milliamp.org/2007/thoughts-on-music/</guid>
		<description><![CDATA[Steve Jobs has issued a Hot News article detailing Apple&#8217;s stance on DRM and it&#8217;s future. I&#8217;m going to go so far as to say he has laid down a challenge in full public view to the big 4 Music Distribution Companies. However I can see that his account serves only to appease the public&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Steve Jobs has issued a Hot News article detailing Apple&#8217;s stance on DRM and it&#8217;s future. I&#8217;m going to go so far as to say he has laid down a challenge in full public view to the big 4 Music Distribution Companies. However I can see that his account serves only to appease the public&#8217;s wrath due to Apple not licensing it&#8217;s FairPlay DRM technology to other companies, I can&#8217;t see the big wigs in the music world even reading the article, let alone uttering more than a chuckle.</p>
<p><a href="http://www.apple.com/hotnews/thoughtsonmusic/">http://www.apple.com/hotnews/thoughtsonmusic/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2007/thoughts-on-music/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Productivity++</title>
		<link>http://milliamp.org/2007/productivity/</link>
		<comments>http://milliamp.org/2007/productivity/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 09:22:57 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://milliamp.org/2007/productivity/</guid>
		<description><![CDATA[This afternoon, Tom got me to check out a SIMBL plug-in named megazoomer. After upgrading my version of SIMBL and dropping the megazoomer bundle into its place in my Library folder, each Cocoa program I started from then on had fullscreen capability. With the default key combination that seems borrowed from Windows (⌘ + ⏎ [...]]]></description>
			<content:encoded><![CDATA[<p>This afternoon, <a href="http://blog.voodoolabs.net">Tom</a> got me to check out a <a href="http://www.culater.net/software/SIMBL/SIMBL.php">SIMBL</a> plug-in named <a href="http://www.ianhenderson.org/megazoomer.html">megazoomer</a>. After upgrading my version of SIMBL and dropping the megazoomer bundle into its place in my Library folder, each Cocoa program I started from then on had fullscreen capability.</p>
<p>With the default key combination that seems borrowed from Windows (<acronym title="Command">⌘</acronym> + <acronym title="enter">⏎</acronym> &#8211; similar to Alt + Enter which is full-screen/window mode toggle for apps on Windows) it sends the Application full screen.</p>
<p>The big deal for me was that it worked multi-monitor flawlessly even allowing 2 windows to be full screen on different monitors creating an uninterrupted workflow between the two. Now I can set up a text editor on one screen and Safari on the other at work and not have any distractions.</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2007/productivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OMFG Kernel Panic!</title>
		<link>http://milliamp.org/2007/for-the-kernel/</link>
		<comments>http://milliamp.org/2007/for-the-kernel/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 09:21:16 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://milliamp.org/2007/for-the-kernel/</guid>
		<description><![CDATA[I rocked around to Tom&#8217;s place this evening to find his flatmate Jo&#8217;s iMac G5 Kernel Panicing on boot. So, putting on the tech hat we tried Target Disk mode (successful at accessing the drive) and resetting the NVRAM didn&#8217;t do anything so we tried to figure out what was causing it all, anyway, so [...]]]></description>
			<content:encoded><![CDATA[<p>I rocked around to Tom&#8217;s place this evening to find his flatmate Jo&#8217;s iMac G5 Kernel Panicing on boot. So, putting on the tech hat we tried Target Disk mode (successful at accessing the drive) and resetting the NVRAM didn&#8217;t do anything so we tried to figure out what was causing it all, anyway, so we ended up in Single User Mode, force fsck&#8217;d the hard-drive which was showing <i>tons</i> of journal problems. Fixed a ton of those, it wasn&#8217;t able to fix everything though, booted and bingo.</p>
<p>Long story short it was possibly the combination of transferring 40GB of files to the harddrive over Samba filling the HDD to 1GB free and then playing a movie over said Samba connection. These are the dying words in one of the coolest Crash Logs from the Kernel I&#8217;ve seen:</p>
<blockquote style="overflow:scroll"><pre>
Jan 10 20:29:31 localhost kernel: netsmb_dev: loaded
Jan 10 20:42:16 localhost kernel: smb_iod_sendrq: TRAN_SEND returned fatal error 57
Jan 10 20:43:06 localhost crashdump: Unable to determine CPSProcessSerNum pid: 413 name: mplayer
Jan 10 20:43:06 localhost crashdump: Started writing crash report to: /Users/Jo/Library/Logs/CrashReporter/mplayer.crash.log
Jan 10 20:43:06 localhost crashdump: Finished writing crash report to: /Users/Jo/Library/Logs/CrashReporter/mplayer.crash.log
Jan 10 20:44:39 localhost diskarbitrationd[85]: disk1s2    hfs      651C7F29-1350-3F82-A747-FFEE52A28818 MPlayer                 [not mounted]
Jan 10 20:44:39 localhost diskarbitrationd[85]: disk1s2    hfs      651C7F29-1350-3F82-A747-FFEE52A28818 MPlayer                 /Volumes/MPlayer
Jan 10 20:44:43 localhost diskarbitrationd[85]: disk2s2    hfs      C5BA4CED-7491-32B0-A79A-5C8D9F4FC679 MPlayerOSX_8r5          [not mounted]
Jan 10 20:44:44 localhost diskarbitrationd[85]: disk2s2    hfs      C5BA4CED-7491-32B0-A79A-5C8D9F4FC679 MPlayerOSX_8r5          /Volumes/MPlayerOSX_8r5
Jan 10 20:44:53 localhost kernel: <strong>jnl: flushing fs disk buffer returned 0xd</strong>
Jan 10 20:44:53 localhost kernel: <strong>disk1s2: device is write locked.</strong>
Jan 10 20:44:53 localhost kernel: <strong>jnl: do_jnl_io: strategy err 0xd</strong>
Jan 10 20:44:53 localhost kernel: <strong>jnl: write_journal_header: error writing the journal header!</strong>
Jan 10 20:46:27 localhost kernel: <strong>hfs: WARNING - blocks on volume Macintosh HD not allocated!</strong>
</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2007/for-the-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
