Current Issues

System Info

bios-version:3A32
system-manufacturer:Acer,Inc.
system-product-name:Aspire 5003
system-version:Aspire 5003WLMI

Hardware details

in Feisty 64bit(current stable)?

in Gutsy 64bit

Installation works?

yes

yes

Hardware Information

Screen & Monitors

Device

Works?

Bug #

in Feisty (current stable)?

in Gutsy

Screen

yes

yes

Correct resolution?

no, only detects 1024x768 and should be 1280 x 800 ( WXGA ).See below

It Works.

Correct refresh rate?

yes

yes

3D Acceleration

no

It works (glxgears)

External monitor works?

Untested

Untested

External monitor - mirrors

Untested

Untested

External monitor - extend desktop

Untested

Untested

Power Management

Battery detected?

yes

yes

Hibernates?

Untested

yes

Sleep

no

no

Dim monitor on battery

yes

yes

Blank monitor on inactivity

yes

yes

Lid Close

Untested

yes

Cpu frequency scaling

yes

yes

Sound

Sound works?

yes

yes

Correct volume?

yes

yes

Hardware volume switch

yes

yes

Headphone jack

yes

yes

Mic jack

Untested

yes

Networking

Wired NIC

yes

yes

Wireless NIC

no working out of the box, with user supplied firmware works. See below.

Untested (ndis with bcmwl5 64 bit version, works)

PCMCIA NIC

Untested

Untested

Firewire

Untested

Untested

Bluetooth

Untested

Untested

Modem

Untested

Untested

Infrared

Untested

Untested

Touchpad & Mice

Touchpad

Untested

yes

Touchpad - Doubletap = double click

Untested

yes

Touchpad - Scroll down side

Untested

Untested (Works with xorg changes below)

Touchpad - turned off while typing

Untested

no

External mouse - USB

yes

yes

External mouse - Serial

Untested

Untested

Docking Station/Port Replicator

AC through replicator

Untested

Untested

USB

Untested

It works. USB Mouse and HD

Serial

Untested

Untested

Parallel

Untested

Untested

External Monitor - VGA

Untested

Untested

External Monitor - DVI

Untested

Untested

Modem

Untested

Untested

NIC

Untested

It works.

PS/2

Untested

Untested

Additional Hardware

Fingerprint reader

Untested

Untested

CD/DVD drive

yes

works

PCMCIA cards

Untested

Untested

Parallel Ports

Untested

Untested

Card reader(s)

Untested

Untested

Function and other keys

Fn key

Operation

Keycode

Works?

Bug #

in Feisty (current stable)?

in Gutsy (current development)?

+ F1

Hot Key Help

yes

yes

+ F2

Acer eSetting

no

Untested

+ F3

Acer ePM

no

Untested

+ F4

Sleep

button works, sleep doesn't

Untested

+ F5

Display switch (to external)

Untested

Untested

+ F6

Backlight off

yes

yes

+ F7

Touchpad off

yes

yes

+ F8

Mute

yes

yes

+ F11

Num Lock

yes

yes

+ F12

Scroll Lock

Untested

Untested

+ ArrowUp

Volume +

yes

yes

+ ArrowDown

Volume -

yes

yes

+ ArrowRight

Brightness +

yes

yes

+ ArrowLeft

Brightness -

yes

yes

+ Home

Song Start-Pause

yes

Untested

+ Pg Up

Song Stop

yes

Untested

+ Pg Dn

Song Backward

yes

Untested

+ End

Song Forward

yes

Untested

Other special keys

Key

Operation

Keycode

Works?

Bug #

in Feisty (current stable)?

in Gutsy (current development)?

Key

Untested

Untested

P1

User customizable button 1

no

Untested

P2

User customizable button 2

no

Untested

Globe

Launch Internet Browser

no

yes

Envelope

Launch Email Client

yes

yes

=== Fixing the screen resolution on Feisty=== The VGA chipset driver is SiSM760GX The lscpi output shows this:

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 760/M760 Host (rev 03)

I manually added a 1280x800 to the /etc/X11/xorg.conf file

Section "Screen"
        Identifier      "Default Screen"
        Device          "Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter"
        Monitor         "Generic Monitor"
        DefaultDepth    24

        ....Other SubSections...

        SubSection "Display"
                Depth           24
                Modes           "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

=== Activating the WIFI Feisty/Gutsy=== The lscpi output shows this:

00:0b.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)

There are 2 ways to make it run:

1-USE THE NATIVE linux driver

Note: This hangs the machine on boot for me -alexanderfaucher at gmail

Note: Unstable with Gutsy 64 -TiagoBonetti

http://boredklink.googlepages.com/ubuntuguide
You'll need the original firmware from here. To get the 64bit WindowsXP driver
ftp://ftp.support.acer-euro.com/notebook/ferrari_4000/driver/winxp64bit/80211g.zip

2-NDISWRAPPER Note: This oops'es ocassionally. Also benifits from rmmod, modprobe ndis after it stops responding (assuming no oops) -alexanderfaucher at gmail

To get the 64bit WindowsXP driver 
ftp://ftp.support.acer-euro.com/notebook/ferrari_4000/driver/winxp64bit/80211g.zip
https://wiki.ubuntu.com/LaptopTestingTeam/AcerAspire5003WLCiWifi

=== Touchpad scroll== add section to xorg.conf

Section "InputDevice"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option  "SHMConfig"  "true"
EndSection

Section "ServerLayout"
...
        InputDevice     "Synaptics Touchpad"
...

Notes

Will be testing other features soon but still on Feisty.


CategoryLaptop

LaptopTestingTeam/Old/AcerAspire5003WLMi (last edited 2010-02-27 13:30:46 by 94)