Preparing your system
First you need to install the following packages
For Ubuntu Hrady users run the following command from terminal
- sudo apt-get install linux-backports-modules-hardy
- sudo apt-get install linux-backports-modules-intrepid
- sudo apt-get update
You need to edit the /etc/modules file using the following command
- sudo gedit /etc/modules
- acerhk
Preparing Startup script
Create a new text file using the following command
- touch /etc/rc2.d/S19wifiactivate
- sudo gedit /etc/rc2.d/S19wifiactivate
- echo on > /proc/driver/acerhk/wirelessled
Now make your new file executable using the following command
- sudo chmod +x /etc/rc2.d/S19wifiactivate
When Ubuntu returns to service you should now have wireless working fine. No need to enable it using the keyboard shortcut.
To control the screen brightness, just add the Brightness applet to any panel. The keyboard shortcut keys don’t work.
Credit Goes Here
0 comments:
Post a Comment