FujitsuAmiloA7640

Differences between revisions 19 and 20
Revision 19 as of 2005-10-16 02:05:38
Size: 6465
Editor: host81-154-88-233
Comment:
Revision 20 as of 2005-10-17 19:35:10
Size: 5849
Editor: host81-156-29-67
Comment:
Deletions are marked like this. Additions are marked like this.
Line 50: Line 50:
||<-4> '''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 || ||
Line 80: Line 70:
||<-6> '''Other special keys''' ||
||<|2> '''Key''' ||<|2> '''Operation''' ||<|2> '''Keycode''' ||<-2> '''Works?''' ||<|2> Bug # ||
|| in Hoary (current stable)? || in Breezy (current development)? ||
|| Key || || || Untested || Untested || ||
  • Contact: Dave Meikle, Johan Dahlin
  • Make: Fujitsu Seimens
  • Model: Amilo A7640

Current Issues

The laptop is working beautifully apart from a small bug that Johan raised back in Warty (http://bugzilla.ubuntu.com/show_bug.cgi?id=6628) and PCMCIA Cards not working.

Need to look a little further into PCMCIA thing once I get a hold of one.

Hardware details (x86)

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

Sleep

Sometimes

Yes

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

Additional Hardware

CD/DVD drive

Yes

Yes

PCMCIA cards

No

No

TV out

Yes

Yes

Flash card reader

No

No

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

Works

+ 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

Breezy Install Notes (x86)

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

NOTE: You could all use export CC=/usr/bin/gcc-3.4 and then run dldrconfig, but then you would have to do this each time a new kernel update came in.

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

Notes (x86)

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.

03/09/2005 - Dave: acpi -b just reads /proc/acpi/battery/BAT0/state which has the "present rate" field always set to 0 mA. I reported this on warty as http://bugzilla.ubuntu.com/show_bug.cgi?id=6628 and it's still present using breezy. Seems to be an ACPI interpreter incompability issue. Have you modified your ACPI bytecode or done something else to make it work? I never got pcmcia cards working either, maybe it's a problem with my hardware, dunno. I also tested hibernation on breezy and it seems to work just fine. I'm using the kernel command line option acpi_sleep=s3_bios, it might be needed, haven't tested without yet. --Johan

LaptopTestingTeam/Old/FujitsuAmiloA7640 (last edited 2010-03-02 09:41:00 by host226-241-dynamic)