Popular Guides
View more guides at Linux Wiki Guides
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.
Discussion
Everything except for the video works on ubunto. I'm trying to find drivers. Though I'm not sure where they are or how to install them.
I have an Aspire One D255 netbook and the wireless card is Broadcom Corporation Device 4727
The card reader is a peripheral designed to read from and write to, SDHC (Secure Digital High Capacity) and similar cards that may be used in cameras for storage or can be used as an alternative to a USB flash drives. It has nothing to do with wireless. (I suggest that if you don't understand English you might want to get a good translation into your own language before replying. If you need help and your first language is French or Dutch, just ask me.)
I tried Ubuntu and Mint. But found that battery drained much faster and it run a bit hotter also. Waiting for better new update.
You know when I saw the card reader not tested I knew your review was worthless. The card reader is the issue with installing GNU/Linux. It is a deal breaker.
The only distribution I have found so far that was works “out of the box” is Fluppy 13, a derivative of Puppy Linux.
After much experimenting with distributions, the resolution of the ENE Technologies card reader is possible in two ways: either
(1) Choose a distribution with a kernel that is more recent than 2.6.35.2 (e.g., Fluppy 13, a Puppy Linux derivative or Sabayon 5.5 - go to Distrowatch, where you can get a list of distributions by Linux [kernel] release no.)
Or
(2) Get the driver source (https://bugs.launchpad.net/ubuntu/+bug/530277, view all comments), there is also a .deb available for both 64 bit or 32 bit Ubuntu's - but you have to match the kernel release no. to use it).
I have used the deb in Lubuntu 10.10 and it works and have downloaded the Sabayon distribution and it also works fine.
Albert
That is the wrong wireless card. The Aspire one D255 has a Intel WIFI Link 1000 wireless card. Tto get it working in debian or ubuntu just install iwlwifi.