Popular Guides
View more guides at Linux Wiki Guides
This is a compatibiltiy 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.
If you would like to edit this page please first view our Editing Guidelines.
For full specifications see the Acer Aspire 5334 specifications page.
| Name | Acer Aspire 5334 |
| Processor | Intel® Celeron® Processor 900 (1MB L2 cache, 2.2GHz, 800 FSB) |
| Screen | 15.6” (1366×768) Widescreen |
| RAM | Up to 4GB |
| HDD | up to 500GB |
| Optical Drive | DVD+-RW |
| Graphics | Intel® Graphics Media Accelerator 4500M |
| Network | 10/100 Ethernet Acer® InviLink Nplify 802.11b/g/n |
| Device | Compatibility | Comments |
|---|---|---|
| Processor | Works | |
| Screen | Works | See comments below for fix for brightness issue |
| HDD | Works | |
| Optical Drive | Works | |
| Graphics | Works | |
| Sound | Works | |
| Ethernet | Works | |
| Wireless | Works | |
| USB | Works | |
| Card Reader | Not Tested | |
| Webcam | Works |
The laptop works quite well with Linux except for a screen brightness issue. See the comment below on how to fix that.
Discussion
Hey, when i try to create save the file, it keeps telling me that it cant find it? what am i doing wrong?
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:
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
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
(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.
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:
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:
This will open rc.local file. Now at the bottom make sure it looks like below and save.
You should be fine, reboot and check it out.
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.