AspireOneDiscussion.
I've created this page in the hope that we can keep the more confusing issues from the Aspire One page leaving it as clean as possible. Unfortunately the AspireOne page lately seems to be assuming knowledge and experience that most users will not have. Please remember most people with an Aspire one just want the thing to work and Ubuntu on the Aspire One may well be the first experience of Linux these people have. I've kicked this page off with the Video and Hibernate problems.
Wireless Problems Authenticating to WPA-PSK (TKIP), Hidden SSID
9.04 works great out of the the box, but after a few updates and package installs, wireless networking decides that it no longer can authenticate to my access point. I'm presented with a window titled: "Wireless Network Authentication Required". Prior to this, the wireless networking connects without any effort on my part: "It just works". The last thing I did was to install ffmpeg using synaptic package manager. In the authentication window described above there is an encrypted password. I click "Connect" but the little blue comet keeps on goin' round-n-round. The SSID is shown in the Network Manager GUI. Has anyone else seen this problem? I have an AOA150-1635.
yes sort of, i'm suspecting over heating perhaps as it seems to happen when my aspireone (110L) is left on a soft surface which tends to block airflow. The wireless card disappears from the system wifi-radar says it can't change mode or something and so far the only reliable reset seems to be to power down and remove the battery for a few seconds and next boot up seems to work fine, it did this under hardy as well for me) wifi-radar will give you a better clue to whats happening when launched from a command prompt.
I have also seen this. Power cycle failed to help. Didn't try removing the battery. But I did try installing the madwifi driver, which didn't work. But when I reverted to the original driver, everything worked again. Maybe something gets set in the hardware, and does not clear with the normal driver?
To Fix Choppy Video Playback With Intel Video
Pass enable_mtrr_cleanup to kernel in /boot/grub/menu.lst. (Explanation of problem at: http://perens.com/blog/2009/01/31/13/)
Determine video memory register and assign to mtrr. Explanation at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/314928
Make fix load automatically at each XSession startup. Explanation at: http://ubuntuforums.org/showpost.php?p=7078262&postcount=35
Alternately create your fix file as root somewhere safe: sudo gedit /usr/local/bin/fixmtrr#!/bin/bash
if ! `cat /proc/mtrr | grep -q "write-combining"` ; then
echo "base=0xyourbase size=0xyoursize type=write-combining" > /proc/mtrr
fi
- sudo chmod a+x /usr/local/bin/fixmtrr
yourusername ALL=NOPASSWD: /usr/local/bin/fixmtrr
- sudo /usr/local/bin/fixmtrr
*Optional* You can get latest version of Intel driver (v. 2.7.0) by adding the following ppa to your sources: deb http://ppa.launchpad.net/glasen/ppa/ubuntu jaunty main [Edit: The more recent and complete updates might be available here: https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/]
== Discuss==
First Problem the Easiest way to build a new kernel is with kernelcheck and it will take the original kernel options and you can search for and add enable_mtrr_cleanup in the build. This looks to be what bruce perens did. The problem is that there are 8 mtrr registers and the bios uses them all by default, leaving none for X this slows down the Aspire one.
There are some issues. On a 8GB Aspireone I found that 3Gb of free space wasn't enough to build the kernel and also you need to allow windows to be moved above the screen a little to be able to see whats happening with kernelcheck. So I had to build on a separate system but 2.6.29 works and frees two mttr registers (but the Wireless light doesnt flash anymore) its noticably faster in use.
NEW!! Easier workflow - UNR Choppy Flash Video for Dummies:
I am a linux dummy, but a total computer nerd. This solution took my Flash Video from NO speed to full speed allowing me to watch Hulu and You tube with no video hesitation. I will walk you through step by step:
1. Install UNR 9.04
2. DO NOT install Flash from the default respository.
3. Install Flash 10 from Adobe following these instructions in terminal:
$ cd /tmp
$ wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
$ tar -zxvf install_flash_player_10_linux.tar.gz
$ cd install_flash_player_10_linux
$ ./flashplayer-installer
4. Then, add the following to /boot/grub/menu.lst with these commands
$ sudo gedit /boot/grub/menu.lst
where you see # defoptions in that file, add the following: enable_mtrr_cleanup mtrr_spare_reg_nr=1 to make it look like this:
# defoptions splash quiet enable_mtrr_cleanup mtrr_spare_reg_nr=1
Save this file, exit, restart
Multiple resported success from the Acer Aspire forums. Although, several have said they get marked improvement in just making the defoption changes.
I do not think modifying the memory register is necessary for very smooth video playback.
That is it!! (MEP)
Hibernate should work out of the box with an adequate swap file (2x RAM) (MEP)
== To get Hibernate working (using TuxOnIce) (may not be necessary with correct swap)==
- Make sure that you have a swap partition set up (it doesn't have to be as big as 2xRAM)
Add the TuxOnIce PPA repositories (and don't forget to add the auth key), which you can find here: https://launchpad.net/~tuxonice/+archive/ppa
Follow the instructions here: http://lists.tuxonice.net/lurker/message/20090409.181125.d20e0bbe.en.html
After that hibernate should work correctly!
Discuss
any other issues
feel free to point out other areas where the documentation is weak. Even better if you can fix it.
I created a package for the fan control module which uses DKMS and includes an init script to load the module on boot. I'm tempted to add the information on the main page but I don't want to tread on anyones toes. The package is here
https://launchpad.net/~paul-hirst/+archive/ppa
If anyone is interested they can contact me on launchpad. Thanks.
Can I request a brief guide to using the 'Storage Expansion' slot to combine an SD card with the SSD under Jaunty?
**Fix for sdhc cards** I've found the instructions here: http://crunchbanglinux.org/wiki/howto/aspireone much more reliable: ie creating a /etc/modprobe.d/sdhci file, with just these two lines in it:
- options pciehp pciehp_force=1 options sdhci debug_quirks=1
The grub line solution on the front page gives errors, and flat out doesn't work for me... Any others have thoughts here? (on A110)
AO751h (11.6 inch, 1366x768 display) cannot wake up from sleep
Visual effects in AA1 150
I am using AA1 150. After having automatically upgraded from Intrepid Ibex to Jaunty, I can't enable any visual effects (the computor says "video effects could not be enabled"). But, at least one of the effects was very important for users of netbooks: it is the ability to drag a window from one screen to another. Have you encountered this problem? How has it to be solved for AA1? Best regards, Alexandre.
i'm on a 110L with 1.5gb ram , a fresh install of jaunty has no problems with visual effects it just works. perhaps there is something left from the old install?