LinuxCompatibleHardware

For a searchable list of hardware (un)supported on linux, try [WWW] http://www.linuxcompatible.org/

Laptops

Dell Inspiron 6000 - 03 Feb 2006

Using since September 2005

Spec:

Description:
Comes with Windows XP pre-loaded, so follow your favourite distro's instructions on installing over or dual-booting it.

Installation:
I wanted to have both Windows XP and Linux on my machine, with a large partition to share data between the 2 OS'es. XP can't natively read ext filesystems, and Linux writing to NTFS is still in experimental stage, so I picked FAT32(vfat) for the shared partition.
The Dell came installed with Windows in one 80GB partition, so I had to use Kubuntu's installation program to partition the hard disk:

Partition number

Size

Mount Point

FS Type

1

25 GB

/windows

ntfs

2

180 MB

/boot

ext3

3

20 GB

LVM

LVM

4

33 GB

/share

vfat

I decided to try LVM for my root filesystem(see [WWW] Benefits of Logical Volume Management on a Small System). In hindsight, I wouldn't install LVM on the laptop, since I can't really see myself reaping the benefits of LVM. I'd now do this instead:

Partition number

Size

Mount Point

FS Type

1

25 GB

/windows

ntfs

2

180 MB

/boot

ext3

3

8 GB

/

ext3

4

33 GB

/share

vfat

5

11 GB

/home

ext3

6

remainder

/swap

swap

I followed the installation program's prompts to create a dual-boot system, after which it took a bit of time to copy the filesystem to the hdd, and then Kubuntu was installed. All the onboard devices were detected and activated, with the following exceptions:

  1. SD/MMC slot not working

  2. Touchpad works, but scrolling doesn't

  3. Standby doesn't work

Here's some clues I found for the above problems:

  1. SD/MMC - Check out [WWW] this page for SD patches to the kernel. You'll need a pretty recent kernel though, and be prepared to do a bit of patching.

I'll update this when I find more interesting info. For now, check out [WWW] http://www.linux-on-laptops.com/dell.html for more info.

- George Goh, 03 Feb 2006


Preloaded Linux, no MS Tax [WWW] http://www.acer.co.th/product/travelmate/Aspire3000/index_p.htm

HP has one Linux preloaded laptop, apparently for sale in US only, not in SG

Most of the IBM laptops run Linux fine, here's the compatibility chart: [WWW] http://www-307.ibm.com/pc/support/site.wss/MIGR-48NT8D.html

Dell Latitude D600 runs Linux (tested with Suse 9.3 Retail distro) with inbuilt USB being the only problem. As a result USB keyboards may not function correctly e.g Logitech Cordless Keyboard. USB storage (i.e. thumbdrives) work fine.

This ad was in Computer World 3-16 June 2005 edition. IBM ThinkPad with preloaded NLD Cool!

thinkpad_NLD.jpg


CategoryLinux