AcerAspire1642WLMi

Issues with Ubuntu 6.10 (Edgy)

  • Wireless LAN LED not functional by default (See Notes)
  • Touchpad scroll button: Requires changes to xorg.conf (See Notes)
  • Correct resolution: 1280x800 requires 915resolution

Issues with Ubuntu 6.06 LTS (Dapper)

  • Wireless LAN LED doesn't work
  • Touchpad scroll button: Initially doesn't work - Need to run dpkg-reconfigure xorg-xserver
  • Correct resolution: 1280x800 requires 915resolution

Issues with Ubuntu 5.10 (Breezy)

  • No 3D Acceleration
  • Hibernate not functioning (See Notes)

Hardware details

5.10

6.06 LTS

6.10

Installation works?

Yes

Yes

Yes

Hardware Information

Screen & Monitors

Device

Works?

5.10

6.06 LTS

6.10

Screen

Yes

Yes

Yes

Correct resolution

See Notes

See Notes

See Notes

Correct refresh rate

Yes

Yes

Yes

3D Acceleration

No

Not Sure

Not Sure

External monitor works

Untested

Untested

Untested

External monitor - mirrors

Untested

Untested

Untested

External monitor - extend desktop

Untested

Untested

Untested

Power Management

Battery detected

See Notes

Yes

Yes

Hibernates

No

Yes

Yes

Sleep

Yes (See Notes)

Yes

Yes

Dim monitor on battery

Yes

Yes

Yes

Blank monitor on inactivity

Yes

Yes

Yes

Lid Close

Yes

Yes

Yes

Cpu frequency scaling

Untested

Untested

Yes

Sound

Sound works

See Notes

Yes

Yes

Correct volume

Yes

Yes

Yes

Hardware volume switch

Yes (FN+up FN+down)

Yes (FN+up FN+down)

Yes (FN+up FN+down)

Headphone jack

Yes

Yes

Yes

Mic jack

Untested

Untested

Untested

Networking

Wired NIC

Yes

Yes

Yes

Wireless NIC

Yes

Yes

Yes

PCMCIA NIC

Untested

Untested

Untested

Firewire

n/a

n/a

n/a

Bluetooth

Yes

Yes

Yes

Modem

Untested

Untested

Untested

Infrared Port

n/a

n/a

n/a

Touchpad & Mice

Touchpad

Yes

Yes

Yes

Touchpad - Doubletap = double click

Yes

Yes (See Notes)

Yes (See Notes)

Touchpad - Scroll down side

Yes (Scroll Key)

Yes (Scroll Key - See Notes)

Yes (Scroll Key - See Notes)

External mouse - USB

Yes

Yes

Yes

External mouse - Serial

n/a

n/a

n/a

Docking Station/Port Replicator

AC through replicator

Untested

Untested

Untested

USB

Untested

Untested

Untested

Serial

Untested

Untested

Untested

Parallel

Untested

Untested

Untested

External Monitor - VGA

Untested

Untested

Untested

External Monitor - DVI

Untested

Untested

Untested

Modem

Untested

Untested

Untested

NIC

Untested

Untested

Untested

PS/2

Untested

Untested

Untested

Additional Hardware

Fingerprint reader

n/a

n/a

n/a

CD/DVD drive

Yes

Yes

Yes

PCMCIA cards

Untested

Untested

Untested

Parallel Ports

n/a

n/a

n/a

Card reader(s)

n/a

n/a

n/a

Function and other keys

Fn key

Operation

Keycode

Works?

5.10

6.06 LTS

6.10

+ F1

Hot Key Help

0xf5

Yes

Yes

Yes

+ F2

Acer eSetting

n/a

n/a

n/a

+ F3

Acer ePM

n/a

n/a

n/a

+ F4

Sleep

No

No

Yes

+ F5

Display toggle

Untested

Untested

Untested

+ F6

Blank Screen

Yes

Yes

Yes

+ F7

Touchpad on/off

Yes

Yes

Yes

+ F8

Speaker on/off

0xa0

Yes

Yes

Yes

+ F11

Number Lock

Yes

Yes

Yes

+ F12

Scroll Lock

Yes

Yes

Yes

+ Right

Brightness Up

Yes

Yes

Yes

+ Left

Brightness Down

Yes

Yes

Yes

+ Up

Volume Up

0xb0

Yes

Yes

Yes

+ Down

Volume Down

0xae

Yes

Yes

Yes

Other special keys

Key

Operation

Keycode

Works?

5.10

6.06 LTS

6.10

$

Dollar Sign

No

No

No

Euro

Euro Sign

No

No

No

P

User Definable Button

n/a

n/a

n/a

E

Acer eManager

n/a

Yes (Launches Evolution)

Yes (Launches Evolution)

Globe

Launch Internet

Yes

Yes

Yes (Launches Firefox)

Envelope

Launch E-mail

Yes

Yes

Yes (Launches Evolution)

Bluetooth switch

Yes

Yes

Yes

Wireless switch

Yes

Yes

Yes

Wireless LAN LED not functional by default under 6.10 (Edgy), 6.06 LTS (Dapper) or anything prior

Apparently the Wireless LAN LED functionality sometimes causes lock-ups / freezes - I've never experienced this

To enable this, add the module options for the ipw2200 driver as follows:

sudo nano /etc/modprobe.d/ipw2200

Add this line, then Ctrl-O and Ctrl-X to save and exit:

options ipw2200 led=1

Unload and reload the module as follows:

sudo modprobe -r ipw2200
sudo modprobe ipw2200

Touchpad does not work correctly under 6.10 (Edgy)

Open a Terminal. Applications -> Accessories -> Terminal

Backup xorg.conf first

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.orig

Edit /etc/X11/xorg.conf

gksudo gedit /etc/X11/xorg.conf

and put this info in

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

and insert the following line into the ""ServerLayout"" section

InputDevice "Synaptics Touchpad"

Now save the file, and then in terminal run:

sudo dpkg-reconfigure -phigh xserver-xorg

Display does not use correct resolution in neither Ubuntu 6.10, 6.06 LTS nor 5.10

From terminal run:

sudo apt-get install 915resolution

Then restart x.org server

Ctrl + Alt + Backspace

For more info refer to this page i915Driver

Notes on Ubuntu 6.06 LTS Installation

  • Touchpad scroll button: Initially doesn't work - Need to run sudo dpkg-reconfigure xorg-xserver

  • Correct resolution: 1280x800 requires you to run sudo apt-get install 915resolution

  • As with 6.10 - Wireless LED not active by default (See Notes to enable)

Notes on Ubuntu 5.10 Installation

Notes on Ubuntu 5.10 to 6.06 LTS Upgrade

  • Hibernate issues in Breezy resolved in Dapper
  • Battery Detection issues in Breezy resolved in Dapper
  • Sound issues in Breezy resolved in Dapper

Notes on Ubuntu 6.06 LTS to 6.10 Upgrade

  • After kernel upgrade PCI cannot allocate resource region 7, 8 and 9 - Bug#56376 (No known effect)

  • Although opengl shows 3D rendering active, performance on 3D not equal to OS's with binary drivers (i.e. MS-Windows and SUSE Linux)


CategoryLaptop

LaptopTestingTeam/Old/AcerAspire1642WLMi (last edited 2010-02-26 18:06:48 by host226-241-dynamic)