Overall, the Aspire One D255 works well on GNU/Linux.
This page is just for discussing using Linux on the Acer Aspire One D255. For a general discussion about this laptop you can visit the Acer Aspire One D255 page on LapWik.
If you would like to edit this page please first view our Editing Guidelines.
For full specifications see the Acer Aspire One D255 specifications page.
Name | Acer Aspire One D255 |
Processor | Intel® Atom™ Processor N550 (1MB L2 cache, 1.5GHz) Intel® Atom™ Processor N450 (512KB L2 cache, 1.66GHz) |
Screen | 10.1“ WSVGA |
RAM | Up to 2GB |
HDD | up to 250GB |
Optical Drive | None |
Graphics | Intel® Graphics Media Accelerator 3150 |
Network | 10/100 Ethernet Acer® InviLink Nplify 802.11b/g/n wireless LAN |
Device | Compatibility | Comments |
---|---|---|
Processor | Yes | N450 Tested |
Screen | Yes | |
HDD | Yes | |
Graphics | Yes | |
Sound | Yes | |
Ethernet | Yes | |
Wireless | Yes | Proprietary Broadcom driver |
USB | Yes | |
Card Reader | Not Tested | |
Webcam | Yes |
Was tested with Debian Squeeze. There are a few issues with the wireless card upon resume. This can be worked around by reloading the driver:
modprobe -r brcm80211 ; modprobe brcm80211
You can set that command to run whenever you resume, however it is done on your distro, on Debian Squeeze:
$ cat /usr/lib/pm-utils/sleep.d/53brcm8021 #!/bin/sh # reloads the bc43xx driver upon resuming . "${PM_FUNCTIONS}" suspend_nm() { return 0 } resume_nm() { `/sbin/modprobe -r brcm80211 ; /sbin/modprobe brcm80211` > /dev/null } case "$1" in hibernate|suspend) suspend_nm ;; thaw|resume) resume_nm ;; *) exit $NA ;; esac
You can enter a summary of how well the Acer Aspire One D255 works with Linux here.