AcerAspire7720Z

Differences between revisions 5 and 6
Revision 5 as of 2008-01-25 00:41:40
Size: 8867
Editor: 78-27-16-181
Comment: Added Current issues
Revision 6 as of 2008-01-29 19:16:08
Size: 9246
Editor: 78-27-16-181
Comment: Added workaround info for framebuffer issue
Deletions are marked like this. Additions are marked like this.
Line 165: Line 165:
This is not specific to this laptop. To get a nice smaller font search on the internet on how to solve this. This is not specific to this laptop.
See https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/129910 for a bug report about this.
To get a nice smaller font and work around bug:

1. comment the "blacklist vesafb" (but leave uncommented every others) line in /etc/modprobe.d/blacklist-framebuffer
2. add "fbcon" and "vesafb" in /etc/initramfs-tools/modules
3. add the vga=792 in your boot list, 864(=1440x900) did not work for me
4. update-initramfs -v -u -k $(uname -r)
  • Contact: MozDevil

  • Make: Acer
  • Brand: Aspire
  • Model: 7720Z
  • Website:

Current Issues

  • ACPI temperature monitoring does not work proper, Laptop overheats (see below)
  • Sound card volume is half of what it is supposed to be
  • S-video out does only work when connected at boot and not after putting it off with xrandr (see below)

System Info

Acer

Aspire 7720Z

V1.19

Hardware details

Screen & Monitors

Device

Works?

Bug #

in Ubuntu 6.06 LTS

in Gutsy (current development)

Screen

Untested

Yes

Correct resolution?

Untested

Yes

Correct refresh rate?

Untested

Yes

3D Acceleration

Untested

Untested

External monitor works?

Untested

Yes

External monitor - mirrors

Untested

Yes

External monitor - extend desktop

Untested

Yes

Power Management

Battery detected?

Untested

Yes

Hibernates?

Untested

Yes

Suspend

Untested

Yes

Dim monitor on battery

Untested

Yes

Blank monitor on inactivity

Untested

Yes

Lid Close

Untested

Yes

Cpu frequency scaling

Untested

Yes

Sound

Sound works?

Untested

Yes*

Correct volume?

Untested

No, to soft

Hardware volume switch

Untested

Yes

Headphone jack

Untested

Yes

Mic jack

Untested

Untested

Networking

Wired NIC

Untested

Yes

Wireless NIC

Untested

Yes*

PCMCIA NIC

Untested

n/a

Firewire

Untested

Untested

Bluetooth

Untested

n/a

Modem

Untested

Untested

Infrared

Untested

Untested

Touchpad & Mice

Touchpad

Untested

Yes

Touchpad - Doubletap = double click

Untested

Yes

Touchpad - Scroll down side

Untested

Untested

External mouse - USB

Untested

Yes

External mouse - Serial

Untested

n/a

Docking Station/Port Replicator

AC through replicator

Untested

Untested

USB

Untested

Untested

Serial

Untested

n/a

Parallel

Untested

n/a

External Monitor - VGA

Untested

Untested

External Monitor - DVI

Untested

n/a

Modem

Untested

Untested

NIC

Untested

Untested

PS/2

Untested

n/a

Additional Hardware

Fingerprint reader

Untested

n/a

CD/DVD drive

Untested

Yes

PCMCIA cards

Untested

Untested

Parallel Ports

Untested

n/a

Card reader(s)

Untested

Untested

Function and other keys

Fn key

Operation

Keycode

Works?

Bug #

in Ubuntu 6.06 LTS?

in Gutsy (current development)?

+ Space

Untested

Untested

+ Esc

Untested

Untested

+ F1

Untested

Untested

+ F2

Untested

Untested

+ F3

Untested

Untested

+ F4

Untested

Untested

+ F5

Untested

Untested

+ F6

Untested

Untested

+ F7

Untested

Untested

+ F8

Untested

Untested

+ F9

Untested

Untested

+ F10

Untested

Untested

+ F11

Untested

Untested

+ F12

Untested

Untested

Other special keys

Key

Operation

Keycode

Works?

Bug #

in Ubuntu 6.06 LTS

