AspireOne fixing MPlayer..

The stock MPlayer that is included with the AspireOne didn’t see to have support for very many codecs. It certainly didn’t handle the quicktime videos (.mov) that our Kodak point and shoot created, nor did it manage to handle a xvid encoded video I had converted from DVD using DVDRip.

Many users of the AspireOne simply install VLC Media Player, there is a pretty long how to thread on doing this in the aspireoneuser.com forum.  There are also plenty of comparisons out there on the web about vlc vs. mplayer – I’m not going to go there.  The reason that I didn’t immediately go the VLC route was that the AspireOne shipped with MPlayer, and it seems more reasonable to ‘fix’ it than simply throw it out and start fresh.  (of course, my end  solution was basically toss the stock MPlayer and install a new more useful one).

I can’t take credit for figuring out how to do this.  Some web searching turned up the answer posted with nice detail on another blog.  I would recommend that you review the comments to the posting before trying to upgrade your Mplayer.  I had some problems, all of which were addressed in the comments (and for the most part have been rolled back into the main post).  The only problem I had that was not covered in the comments, and is likely due to some of my previous hacking was missing dependencies, which was cleared up by issuing a “sudo yum update fedora-release” before trying the install.  Hats off to Mike Silva for posting a great how-to.

This now makes it possible to use the AspireOne to watch movies converted from our DVD collection, handy for when we’re travelling.  The updated Mplayer can also handle quicktime movies created by our camera, giving us another good reason to drag it along on trips.

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.