This page has been replaced

These laptop tests are now out of date, for newer tests see the Laptop Testing Team pages

AOpen

AOpen 1557GLS

Averatec

Averatec laptops information has been moved [HardwareSupportMachinesLaptopsAveratec].

Chiligreen

Chiligreen Agilitas M7-470K

Compal

Compal CL-56 (AKA MWave CL-56, XNote Premier Plus, Chembook 2056, etc.)

ECS

ECS G551 (Combo Drive Model)

eMachines

Note: the M68xx series includes the 05, 07, 09, 10 and 11 models. What works on one should work on another.

eMachines 6807

eMachines M2350

Gateway

Gateway Solo 5300

Gateway 4024GZ

Gateway 3522GZ

Using Dapper:

Mecer

Mecer N223II

Mitac

Mitac 7521

=== Mitac 8528D ====

MSI

MSI MegaBook S270

A sub-notebook, with 512MB RAM, AMD Mobile Sempron 2800+ and ATI Radeon graphics. (Dapper was tested)

Conclusion: With Dapper most work out of the box, except Cool n Quiet. Moreover the wireless-lan is a pain and the cardreader does not work.

Panasonic

Panasonic Let's Note R3

Panasonic Toughbook R1n

Sager

Sager NP5690

Notes on installation and compatibility of Ubuntu with laptop computers made by some other companies less known.

Sharp

Sharp Actius MM10 (aka PC-MM1110)

An amazing number of things are supported and detected automatically by Ubuntu (4.10 Warty): audio and video chipsets, XFree86 configuration, Synaptics touchpad, and the built in wireless device all work just like that. It's great! But with some tweaks we can get it to work even better:

Not that you would, but if you'd like to keep the existing WinXP install you're in luck! The factory installed file systems are Fat32 and can be resized with GNU parted. Windows, in its anti-competitive ways, was continually overwriting my grub-installed MBR. The fix on this page helps.

The default settings were a bit too hectic for me. Add these values to the synaptics InputDevice section in /etc/X11/XF86Config-4

        Option  "MinSpeed"    "0.05"
        Option  "MaxSpeed"    "0.20"
        Option  "AccelFactor" "0.0002"

Both can be made to work. I basically followed the excellent instructions for ACPI in the SuspendHowto. Suspending to memory (sleep) is easy: do what's in the howto, but in addition you need to rmmod the orinoco_pci and orinoco modules first thing in your suspend script (maybe there are better drivers for the prism 2.5 chipset out there? orinoco won't let you scan for access points etc).

I have the problem that the screen won't turn off, but go an unhealthy bright white instead. My workaround is to sleep a few seconds so I can turn off the screen manually with Fn-F11 before it suspends Wink ;)

Suspend to disk (hibernate) is way cooler of course. SuspendHowto has all the information. You need to re-compile the kernel, but don't need to get any patches. Add the same orinico lines to your hibernate.sh script.

This person's page has more technical information.

Sharp Actius MP30

UPDATE: The DVD-playing-without-booting feature got hosed somewhere. I installed the Hoary preview, and it still worked afterwards. Then I installed SuSE 9.1 and Hoary 5.04, and it doesn't work any more (which is actually fine with me).

More info at http://pingswept.org/index.php?p=57

Targa

Targa Visionary 811 2800+ (aka Lidl-laptop)

The only thing in current breezy (2005-08-13) is the modem (sl-modem does not exist on amd64) and that suspend-to-ram doesn't seem to wake up again.

I haven't tried fglrx since hoary sometime. Just ask me and I will do try again.

ChristianBjälevik

Targa Traveller 826T MT32 (also a Lidl laptop)

This is a Turion64 system with some ATI chipset.

More info when I can try or fix things.

Twinhead

Notebook Twinhead D212A

Ubuntu version tested: 5.10 Live CD The installation was smooth, and incredibly fast, The installer recognised every device also some external devices such as Hard drives (USB Maxtor 250 GB) a PC card reader (7 in 1 from Bytestor) an external sound card (from Trust) an external USB Keyboard. I had a fully functional LINUX system in less than 10 minutes.. The Network detection wa also immediate and trouble free, after the installation I just needed to enter the IP address, the DNS server and the Network submask... and ready to surf the web.

The dual boot is still pending however I will do it in a near future.

UPDATE 14/Mar/06

I managed to configure a dual boot using this Laptop but running Ubuntu from my external hard drive (Maxtor 250 GB) and Win XP from the internal HD, although not as straight-forward, the installation was succefull, again every single device in my laptop was recognised immediately. Hey UBUNTU is simply great... it runs so smoothly, it is quite fast, I could notice a significant increment in performance compared with WinXP

