Linux on Fujitsu Lifebook (February 2003)

Introduction

This is my new laptop (purchased in December 2002 directly from Fujitsu). My previous laptop was a Thinkpad that broke and the cost to fix was too much (IBM wanted $900). So instead going for another IBM I did little research and found that Fujistu had a better price and better deal than a similarly equipped Thinkpad.

My laptop is a Lifebook S-Series Model 6110. I got the following setup:

I also have a Lucent Orinoco Silver Wi-Fi card and a Logitech USB/optical mouse.

Installing Red Hat 8.0

I picked Red Hat 8.0, because I'm used to Red Hat distribution, plus this distribution seemed to have the correct version of XFree86. The chipset on the Fujitsu was not supported out of the box in RH 7.3.

I used Partition Magic to repartition the drive. The laptop comes with a Windows backup partition in addition to the normal C partition. The partitions under Windows are NTFS, so I created a FAT32 partition that can be shared by Linux and Windows. Here is what my partitions look like:

  Filesystem           1K-blocks      Used Available Use% Mounted on
  /dev/hda8              3122956   2839220    125096  96% /
  /dev/hda9             14784680   2652668  11380976  19% /home
  /dev/hda6              8040840   1016996   7023844  13% /mnt/win
     
Plus a 512M swap partition. The "/mnt/win" partition is the shared FAT32 partition.

The graphical install worked out of the box. My first time through I wasn't paying attention and choose wrong packages (no developer stuff i.e. gcc etc), so rather than trying to figure out what I missed I re-did the install.

I choose GRUB as my boot loader. GRUB is great, because it reads a configuration file during the boot process, so once installed you don't have to touch the boot block. To add new systems to boot, you just edit the config file.

What works

The built-in modem is a WinModem of some kind and I haven't yet tried it - I don't use modems much.

I haven't yet tested the DVD under Linux and the CD-RW.

Here is my /etc/modules.conf:

  alias parport_lowlevel parport_pc
  alias usb-controller usb-ohci
  alias usb-controller1 ehci-hcd
  alias sound-slot-0 i810_audio
  post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
  pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
  alias usb-controller2 usb-uhci
  alias ieee1394-controller ohci1394
  alias eth0 8139too

Problems

ACPI

ACPI stands for Advance Configuration and Power Interface and it is the new way for BIOS to pass information about the hardware configuration to the O/S. With ACPI the O/S has a lot more control over the hardware (espacially things like CPU speed settings, fans etc). ACPI replaces the APM interface.

Out of the box RH 8.0 only supports APM. To get ACPI support you have to create a patched kernel.

Summary

So far I'm very happy with this notebook. It's been traveling with me to work every day - I often use it on the ferry. The battery life if pretty long - I think I could get 3 hours out of if if I wasn't using wireless network.

I still have to figure out and set up couple of things:

If you have any questions please email me. I'll be happy to answer, if I can.

Links

Here are some useful links:
Richie Bielak
Last modified: Mon Feb 3 23:07:39 EST 2003