Yearly Archives: 2008

Further Adventures In Geeky Plates

Another geeky license plate observed here in the San Francisco bay area: ‘DMACH5’. The best I can think of is direct memory access (DMA) channel #5. Or perhaps DMA controller H5. I can’t possibly come up with any kind of cosmic, or technological significance for DMA channel 5. But someone thought it was unique enough to slap on his Lexus.

Then I saw ‘EFG FTW’. At first I thought the driver was just enthusiastic about medical equipment. But I realized I was thinking of EKG. My best guess is that this driver is, or was, a member of a pro gaming group named EFGaming that was apparently based in the area. That makes more sense.

Mini Considerations

I’ve been using Linux for 10 years now. I have successfully installed many distributions on a wide variety of computer systems. Well, desktop boxes, to be specific. More recently, you may have heard of a new class of machines gaining popularity: the so-called subnotebook, a.k.a. netbook. I have an early Asus Eee PC specimen. I like it, but it could be better. You might think that it would be easily tweakable to fit my exact tastes. Let’s break that down a bit.

Things that the Eee PC’s default Xandros-influenced installation does very well:

  • drive the Eee PC’s 7-inch 800×480 display
  • drivers for its wifi
  • drivers for its ethernet
  • automounting of SD card
  • automounting of optical discs via external USB drive
  • drivers for its audio output
  • hooks for all of the Eee’s special function keys (volume, muting, wifi toggle, screen settings)
  • unobtrusive application to monitor battery level
  • proper suspend support (not that it’s really necessary since the unit boots and shuts down so quickly)

Things that the default installation does not do well:

  • package management (I think the latest Firefox available is 2.0.0.11 and forget about Firefox 3 series since the system doesn’t have a recent enough version of GTK); the default install has a selection of common software but it becomes difficult to deviate at all

It’s possible to add more URLs to the Debian-style package manager. But every time I do that, I eventually end up with a complete mess of conflicting software.

So there’s the possibility of installing your own OS. However, you run the very real risk of losing all of the benefits enumerated above. Many distros are trying to step up to the challenge, though. One of the first I heard about was eeebuntu, a customized version of the popular Ubuntu distribution. I tried it. It didn’t boot on my Eee 701. There is an eeedora distribution, based on the Fedora distro, that claims to have its act together and is a possible candidate. Then there’s Gentoo, which can certainly do anything that Linux is advertised to do. A favorite hacker’s distribution; a little searching turns up some easy 76-step (or so) guides to getting Gentoo to run on the Eee with some fraction of the above features eventually functional.

I was about to acquiesce and revert back to the stock Eee-Xandros when I learned about Ubuntu-Eee today, which is different than eeebuntu. Bottom line: Very nice. It’s based on Ubuntu 8.04.1 and has the solid package management that you would expect. The screen works at the proper resolution. The wireless works out of the box (not sure if the ethernet works). Automounting of sdcard is there. I was worried about lack of a battery meter until I unplugged the power– that’s when the battery meter showed up, along with a dialog that the power was disconnected. The brightness function keys even work. Not all the special function keys work correctly, though. The wireless toggle signals the wireless to be shut down but does not actually turn off the wireless as indicated by the Eee’s LED. And I can’t fix the wireless state without a reboot. And the volume up/down/mute keys are useless– audio is always on. Not even the volume slider on the panel UI does anything.

Still, this is better than I expected. I may still be able to get some use out of this Eee PC yet.

Very promising stuff, all around. There are also rumblings that Mandriva wants to work with netbook manufacturers to provide netbook-tailored distributions. This sounds like a good plan since most evidence seems to indicate that the manufacturers are good at hardware and not software, and are pushing these units out the door as fast as possible with little regard to end user experience. It would be nice if they would collaborate better with the people who know software. Otherwise, we will continue to read stories like the current crop making the rounds stating that few customers seem to be happy with the default Linux netbook experience.

64-bit Mac On FATE

I really appreciate the flurry of SVN activity on FFmpeg today– it helped build confidence in my revised build/test script. FATE work items completed tonight:

  • set up a configuration to build and test 64-bit FFmpeg binaries for Mac OS X; thanks to David Conrad for schooling me on how to do this in the comments to the last post
  • re-instated the Linux/x86_32 and x86_64 configurations
  • upgraded all gcc-svn configurations to the latest version
  • disabled all gcc 4.3.1 configurations; replaced with latest and greatest 4.3.2 configurations

I still haven’t gotten Python 2.5.2 on Gentoo to import sqlite3, so the PowerPC is still cheerfully running the classical, less efficient build/test script.

I sat back and watched the various configurations rip through their build/test assignments. Then I noticed a result on the main FATE page that had passed 85/94 tests. That’s a bug (too few tests). So I did what came naturally, deleted the record, and am waiting to see if it happens again. I think I may know what the problem is, though. That’s the nice thing about being the sole developer of a system– it can actually be possible to juggle all the pieces in your head, understand all the design decisions behind them, and intuitively understand what might be wrong.

Mac OS X On FATE

Okay, FATE is back online, somewhat. First and foremost, you will notice that Mac OS X autobuilds are at the top of the page. I know it doesn’t look like much is different but I changed a whole lot of stuff under the covers to get to that point. I have not re-instated the x86_32 or x86_64 build/test cycles for Linux yet because I would like to see this new script bake for a day or 2 before copying it to other systems. The PPC build/test cycles are running because I can’t figure out how to make the new script run on that machine (hi Gentoo!), so it gets to stick to the older, still functional script for now.

If you will indulge a little self back-patting, I’m rather pleased with how this new system is shaping up. I set out to solve one problem but I wound up realizing solutions and better approaches for a whole lot more things. The new system is already faster and more resilient to intermittent network problems (that will never go away completely no matter what availability and bandwidth guarantees we have). Going forward, I have new ideas about how to make the system easier to administer, and to allow co-administrators to help out as well. Look for more platforms on FATE in the near future as it should be much easier for others to run the client program and automatically submit data back to the server. And it may even be possible to adapt the system for other projects.

I look forward to writing up more notes about the infrastructure changes. Most of them boil down to my new love affair with SQLite.