Before you can go ahead and install the acer_acpi module you need to make sure you have some other tools installed.
Code:
sudo aptitude update
sudo aptitude install build-essential
You'll also need the linux headers:
Code:
sudo aptitude install linux-headers-$(uname -r)
Once this is done you can go ahead and install the acer_acpi.
First you should create a folder to keep all your downloads in one place.
Code:
mkdir /home/USER_NAME/download
Now go to the new folder
Code:
cd /home/USER_NAME/download
Code:
wget http://www.archernar.co.uk/acer_acpi/acer_acpi-0.3.tar.gz
tar zxvf acer_acpi-0.3.tar.gz
cd acer_acpi-0.3
make
sudo make install
cd ../..
Code:
su
modprobe acer_acpi
chmod 777 /proc/acpi/acer/wireless
echo "enabled: 1">/proc/acpi/acer/wireless
exit
Code:
dmesg | grep acer_acpi
Code:
[17179594.992000] acer_acpi: Acer Laptop ACPI Extras version 0.3
[17179595.000000] acer_acpi: Wireless value 1
For this you can write a little start up script so you don't have to do it manually each and every time.
ATTENTION!
For Gnome type:
Code:
sudo gedit /etc/init.d/acer_acpi_wireless_enable
Code:
sudo kate /etc/init.d/acer_acpi_wireless_enable
Code:
#!/bin/sh
case "$1" in
start|"")
modprobe acer_acpi
chmod 777 /proc/acpi/acer/wireless
echo "enabled: 1" >/proc/acpi/acer/wireless
;;
stop)
echo "enabled: 0" >/proc/acpi/acer/wireless
modprobe -r acer_acpi
;;
esac
ATTENTION! Don't miss ANY of the characters in the following lines, especialy the dots in the third line!
Code:
su
chmod 755 /etc/init.d/acer_acpi_wireless_enable
update-rc.d acer_acpi_wireless_enable start 39 S . start 34 0 6 .
exit
Code:
ls /etc/rcS.d/S39acer-acpi-wireless-enable
ls /etc/rc0.d/S34acer-acpi-wireless-enable
ls /etc/rc6.d/S34acer-acpi-wireless-enable
1 comentario:
By Stealth.ice ¿ zerokool ?Wasa que pexs Bich de rol visitando a las estrellas carnal:ga, mi targeta ya esta al pedo sin complicaciones ehehehe quedo chida, con internet grapa del vecino XD: pero shhh, que bueno que ya tienes blog we ya tienes 15 años ya eres toda una dama, ehehehe ya empesare de rol para ver que posteas de tus pininos mi site es http://www.stealth-ice.defacers.com.mx/ hay rolas por el bloguer... ah y pon el del zombie es inedito ehehe yo ya lo puseeee
Publicar un comentario