Mom Knows Best..

The other day my Mom came by for a visit and she had brought along a 1st generation iPod shuffle that she “had never got it to work properly”.  Being one of the geeks in the family, I tend to get random computers and what not brought by for me to fix up – so this was no surprise.  I zipped upstairs and plugged it into my PC and it was recognized and looked to be fine.

It was a bank account give away my Mom had picked up a year or two ago, and apparently she has no use for it and I was free to hang on to it – or find it a happy owner.  Initially my reaction was, hmm.. who’s going to want this?  Then Jenn had the insight to suggest that I use it.  It took a while for me to warm up to the idea.

It appears my 30G Video is dead – or at least, the logic board is bad.  I could likely buy a used one locally for around $120 either for parts, or just as a replacement.  There is a good chance I could recover some of the cost of a new device by parting out my busted one as the drive and screen appear to be in “ok” shape (and have some value).  Of course, the (refurbished) 8G touch is tempting – but going that route means living with a subset of my music.  So.. if I can fill the portable music gap with this old (free!) shuffle, it will also let me experiment with life with a subset music collection.

The shuffle is actually a good match for my music listening, for the most part – I listen to a single smart playlist on shuffle.  I did use the video on plane trips to watch ripped DVD movies, and I’ll miss that.  As well, ever once in a while I’d get a song served up to me that I didn’t know who (or what) it was – having a display is nice there.

The first challenge was deciding what should go on the shuffle.  Based on my past toying around with playlists, I simply fired up MusicIP and used it to build a new playlist starting with the Liar’s Rosebush track Artcrime.  The free version of MusicIP stops you at 75 tracks, but the 512MB shuffle can only store around 70 tracks at my MP3 encoding rate, it’s fate I tell you.

Secondly I had to fight with iTunes to get it to copy the playlist onto the shuffle in the order of the songs on the playlist.  I managed to make this work, but I’m not sure I can explain it – the key is to get iTunes to copy files in the correct order.  I’ll just say again how much I dislike iTunes on Windows, its performance really eats away at the Apple “cool factor” for me.

So I’ve joined the iPod cult again (did I ever really leave?) rocking some retro gear.  Thanks Mom!

iPod woes

Almost 2 years ago I joined the iPod cult by winning a raffle at work where the prize was a new 30G iPod Video.  Just the other day the iPod stopped working.  Over its lifetime there were a few times when a hard reboot was required, but now the device doesn’t power up at all.  Rebooting it doesn’t do anything – I just have a dark screen and that’s it.

As I’ve past the default 1 year warranty, I’m on my own to fix (or replace) it.  Looking at the Apple site, repair will cost me $149 + tax + shipping.  It seems via various 3rd party resellers, I can pick up a refurbished 30G Video for around the same price.  The Apple store has refurbished 80G Classics for $189, and the 8G Touch for $209.  I may look around to see if there is repair option locally that is a bit cheaper.

Of course – I love to open stuff up, and Karl had a set of the tools to lend me so I had no excuse.  Using instructions from ifixit.com I was able to get a good feeling for what I was in for.  Opening the case was actually easier than I thought it would be.

I then detached the battery using a toothpick in place of the “spudger” tool the instructions reference.  Originally I was thinking that maybe I should try to see if there is something funky with the battery not holding a charge, but looking at the ribbon cable I’m not sure how I’d get a multi-meter in there to test it.

So I detatched the headphone jack ribbon cable, and hard drive to get a good look at things.  Usually if something electronic has failed badly, you can smell the burning components.  In this case, the logic board looked (and smelled) just fine.

I tried plugging the iPod into my PC in various states of “taken apart”.  I wanted to see if my PC would supply power / recognize the device.  Now, I know basically nothing about diagnosing iPods – so it is entirely possible that once you disconnect the battery nothing will work at all.  Either way, nothing seemed happy when I applied power to it – no harm done, but no magic solution here either.

I suppose that I could start probing the logic board to determine if I’m getting power over the USB cable, but I’ve tried the cable on both a USB wall wart, and more than one PC.  It is possible that the cable is busted – so I can try that tomorrow at work with someone elses cable.

At this point I’ve eliminated any obvious problems, and satisfied myself that opening (and reassembling) the iPod isn’t all that hard.  If it is the logic board, then I’m looking at $90 or so.  The Apple store $149 option is starting to look pretty reasonable.

If the 32G touch wasn’t $419 refurbished – then I might be thinking that was the ideal upgrade.  Any other option means I can’t simply carry all of my music with me and I may as well just get a $55 shuffle – or dump the whole iPod thing and get something that is Linux friendly.

Well, more on this later – shout out if you happen to know more about DIY ipod diagnosing.

Adding MythTV to the AspireOne

I have a MythTV based PVR that I setup a while back.  It turned our seldom used StarChoice satellite servce into something pretty useful, if you haven’t made the leap to having a PVR/DVR you owe it to yourself to try one out.  MythTV isn’t for everyone as there is a fair bit of configuration that you need to be able to manage, but there are some nice distros being put together now that make it much easier.

As its based on Linux, my PVR is effectively just another server in the house.  This means that I can do stuff like transcode the video to play on my iPod, or serve it up to other machines on the network.  Aside from the dedicated machine next to the TV, Jenn’s Mac and my Linux desktop both can run the frontend.  Now the AspireOne can too.

The Linpus OS that the AspireOne is running is based on Fedora8.  I’ve previously talked about installing additional software on the machine, so I’ll assume that you’ve done at least that to your machine if you’re trying to replicate this.

A few notes on life with the AspireOne thus far: Its been a fun toy.  The keyboard is small, but not too bad to work with.  I find the left shift key to be a little tricky to hit, but its just something you need to get used to.  When hacking the home screen menus (modifying group-app.xml) – you’ve got to be a little careful as getting something wrong (like missing an icon) can cause the system to get hung up on boot (Alt-F2 to the rescue).  It is a bit eerie working on any laptop with a SSD, as you don’t get the normal grinding drive feedback as to what is taking so long.  With the price dropping on these things, I’m tempted to buy another just to hack on.

On to installing MythTV.  My backend is running 0.20, and upgrading will mean changing all of the existing front ends to match.  Not something I’m keen on doing right now.  Google quickly found me a thread where someone had stashed the 0.20 rpms.  These RPMs turned out to be from ATrpms.net, so I needed to add the signing key.

rpm –import http://ATrpms.net/RPM-GPG-KEY.atrpms

I used the following command to install the downloaded 0.20 mythtv packages:

yum localinstall mythtv-frontend-0.20.2-175.fc8.i386.rpm

The result of this command pointed me at the set of missing dependencies, most of which were the other packages that I had already downloaded based on the thread where I found the 0.20 binaries.  There was one additional package that was not in the others repositories I was already pointed at, this was the libdca.so library, so I grabbed it from ATrpms.

[I suppose that alternatively instead of manually grabbing the various RPMs, I could have just added ATrpms.net to my yum repository list – but they don’t seem to still have the 0.20 version, so for my purposes it seemed like a localinstall was a better solution]

So simply appending the missing dependency RPMs which I had already downloaded locally got me to the point where yum was happy to install MythTV for me.  Once installed I was able to launch it from the XFCE4 menu.  Adding it to the group-app.xml was relatively trivial.

It seems to work well.  The only annoying thing is that if the front end detects no network connection, it falls into the setup sequence.  Since the AspireOne seems to be fairly slow to connect to the wifi network, this means you’ve got to be a little patient before launching MythTV.  If anything, I’d say that was my one pet peeve with the AspireOne – the boot time is very fast, but the wifi seems to lag behind – and with a netbook, the whole point is to connect to the network.