Quote:
Originally Posted by wagnerian
I want to disable the network connection after the boot process finished to save battery life. But I don't know how can I re-enable the network connection.
|
I just run 'ifup eth0'. If you are using my /etc/network/interfaces file it will automatically load the smc91x kernel module and configure the interface. Likewise, 'ifdown eth0' will unload the module to save on battery.