AcerAspireOneD150

Differences between revisions 16 and 17
Revision 16 as of 2010-03-29 14:56:56
Size: 5958
Editor: dhcp152
Comment:
Revision 17 as of 2010-04-01 17:29:42
Size: 6187
Editor: kiwi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 51: Line 51:
=== Wireless === === Wireless (Lucid Lynx) ===
Line 87: Line 87:
=== Audio (for Ubuntu 9.10) === === Wireless (Karmic Koala) ===

With wired connection, open System->Administration->Hardware Drivers and activate the bcm driver.

Without wired connection use the "Solution 2" above. Rebooting is not required.

=== Audio (Karmic Koala) ===

Acer Aspire One D150

Ubuntu 9.10 - Karmic Koala

Test

Description

Final Release

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*

hcn-001

Test Automatic Connectivity (wired)

PASS

hsi-001

Test Audio (speaker)

PASS*

hhi-001

Test Audio (headphone)

PASS*

hhu-002

Test Audio (usb)

not tested

hmi-001

Test Recording (internal)

PASS*

hme-002

Test Recording (external)

PASS*

hmu-002

Test Recording (usb)

not tested

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

Lucid Lynx

Test

Description

Alpha 3

Beta 1

Beta 2

Release Candidate

Final Release

dls-001

Live Session Start

PASS

PASS

dls-002

Live Session Finish

not tested

PASS

udc-001

Live environment

PASS

PASS

his-001

Verify Screen Functionality

not tested

PASS

kbt-002

Test Keyboard

not tested

PASS

hmo-001

Test Touchpad

PASS

PASS

hwn-001

Test Automatic Connectivity (wireless)

not tested

PASS*

hcn-001

Test Automatic Connectivity (wired)

not tested

not tested

hsi-001

Test Audio (speaker)

not tested

PASS*

hhi-001

Test Audio (headphone)

not tested

not tested

hhu-002

Test Audio (usb)

not tested

not tested

hmi-001

Test Recording (internal)

not tested

PASS*

hme-002

Test Recording (external)

not tested

not tested

hmu-002

Test Recording (usb)

not tested

not tested

hmu-002

Test USB Mouse

not tested

not tested

hiw-001

Test Webcam (internal)

not tested

PASS

udc-002

Full Installation (ISO Source)

not tested

not tested

snr-001

Suspend/Resume smoke test

not tested

PASS

Post-install fixes

Wireless (Lucid Lynx)

With wired connection, open System->Administration->Hardware Drivers and activate the b43-fwcutter.

Without wired connection there are two options. Rebooting is not required.

Solution 1. Download and install the firmware for the b43 driver (recommended)

Download this and this form another computer. Save them on the Desktop. Open a terminal and run

cd ~/Desktop
tar xvf b43-tools-5a082479780cc0ce68c1a1b8709b30a092461e4c.tar.gz
cd b43-tools/fwcutter
make
cd ..
export FIRMWARE_INSTALL_DIR="/lib/firmware"
tar xjf ../broadcom-wl-4.178.10.4.tar.bz2
cd broadcom-wl-4.178.10.4/linux
sudo ../../fwcutter/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
sudo modprobe b43

(adapted from http://wireless.kernel.org/en/users/Drivers/b43#fw-b43-lp)

Solution 2. Download and install the Broadcom proprietary driver

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

Make sure you download all its dependencies as well (or just try to install and let the package installer complain so that you know what are the dependencies).

Double-click on the .deb files to open the package installer.

After installing bcmwl-kernel-source open a terminal and run

sudo modprobe wl

Wireless (Karmic Koala)

With wired connection, open System->Administration->Hardware Drivers and activate the bcm driver.

Without wired connection use the "Solution 2" above. Rebooting is not required.

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.

Issues

Audio

Recording with the internal microphone had very poor quality.

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.

lshw

sudo lshw -C network makes the xserver mess up the screen. BUG #545469

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