se DaBruGo posting on http://www.ubuntuforums.org/showthread.php?t=80811

I hope this helps

DerJames

Uniwill

Uniwill N244II0 (LAC LUCGM Centrino)

Almost Everything Just Works with the Warty installer. It's rock solid. X.org from Hoary gets DRI working, and OpenGL is working well enough.

The Smartlink modem (AC'97) requires the 'sl-modem-daemon' and the 'sl-modem-modules' built to match the kernel. This modem does not work with the intel8x0m ALSA driver, only with the slamr module. After building and installing that module, it dials out just fine. My laptop has an Atheros based Wifi card in it (optional equipment) that works great with the Madwifi drivers. The built in ethernet card is well supported by the e100 driver and works flawlessly.

With a little effort, suspend to disk works too, using a kernel patched with the Software Suspend patches from http://softwaresuspend.berlios.de/ and the associated 'hibernate' script.

ACPI S3 suspend to RAM does not work at this time, in Linux 2.6.9. I don't know for certain if it's a BIOS problem or a Linux ACPI problem, though I suspect the latter. The screen remains dark after attempting to resume, and I suspect that what's wrong is that the video board hardware state is not getting restored.

This particular laptop came with a 1400x1050 built-in LCD, even though Uniwill only mentions it as a 1024x768 display. (Not all N244II0 laptops have the larger screen.) The VBIOS does not have a mode defined for the higher resolution, so out of the box, X will not run higher than 1024x768. I found a program called '822resolution' (http://perso.wanadoo.fr/apoirier/) that allows me to modify the VBIOS tables, adding a new mode. In order for this to work in concert with software suspend, it must be done from an initrd, so the new mode is in the BIOS when X comes back to life. Scripts that set this up, to be placed in /etc/mkinitrd/scripts, can be found at http://www.laclinux.com/~karlheg/. The display is kind of fuzzy at 1024x768, but at its full 1400x1050 native resolution, it's crisp.

The synaptics touchpad works fine, though I prefer to carry a USB mouse. Hotplugging USB devices (USB v1.1 and v2.0) works great, no issues whatsoever, no special boot options required.

There are a few flaws in this laptop model that I should mention. With older versions of the BIOS, polling the battery status via ACPI too often would cause keyboard and pointer interrupts to get dropped. That made the pointer jump around randomly and it would even push GUI buttons sometimes. A BIOS upgrade swats the bug; a workaround is to not poll the battery state very often -- shut off the Gnome panel battery applet. The other flaw is that when there is a full 1Gb of RAM installed, and Linux is compiled with highmem support, the machine moves at a snails pace. Without highmem support, you cannot access all of the RAM. The workaround is to add "mem=1008M" to the kernel boot command line, to get almost all of the RAM available. More than that makes it slow way down. (Anyone know why? Please explain it to me! (KarlHegbloom))

From KeithBachman Fri Apr 29 04:34:41 +0100 2005 From: Keith Bachman Date: Fri, 29 Apr 2005 04:34:41 +0100 Subject: eMachines M6807 architecture used? Message-ID: <20050429043441+0100@https://www.ubuntulinux.org>

What architecture did you use when testing your M6807? i386, or amd64?

I'll be putting it on this weekend, if I hit any snags I'll post them here. I have an M6805. The entire series (only difference in models is CPU speed, amount of RAM, HD capacity, and a DVD/CD-RW or a DVD burner) has the same motherboard, but has some tweaks. I'll work on writing it up for later addition to that section.

Zepto

Zepto Znote 6615WD

CPU: Intel Core 2 Duo T7600

GPU: Geforce Go 7600

RAM: 2GiB

HDD: 80GB, 5400rpm

Tested Ubuntu: Edgy Eft(6.10), amd64

The Installation worked directly, but I had to make some configurations, to get everything working as it should do, see Ubuntu 6.10 auf Zepto 6615WD. The buttons on the right side of the laptop for the volume worked with ubuntu out-of-the-box where they are still not working under windows(dirvers installed and buttons configured)

After some time I even have managed to get Beryl working Howto

Some Magazines say, that integrated Cardreaders don't work under Linux, but mine did Texas Instruments Laptop cardreader on ubuntu

Everything is working fine with the laptop except the webcam, where I haven't even tried yet to get it working.

CategoryLaptop

HardwareSupportMachinesLaptopsOthers (last edited 2008-08-06 17:01:26 by localhost)