Share this page with: Bookmark "Acer Aspire 5334" at del.icio.us Bookmark "Acer Aspire 5334" at Digg Bookmark "Acer Aspire 5334" at Furl Bookmark "Acer Aspire 5334" at Reddit Bookmark "Acer Aspire 5334" at Google Bookmark "Acer Aspire 5334" at StumbleUpon Bookmark "Acer Aspire 5334" at Facebook Bookmark "Acer Aspire 5334" at Twitter Bookmark "Acer Aspire 5334" at Slashdot
How do you rate this laptop with Linux?
Excellent
 
50% (2)
Good
 
25% (1)
Fair
0% (0)
Poor
0% (0)
Unusable
 
25% (1)

Acer Aspire 5334

Introduction

This is a template for a future guide to running Linux with the Acer Aspire 5334 laptop. If you have the Acer Aspire 5334 and are running Linux on it please consider editing this page or adding a comment below with your compatibility details. By contributing you will help other people running this laptop or trying to make a decision on whether to buy it or not.

This page is just for discussing using Linux on the Acer Aspire 5334. For a general discussion about this laptop you can visit the Acer Aspire 5334 page on LapWik.

Editing This Page

If you would like to edit this page please first view our Editing Guidelines.

Specifications

For full specifications see the Acer Aspire 5334 specifications page.

NameAcer Aspire 5334
ProcessorIntel® Celeron® Processor 900 (1MB L2 cache, 2.2GHz, 800 FSB)
Screen15.6” (1366×768) Widescreen
RAMUp to 4GB
HDDup to 500GB
Optical DriveDVD+-RW
GraphicsIntel® Graphics Media Accelerator 4500M
Network10/100 Ethernet
Acer® InviLink Nplify 802.11b/g/n

Linux Compatibility

DeviceCompatibilityComments
ProcessorNot Tested
ScreenNot Tested
HDDNot Tested
Optical DriveNot Tested
GraphicsNot Tested
SoundNot Tested
EthernetNot Tested
WirelessNot Tested
USBNot Tested
Card ReaderNot Tested
WebcamNot Tested

Notes

You can enter any specific notes with running Linux on the Acer Aspire 5334 here.

Summary

You can enter a summary of how well the Acer Aspire 5334 works with Linux here.




Discussion

codyd, Sunday 01 of January, 2012 [10:24:48]

To those who own this laptop,

First of all, Acer 5334 (I have 5334-2598) works well with distros of ubuntu/xubuntu and other popular distros. Except with distros after 10.10. The Intel GMA 4500M video card does not play well with later distros. The back-light does not turn on properly so prepare to have a flash light next to you. To fix this you'll have to open the terminal and type this:

sudo setpci -s 00:02.0 F4.B=00

I recommend if you want to install the later versions of ubuntu based OS's that you run the live cd first open terminal and enter the above statement then install. Keep in mind that this is a temp fix at the moment. I will share how to further fix permanently. Once you have installed and rebooted. Re-type

sudo setpci -s 00:02.0 F4.B=00

in the terminal so you can see without your trusty flash light/cellphone led flash light. Now that you can see properly type in the terminal

gedit ./etc/pm/sleep.d/9_lcd_backlight.sh

(if not gedit then any other text editor) this will create the file 9_lcd_backlight.sh. 9 is the priority you can put any number through 99 I believe, but it doesn't matter in this case. Paste the following below into the file you created, this will make sure when you boot from suspend or hibernate the back-light will be activated.

#!/bin/bash
case $1 in
	thaw)
	setpci -s 00:02.0 F4.B=0
		echo "oh, suspend to disk is over, we are resuming..."
	;;
	resume)
	setpci -s 00:02.0 F4.B=0
		echo "hey, the suspend to RAM seems to be over..."
	;;
	*)  echo "here we GO!."
	;;
esac

With the bash file in place you now need to make the file executable. Make sure you are in the directory ./etc/pm/sleep.d/ and type this in the terminal:

chmod +x 9_lcd_backlight.sh

for some reason it isn't showing the plus sign before the x in the line above. So make sure it looks like:
chmod plussignx 9_lcd_backlight.sh For more info go to http://linuxconfig.org/Bash_scripting_Tutorial

Once the bash file is now executable lets make sure the back-light turns on when you boot up. Input the next 2 lines in ./etc/rc.local file at the bottom line. So type in the terminal:

gedit ./etc/rc.local

This will open rc.local file. Now at the bottom make sure it looks like below and save.

sudo setpci -s 00:02.0 F4.B=00
exit 0

You should be fine, reboot and check it out.

Iyad, Sunday 08 of January, 2012 [17:44:06]

Thanks great guide!! I tried it with Linux Mint 12 distribution and it works. Following
your instructions resolved the back-light issue I had. However, the dim up/down keys do
not appear to work. No big deal since the default brightness is fine with me.

Enter your comment
VDAQQ
 
acer+aspire+5334.txt · Last modified: Wednesday 13 of October, 2010 [15:20:52] (external edit)
Contact Us Sister Sites Privacy Policy Terms of Use
Copyright © 2006-2010 Linlap.com and other authors