In
/etc/network/interfaces
delete the following text:
---
auto eth0
iface eth0 inet dhcp
...
pre-up modprobe smc91x
post-down rmmod smc91x
---
but leave
---
auto lo
iface lo inet loopback
---
Then, in order to start LAN (eth0) use:
wired.sh start
and to stop it:
wired.sh stop
After you have edited /etc/network/interfaces ,
ifup/ifdown eth0
will no longer work.
|