The latest version lives at http://www.math.tamu.edu/~comech/tools/fujitsu-q2010/
The network boot was used.
One can specify a larger resolution in xorg.conf (such as "1680x1050"). At boot-up, the laptop learns whether the external monitor is attached; if there is none, it would use the native screen's resolution, which is "1280x800".
The ethernet cable only connects to the notebook via a proprietary adaptor. The adaptor seems to be clever, allowing notebook-to-notebook connection without a cross-over cable.
The sound (both the speakers and the microphone) works with the 2.6.24.4 kernel.
Needed to use alsamixer;
aumix only gives the Vol and IGain controls.
sox 14.0.1-2 was giving a segfault.
To solve this,
compiled and installed the stable version:
added deb-src http://ftp.us.debian.org/debian/ stable main
to the /etc/apt/sources.list, and then
mkdir -p /usr/src/debian cd /usr/src/debian/ apt-get source sox; apt-get build-dep sox dpkg-source -x sox_12.17.9-1.dsc cd sox-12.17.9 dpkg-buildpackage -rfakeroot -b dpkg -i ../*.deb
Andrew Comech
Mathematics Department
Texas A&M University
College Station, TX77843
USA