How To: Acer AspireOne RAM upgrade

Back in July of 2008 I picked up an Acer AspireOne, one of the first netbooks. Since netbooks have been mostly dropped in favor of tablets, you can pick up a netbook around the $200 price point. Most netbooks seem to take DDR2 laptop RAM, and this can be found on the used market fairly cheap. The 512MB pictured above was $5.

The AspireOne continues to be a useful machine, I’ve recently moved over to the netbook remix for Ubuntu. It does suffer from limited screen real estate, a very slow solid state drive, and prior to the upgrade – only 512MB of RAM. Doubling the RAM for $5 seemed too tempting, especially since it gave me a good excuse to take it apart.

Read on for the gory tear down details..

Continue reading “How To: Acer AspireOne RAM upgrade”

Squeezebox Classic Repair

I’ve had a Squeezebox Classic (Squeezebox 3) for a couple of years, and over that time I’ve been very happy with the functionality and quality of the device. I’m glad that through the transition to Logitech they’ve managed to remain successful in their niche, and I still recommend them to folks looking for a quality media player.

You can’t buy the Squeezebox 3 anymore, but the Squeezebox Touch appears to be the closest comparable product. If that’s not audiophile enough for you, there is always the Transporter. More important than the media player is the encoding format you select for your music (nothing is going to make 64k MP3s sound good). Squeezebox supports FLAC if you’re really serious, and high bitrate MP3s are no sweat either. It also supports non-DRM Apple format (AAC), Ogg Vorbis and a host of others.

I’m a little back level on the server software, but it has been consistently good. The web interface is reasonable and there are some fairly good remote control apps for the iPhone and Android. I run the software on my file server, but there are ways of getting this running on various NAS units as well which is a nice combination.

For various reasons the Squeezebox is at toddler level in our family room. This means over the last few months it has endured countless drops onto the floor. It seemed to handle these well, but the other day I noticed the screen was dark and it was no longer on the network. Initial attempts to reset / reboot the device failed to make any difference. When power was applied to the device, you’d see the TOSLink connector light up (see picture at top of this post), but that was about it. So I had to open it up.

Inside the unit was very clean, and I didn’t notice any soldering quality issues that others had mentioned in the forums. Unfortunately, my first visit inside the box didn’t reveal any actual problems so it ended up sitting on the shelf waiting for me to find some time to investigate further.

Tonight I discovered what was wrong, I should also credit this forum thread for helping me. There is the main circuit board, and mounted on that is a daughter card. Slotted into that daughter card is the wifi card (you can see this stack of cards in the picture above). Apparently the unit will work without the wifi card installed, and it is a part that goes bad for some. I am glad mine is still working, but I run my device over wire anyways. What I didn’t realize the 1st time I looked was the daughter card had become separated from the main circuit board.

Just to the left of my finger tip, you can see a rectangular white connector. I’m holding the board slightly up to show a separation between the two connectors. This is how the daughter card connects to the main board. To help you visualize the orientation, the RCA connector(s) are where the black box is to the right of my finger.

Here is a second shot of the daughter card properly installed. If you look carefully you can see the rectangular connectors are well mated. That was all it took to fix things up. You’ll need a torx t10 or similar screwdriver to open up the device. There are 2 screws securing the cover, then a further 4 inside holding the main board to the case.

Installing IBM Support Assistant on Ubuntu

The IBM Support Assistant (ISA) is free (cost) software from IBM that helps with problem determination for IBM software. From my point of view it is most useful for being a gateway to some of the tools for looking into Java problems. Two of particular note are the Health Center and Garbage Collector and Memory Visualizer – great tools for checking into Java performance.

The software is available for Linux, but in RPM format. It is quite easy to transform an RPM file for use with a Debian based system such as Ubuntu. I’m running Ubuntu 10.04 Lucid Lynx (LTS).

  1. Install Alien
    sudo apt-get install alien
  2. Convert the RPM into a deb package (including scripts)
    sudo alien -d --scripts support-assistant-4.1.2.00-20101123_1610.i386.rpm
  3. Install resulting deb package
    sudo dpkg -i support-assistant_4.1.2.00-20101124_i386.deb

As far as I can tell, a Java runtime is included in the download. My system already had Java installed, and as these are tools for analyzing Java you will probably want Java installed. I’d suggest you get a copy of the IBM JDK 6, but I’m a bit biased. (you may get a chuckle out of the fact that getting the IBM JDK on Ubuntu will require you to do some additional installation tricks).

Once installed you just have the workbench. To get the tools you’ll need to add them. The first launch should guide you through this process. If not, you can get there via the Workbench menus:

It may take some digging here as there are lots of options, but you want the “IBM Monitoring and Diagnostic Tools for Java – Health Center” and “IBM Monitoring and Diagnostic Tools for Java – Garbage Collection and Memory Visualizer” which should be in the “JVM Based Tools” category.