- drivers should be compiled as kernel modules
- enabled option of loading and unloading modules
OK, let's profit extra minutes working on battery.
To turn off the device we use following command (as root user):
rmmod < name of module >
Of course if we want running device back, command loading module is:
modprobe < name of module >
What we may turn off:
- Wireless card
- Ethernet card
- Modem
- USB device
- Sound card and speakers
- Web camera
- Optical disc drive (like DVD-R/RW, CD-R/RW etc.)
- many other
Hardware: Wireless card Realtek RTL8187B
Mean Value: WIFI on = 16.0396 WIFI off = 14.1703
As you see I profit almost 2 Watts when I am unload WIFI driver. I want to mention that wireless card wasn't connected.
0 comments:
Post a Comment