AcerAspireOneD150

Differences between revisions 5 and 32 (spanning 27 versions)
Revision 5 as of 2010-03-23 20:18:19
Size: 3017
Editor: dan75-8-88-181-11-173
Comment:
Revision 32 as of 2010-05-28 17:02:48
Size: 3417
Editor: host133-35-dynamic
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from Testing/Laptop/Lucid/Reports/AcerAspireOneD150
## page was renamed from Testing/Laptop/Reports/AcerAspireOneD150
Line 5: Line 7:
'''NOTE: This is NOT YET A REAL TEST.'''

== Lucid Lynx ==

||<style="font-weight: bold"> Test||<style="font-weight: bold">Description||<style="font-weight: bold">Alpha 3||<style="font-weight: bold">Beta 1||<style="font-weight: bold">Beta 2||<style="font-weight: bold">Release Candidate||<style="font-weight: bold">Final Release||
||snr-001||Suspend/Resume smoke test||Not tested||<style="background-color: green">PASS|| || || ||
||snr-002||Extended Suspend/Resume test||Not tested|| || || || ||
||snr-003||Hibernate/Resume smoke test||Not tested|| || || || ||
||him-001||Test Card Reader||Not tested|| || || || ||
||him-002||Reconnect Card Reader and Verify Remounting||Not tested|| || || || ||
||hmt-001||Test Trackpad||Not tested|| || || || ||
||hmu-002||Test Mouse||Not tested|| || || || ||
||hmu-004||Reconnect Mouse||Not tested|| || || || ||
||hcn-001||Test Automatic Connectivity||Not tested|| || || || ||
||hcn-002||Verify Release of Device||Not tested|| || || || ||
||hcn-003||Verify Manual Connectivity||Not tested|| || || || ||
||hwn-001||Test Automatic Connectivity||Not tested|| || || || ||
||hsi-001||Test Audio (speaker)||Not tested||<style="background-color: green">PASS|| || || ||
||hhi-001||Test Audio (headphone)||Not tested||Not tested|| || || ||
||hhu-002||Test Audio (usb)||Not tested||Not tested|| || || ||
||hmi-001||Test Recording||Not tested|| || || || ||
||hm2-002||Test Recording||Not tested|| || || || ||
||hme-002||Test Recording||Not tested|| || || || ||
||his-001||Verify Screen Functionality||Not tested|| || || || ||
||usk-001||Attach keyboard||Not tested|| || || || ||
||usk-004||Typing test OO.o Writer||Not tested|| || || || ||
||usk-005||Remove keyboard||Not tested|| || || || ||
||usk-006||Reinsert keyboard||Not tested|| || || || ||
||huw-002||Test Picture||Not tested|| || || || ||
||hiu-001||Test Port Connectivity||Not tested|| || || || ||
||hiu-003||Test Port Recognition 2||Not tested|| || || || ||
||hum-001||Connect Card Reader||Not tested|| || || || ||
||hum-002||Test Card Reader||Not tested|| || || || ||
||hum-003||Disconnect Card Reader||Not tested|| || || || ||
||hum-004||Reconnect Card Reader and Verify Remounting||Not tested|| || || || ||
||hpu-001||Connect printer||Not tested|| || || || ||
||hpu-002||Print test page||Not tested|| || || || ||
||hpu-003||Disconnect printer||Not tested|| || || || ||
||hpu-004||Reconnect printer||Not tested|| || || || ||
||dls-001||Live Session Start||<style="background-color: green">PASS||<style="background-color: green">PASS|| || || ||
||dls-002||Live Session Finish||Not tested|| || || || ||
||udc-001||Live environment||<style="background-color: green">PASS||<style="background-color: green">PASS|| || || ||
||udc-002||Full Installation (ISO Source)||Not tested|| || || || ||

=== Notes ===
<<TableOfContents>>
Line 52: Line 10:
sudo lshw -C network made the xserver mess up the screen, then Ctrl+Alt+F4, Ctrl+Alt+F7 brought proper rendering back. == Ubuntu 9.10 - Karmic Koala ==

||<style="font-weight: bold"> Test||<style="font-weight: bold">Description||<style="font-weight: bold">Final||<style="font-weight: bold"> Notes||
|||||||||||||||| ||
||dls-001||Live Session Start ||<#008800>PASS|| ||
||his-001||Verify Screen Functionality ||<#008800>PASS|| ||
||kbt-002||Test Keyboard ||<#008800>PASS|| ||
||hmo-001||Test Touchpad ||<#008800>PASS|| ||
||hwn-001||Test Automatic Connectivity (wireless)||<#008800>PASS||<<FootNote(See wireless post-install fixes for Karmic below)>>||
||hcn-001||Test Automatic Connectivity (wired)||<#008800>PASS|| ||
||hsi-001||Test Audio (speaker) ||<#008800>PASS||<<FootNote(See audio post-install fixes for Karmic below)>>||
||hhi-001||Test Audio (headphone) ||<#008800>PASS||<<FootNote(See audio post-install fixes for Karmic below)>>||
||hhu-002||Test Audio (usb) || || ||
||hmi-001||Test Recording (internal) ||<#008800>PASS||<<FootNote(See audio post-install fixes for Karmic below)>>||
||hme-002||Test Recording (external) ||<#008800>PASS||<<FootNote(See audio post-install fixes for Karmic below)>>||
||hmu-002||Test Recording (usb) || || ||
||hmu-002||Test USB Mouse ||<#008800>PASS|| ||
||hiw-001||Test Webcam (internal) ||<#008800>PASS|| ||
||udc-002||Full Installation (ISO Source)||<#008800>PASS|| ||
||snr-001||Suspend/Resume smoke test ||<#008800>PASS|| ||