Gutsy (current development)

KEY

Untested

Untested

Notes

Souncard

The soundcard did not work out of the box. Edit /etc/modprobe.d/alsa-base Add the line: "options snd-hda-intel model=acer"

Enable the gutsy-backport repository Goto System >> Administration >> Software Sources >> Updates >> Unsuported Updates (gutsy backports)

Install linux-backport-modules-generic apt-get install linux-backport-modules-generic

Sound should be working now.

Wireless

Although the Acer manual says that the laptop contains a Intel PRO/Wireless 3945BG card lspci reports it as an Atheros Communications, Inc. AR5006EG 802.11 b/g Wireless PCI Express Adapter (rev 01). With the ath driver modules ath_pci and ath_hal the card did not appear in the network tools like ifconfig and iwconfig. dmesg reported an HAL error 13 for the ath_hal driver, saying something about an unsupported version.

There are different solutions to this.

  • 1. Install the ndiswrapper and use a Windows XP driver which does not offer all the possibilities the card has.
  • 2. Install a patched version of the MadWifi driver, I really dig this.

The other problem with the card is that it can be enabled/disabled by using a button on the laptop, this is actually a nice feature to save power. The problem is that the button is not implemented in the standard acpi package. To solve this I installed the acer_acpi package. (see below)

NdisWrapper

Install the ndiswrapper utils and the gtk interface. apt-get install ndiswrapper-utils ndisgtk

Blacklist the ath drivers by adding them to the /etc/modprobe.d/blacklist file blacklist ath_hal blacklist ath_pci

Download the net5211 windows driver from the internet and unpack the zip file.

Run ndisgtk and install the driver.

I needed to reboot to make the connection appear.

MadWifi with ath5007 support

Download http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz Follow the instructions on http://madwifi.org/wiki/UserDocs/FirstTimeHowTo

acer_acpi

After using wireless for some time I noticed that wireless sometimes worked and sometimes not. After some searching I found out that the wireless card can be switched on and off with a key on the keyboard. Instead of starting up windows, enabling wifi, soft rebooting and starting up Ubuntu. To make it work install acer_apci 0.11.0. I needed to pull this from the git repository. Search around on the internet how to do this, it is really easy.

S-video

The s-video output only seems to work when the cable is connected at boot. When the s-video port is switched off with xrandr it can not be switched on again. The screen flashes a few vague lines but stays black afterwards.

Frame buffer

The vga kernel option did not work, so the tty's have big fonts that seem ugly, this has to do with the framebuffer. The frame buffer does not work since the kernel team disabled all frame buffer modules. This is not specific to this laptop. See https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/129910 for a bug report about this. To get a nice smaller font and work around bug:

1. comment the "blacklist vesafb" (but leave uncommented every others) line in /etc/modprobe.d/blacklist-framebuffer 2. add "fbcon" and "vesafb" in /etc/initramfs-tools/modules 3. add the vga=792 in your boot list, 864(=1440x900) did not work for me 4. update-initramfs -v -u -k $(uname -r)

ACPI temperature monitoring does not work proper, Laptop overheats

Sometimes it does sometimes not. Especially after suspend the temperature monitor reports a wrong temperature, usually 0 degrees. Because of this the fan never starts and the laptop becomes to hot, especially while watching video. After reaching the critical temperature the laptop shuts itself off unclean. With lm-sensors I always get the right temperatures for the two cores, which are almost the same as the temperature reported by 'cat /proc/acpi/thermal_zone/TZ01/temperature'. The polling interval is also disabled when this happens. Setting the polling interval manually does not help, it does not give an error but it also does not result in polling it seems.

To diagnose I installed lm-sensors and executed sensors-detect, added coretemp to /etc/modules and use 'sensors -t' to see what the temperature is of the CPU's. There is also an applet called 'sensors applet' to show the reported temperatures in the gnome panels.

Not tested

  • Firewire
  • CardReader

  • Modem
  • Mic (I read somewhere that it does not work)

SergioZanchetta/Old/AcerAspire7720Z (last edited 2012-01-21 09:57:15 by vpn-3091)