View Single Post
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#445
Originally Posted by khuong View Post
What is the proper way to reverse back to v46? 47 seems too hot for me, i am running at 500/1000 Mhz.

I tried to Apt-get install -reinstall kernel-power kernel-power-flasher

but I kept getting v47..
apt-get will fetch from repository and it will always be the latest v47. i had .deb files (wl1251 kernel), i reinstalled .deb files, the packages automatically gets replaced. Reboot and you are done

always do it in the following order

Code:
dpkg -i <kernel>
dpkg -i <headers>
dpkg -i <modules>
dpkg -i <flasher>
and then

Code:
reboot

Last edited by niqbal; 2011-05-08 at 07:14.
 

The Following 2 Users Say Thank You to niqbal For This Useful Post: