FujitsuAmiloA7640

Revision 8 as of 2005-09-03 20:28:26

Clear message
  • Contact: Dave Meikle, Johan Dahlin
  • Make: Fujitsu Seimens
  • Model: Amilo A7640

Current Issues

Everything has went without a hitch but when running a dist-upgrade on Colony-3 last night (02/09/2005) the following happened:

1) With the current kernel image for i386 the battery status sometimes does not update. This is like on many previous kernels before. The original one installed with Colony-3 works perfectly. Will try to work out what this is. I don't think this is a bug as it is probably the crappy acpi in this laptop.

Hardware details

Hardware Information

Screen & Monitors

Device

Works?

Bug #

in Hoary (current stable)?

in Breezy (current development)?

Screen

Works

Works

Correct resolution?

Yes 1024x768

Yes - 1024x768

Correct refresh rate?

Yes

Yes

3D Acceleration

N/A

N/A

External monitor works?

Yes

Yes

External monitor - mirrors

Untested

Untested

External monitor - extend desktop

Untested

Untested

Power Management

Battery detected?

Yes

Yes

Hibernates?

Untested

Untested

Sleep

Sometimes

Sometimes

Dim/Blank monitor?

Yes

Yes (works better on Screen Lid Close

Sound

Sound works?

Yes

Yes

Correct volume?

Yes

Yes

Hardware volume switch

N/A

N/A

Headphone jack

Yes

Yes

Mic jack

Yes

Yes

Networking

Wired NIC

Yes

Yes

Wireless NIC

Yes - with NDISwrapper/Linuxant

Yes - with Linuxant (notes to follow)

PCMCIA NIC

Untested

Untested

Firewire

Untested

Untested

Bluetooth

N/A

N/A

Modem

Untested

Untested

Infrared

N/A

N/A

Touchpad & Mice

Touchpad

Yes

Yes

Touchpad - Doubletap = double click

Yes, but I turn this off

Yes, but I turn this off

Touchpad - Scroll down side

Yes

Yes

External mouse - USB

Yes

Yes

External mouse - Serial

N/A

N/A

Docking Station/Port Replicator

AC through replicator

N/A

N/A

USB

N/A

N/A

Serial

N/A

N/A

Parallel

N/A

N/A

External Monitor - VGA

N/A

N/A

External Monitor - DVI

N/A

N/A

Modem

N/A

N/A

NIC

N/A

N/A

PS/2

N/A

N/A

Additional Hardware

CD/DVD drive

Yes

Yes

PCMCIA cards

Yes

Yes

TV out

Yes

Yes

Function and other keys

Fn key

Operation

Keycode

Works?

Bug #

in Hoary (current stable)?

in Breezy (current development)?

+ Space

Untested

Untested

+ Esc

Untested

Untested

+ F1

Sleep

Doesn't Work

Doesn't Work

+ F2

Untested

Untested

+ F3

Mute

Doesn't Work

Work

+ F4

LCD/Monitor Switch

Works - at start up

Works - at start up

+ F5

Volume Up

Doesn't Work

Works

+ F6

Volume Down

Doesn't Work

Works

+ F7

Brightness Up

Works

Works

+ F8

Brightness Down

Works

Works

+ F9

Untested

Untested

+ F10

Untested

Untested

+ F11

Untested

Untested

+ F12

Untested

Untested

+ 1

Untested

Untested

+ 2

Untested

Untested

Other special keys

Key

Operation

Keycode

Works?

Bug #

in Hoary (current stable)?

in Breezy (current development)?

Key

Untested

Untested

Breezy Install Notes

Installed using the following parameters:

linux vga=771

Installation was fine. Only Problem I had after installation was getting the Wireless to work using driverloader (NDISWrapper did not even entertain me!). Here is what happend:

I installed the kernel headers for my kernel and then driverloader. Upon the driverloader install it tried to compile the driverloader module but couldn't as it was looking for gcc-3.4. So I then installed the gcc-3.4 package. This allowed the module to be built but there was a problem inserting it into the kernel.

Upon checking dmesg it showed that it couldn't insert it as the magic number where different - this was due to it picking up gcc-4.0 for the module and the kernel was compiled with gcc-3.4 (this is due to the gcc symlink pointing to gcc-4.0 when compiling the module).

To solve this I ran the following: cd /usr/bin sudo rm gcc sudo ln -s gcc gcc-3.4

This then allowed me to build the module and insert it. I then followed the standard procedure for setting driverloader up.

Notes

Most things in the Laptop just worked. which was pretty impressive due to the customisation I used to have to with other distros.

The Wireless Card (Intersil 3886) requires NDISWrapper or Linuxant to run correctly. This is due to no native Linux driver being available - prism54.org is working on one apparently. Hibernation is not quite working. It's not possible to query how much battery powers there is left, so applets will not work.

25/08/2005 - Johan, I can query how much battery power that is left <acpi -b>. This used to be a problem for me on other Distros but never on Ubuntu. The standard Gnome Battery Charge Monitor has always worked for me. If it doesn't work for you maybe we can bang our heads together and work out why.