<<FootNote>>



== Post-install fixes ==

=== Wireless (Karmic Koala) ===

 1. If you have wired connection

  * '''Automatic Broadcom proprietary driver installation:'''

   i. Update and upgrade your system.
   i. Open System->Administration->Hardware Drivers and activate the BCM driver.

 1. If you don't have wired connection or you are on a live session

  * '''Download and install the Broadcom proprietary driver:'''

   i. Download the .deb file of the bcmwl-kernel-source package from [[http://packages.ubuntu.com/karmic/admin/bcmwl-kernel-source|here]].
   i. Make sure you download all its dependencies as well (or just try to install and let the package installer complain, so that you will know what are the missing dependencies).
   i. Double-click on the .deb files to open the package installer.
   i. After installing bcmwl-kernel-source open a terminal and run
   {{{
sudo modprobe wl
}}}

=== Audio (Karmic Koala) ===

Open a terminal and run
{{{
sudo gedit /etc/modprobe.d/alsa-base.conf
}}}
Copy the following lines to the end of the file:
{{{
alias snd-card-0 snd-hda-intel
options snd-hda-intel model=acer
options snd-hda-intel power_save=0 power_save_controller=N
}}}
Save. Exit.


== Known issues ==

=== Wireless ===

 * Turning on/off wireless via the switch key does work but Ubuntu is not aware of the switching. Only after a while it realizes "there are no available networks" or some "connection problems", not that the device is actually off.

 * LED does not work as it should: slow blinking when not connected, full when connected and fast blinking when sending/receiving data.

Acer Aspire One D150

Ubuntu 9.10 - Karmic Koala

Test

Description

Final

Notes

dls-001

Live Session Start

PASS

his-001

Verify Screen Functionality

PASS

kbt-002

Test Keyboard

PASS

hmo-001

Test Touchpad

PASS

hwn-001

Test Automatic Connectivity (wireless)

PASS

1

hcn-001

Test Automatic Connectivity (wired)

PASS

hsi-001

Test Audio (speaker)

PASS

2

hhi-001

Test Audio (headphone)

PASS

2

hhu-002

Test Audio (usb)

hmi-001

Test Recording (internal)

PASS

2

hme-002

Test Recording (external)

PASS

2

hmu-002

Test Recording (usb)

hmu-002

Test USB Mouse

PASS

hiw-001

Test Webcam (internal)

PASS

udc-002

Full Installation (ISO Source)

PASS

snr-001

Suspend/Resume smoke test

PASS

  1. See wireless post-install fixes for Karmic below (1)

  2. See audio post-install fixes for Karmic below (2 3 4 5)

Post-install fixes

Wireless (Karmic Koala)

  1. If you have wired connection
    • Automatic Broadcom proprietary driver installation:

      1. Update and upgrade your system.
      2. Open System->Administration->Hardware Drivers and activate the BCM driver.

  2. If you don't have wired connection or you are on a live session
    • Download and install the Broadcom proprietary driver:

      1. Download the .deb file of the bcmwl-kernel-source package from here.

      2. Make sure you download all its dependencies as well (or just try to install and let the package installer complain, so that you will know what are the missing dependencies).
      3. Double-click on the .deb files to open the package installer.
      4. After installing bcmwl-kernel-source open a terminal and run
        sudo modprobe wl

Audio (Karmic Koala)

Open a terminal and run

sudo gedit /etc/modprobe.d/alsa-base.conf

Copy the following lines to the end of the file:

alias snd-card-0 snd-hda-intel
options snd-hda-intel model=acer
options snd-hda-intel power_save=0 power_save_controller=N

Save. Exit.

Known issues

Wireless

  • Turning on/off wireless via the switch key does work but Ubuntu is not aware of the switching. Only after a while it realizes "there are no available networks" or some "connection problems", not that the device is actually off.
  • LED does not work as it should: slow blinking when not connected, full when connected and fast blinking when sending/receiving data.

Testing/Laptop/Karmic/Reports/AcerAspireOneD150 (last edited 2010-05-28 17:02:48 by host133-35-dynamic)