Popular Guides
View more guides at Linux Wiki Guides
The latest in the Aspire One 700 family. It has been available with a C-60 apu for some time, and now a new model with C-70 apu is also available. The price on the C-60 models has come down accordingly, making it a bargain in many cases.
This page is just for discussing using Linux on the Acer Aspire One 725. For a general discussion about this laptop you can visit the Acer Aspire One 725 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 725 specifications page.
| Name | Acer Aspire One 725 |
| Processor | AMD C-Series dual-core processor C-60/C-70* (1 MB L2 cache, 1 GHz with Turbo CORE Technology up to 1.33 GHz) |
| Screen | 11.6” HD 1366 x 768 resolution, high-brightness (200-nit) Acer CineCrystal LED-backlit TFT LCD |
| RAM | Up to 4 GB |
| HDD | 320/500 or larger hard disk drive(depending on the model) |
| Optical Drive | No, External USB ODD (optional) |
| Graphics | AMD Radeon HD 6290/7290* |
| Network | RJ-45 port Acer InviLink Nplify 802.11b/g/n Broadcom 4313 |
| USB | Newest models have one USB 3.0 port and two USB 2.0 ports |
* C-60+HD 6290/C-70+HD 7290 varies with models.
| Device | Compatibility | Comments |
|---|---|---|
| Processor | OK | |
| Screen | OK | Brightness controls may not work |
| HDD | OK | |
| Graphics Chip | OK | |
| VGA Out | OK | |
| HDMI Out | OK | |
| Sound | OK | |
| Microphone | OK | |
| Headphone Port | OK | |
| Microphone-In Port | Not Tested | Combined with Headphone port. |
| Ethernet | OK | |
| Wireless | OK | |
| Bluetooth | Almost OK | May temporarily require Windows to enable. |
| WWAN | Not Tested | |
| USB | OK | |
| Card Reader | OK | |
| Webcam | OK | |
| Keyboard | OK | |
| TouchPad | Almost OK | Hit Fn-F7 before logging in – see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1058346 |
| Suspend/Resume | OK |
Some reported that the touchpad doesn't work, in which case hitting Fn+F7 before login. However, it natively works with Debian Wheezy with its native kernel 3.2.0.
As Linux 3.2.0 didn't seem to suffice this laptop, I decided to give 3.8.2 a try. First and foremost, I compiled my own kernel, so installing a pre-built kernel may not get desired results. Here's my config (gzip'd), but I have many things disabled as it is unclean with things still enabled, and should only really be used for reference. This contains all the modifications that are listed below.
This shall be updated as I find out things.
Brightness largely works with 3.8.2.
X may do a full-screen flash whenever brightness up/down keys are pressed. looking at acpi_listen's output, hitting the brightness down button yields not one but two results:
video/brightnessdown BRTDN 00000087 00000000
and
video/switchmode VMOD 00000080 00000000 K
Remembering from research I did prior, many users had problems with laptop WMI extras, so I disabled CONFIG_ACER_WMI in the kernel's config, which fixed the problem
NOTE: This will only work for the radeon driver; it won't fix fglrx's equivalence.
Moreover, if using the radeon driver (not fglrx/catalyst), there's a special file,
/sys/class/backlight/radeon_bl0/brightness
which can be used for a more fine brightness adjust.
Valid numbers for this are 0-255, where 0 turns off the backlight and 255 is the brightest possible.
Although I cheated and enabled it in Windows before I started all of this, something tells me that
CONFIG_ATH9K_BTCOEX_SUPPORT
is needed to be enabled to turn on bluetooth in linux, but I may be wrong.
CONFIG_BT_HCIUART_ATH3K thinks that it is needed, may actually do something, can't figure out what.
I was successfully able to install the fglrx driver for this APU.
Catalyst versions 12.6, 13.1, 13.2 beta 7 on Linux versions 3.8.2 and 3.2.0 were unsuccessful, but as of Catalyst version 13.3 beta 3, I was able to get fglrx working. First trying 3.2.0, I was successfully able to install fglrx. Fortunately, Catalyst 13.3 will add support for 3.7 and 3.8 kernels. Trying with my custom kernel, I get an odd error from Xorg:
(EE) fglrx(0): V_BIOS address 0xd00 out of range (EE) fglrx(0): Failed to obtain VBIOS from Kernel!
Trying 3.4.38 gave me the same error. Remembering that the beta release documentation talks about AGP in the kernel, and seeing that AGP is enabled in the 3.2.0 kernel, I enabled AGP,
CONFIG_AGP=y
(Not in the config.)
and all of its sub-modules in the 3.8.2 kernel. Trying again, I get no error and the “AMD Testing use only” watermark. Then seconds later, it switches to a black screen and no access to the TTYs. Progress! Then I tried completely disabling all of the sub-modules, including the AMD one, and then it worked!
Using this script from the archlinux wiki:
#!/bin/sh
DRIVER=/usr/lib/xorg/modules/drivers/fglrx_drv.so
for x in $(objdump -d $DRIVER|awk '/call/&&/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do
sed -i "s/$x/\x90\x90\x90\x90\x90/g" $DRIVER
done
removes the “Testing use only” watermark.
I have recently purchased the latest model, which has a C-70 CPU, Broadcom WiFi and no Bluetooth. So far it works perfectly with openSuSE 12.3, Fedora 18, Ubuntu 13.04 (pre-release) and Linux Mint 14. It comes preloaded with Windows 8, UEFI Secure Boot and GPT partitioned disk. openSuSE and Fedora boot and install with no problem, even with Secure Boot enabled; Linux Mint requires switching the BIOS to Legacy Boot, but then installs and works as well.
The latest model, with C-70 cpu and Broadcom WiFi, works perfectly with every Linux distribution I have tried so far. I would go so far as to say that of all the laptops, notebooks and netbooks I have tried, this one works the best with Linux. Installation is easy, everything works, and it is a very nice system.
Discussion
Debian Testing : The sound card at times gives continuous beep. Goes away on reboot. Occasional. Could not determine the sequence of events causing this.
Linux mint cinnammon: Touch pad not working.
Blue tooth not working in any distro.
If we boot into windows and make the blue tooth on and then boot into linux the bluetooth works!
Brightness cannot be controlled. However fglrx driver over comes this problem. But X stops working on reboot
after hibernation on fglrx.