Fedora Linux on the HP Compaq 6910p notebook

This page contains some brief notes about my experiences getting Fedora 8 Linux working on the HP Compaq 6910p laptop.

Here is a brief summary of what's working on this machine. Basically everything I've looked at works, but I haven't tried the modem or bluetooth support.

FeatureUnder LinuxNotes
Widescreen 1280×800 displayWorksInstall driver
3D effects (Compiz)WorksNeed to edit one file to make video work
SoundWorksNo special action needed
DVD/CD writerWorksNo special action needed
TouchpadWorksNo special action needed
Suspend to RAMWorksNo special action needed
Suspend to diskWorksNo special action needed
CPU speed scalingWorksNo special action needed
EthernetWorksNo special action needed
WirelessWorksNo special action needed
ModemUntestedNever tried it, so I don't know whether it works
BluetoothUntestedNever tried it

Basically Fedora runs pretty nicely on this machine. A few small tricks are needed as described here. Complete installation should take you about an hour.

As usual, these notes are merely a document of things that worked for me. There's no guarantee they will work for you, and there are some things you could do while installing Linux that would really mess up your computer bad. I'm not aware of anything that will do that other than flashing your BIOS, which I don't recommend, but hey, you never know. You have been warned. All opinions expressed here are those of the author and are not necessarily shared by the University of Michigan.

Installation

The machine came with Windows XP Professional. I wanted to keep that, so I resized the Windows partition, as described in many other places. There are various tools you can use for this. I used the free GParted Live. This program only supports old-fashioned parallel ATA (PATA) disks, not the newer serial (SATA) that comes with this machine. To get around this, I switched the machine to PATA compatibility mode before resizing – hit F10 as the machine boots then go to the configuration menu and disable "SATA Native Mode". Then resize the partition and switch SATA Native Mode back on again before installing Fedora.

Windows came in a 100GB NTFS partition, which I resized to 60GB, leaving 40GB for Linux. (Also there was another smaller NTFS partition containing Windows restore data, which I left alone.)

I did a network install using the basic boot CD, but installing from DVD should be similar. Just stick the disk in the drive and fire it up.

For some reason the Fedora 8 installer hangs on this computer, but there is a simple fix: edit the boot options when the install menu comes up and add the options floppy.allowed_drive_mask=0 clocksource=acpi_pm. I have no idea why this works – neither option sounds particularly promising – but various people found that this works on other computers and it does with this one too.

After that things proceed as normal. When you get to the part about partitioning the disk, you can accept the default partitioning or you may want to do a manual partitioning yourself, which is what I did. I made a 10GB primary partition for / and an extended partition with 2GB of swap space and the rest on /home.

The rest of the installation is vanilla. When it's done installing it'll reboot and the first time it boots it will run through some setup stuff – creating a user account and so forth. After that you're done. Congratulations! You've installed Linux.

Tricks


That's about it. Overall, this is a pretty good machine for Linux. Everything seems to be well supported and it runs smoothly.


Last modified: February 25, 2008

Mark Newman