Quote:
Originally Posted by hudson
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.
|
It works great and even faster than 'connectionMgr' command. Thank you so much!
By the way, 'ifdown' command does not work at once. The SSH connection is closed after that command, but the lamp on the LAN port is still on. The lamp turns off when I execute the same command once again. So I made a semi-wise script:
Code:
ifdown eth0
sleep 1
ifdown eth0