View Single Post
Old 01-26-2008, 01:52 PM   #42
serge
Enthusiast
serge has learned how to buy an e-book online
 
Posts: 27
Karma: 80
Join Date: Dec 2007
Device: iRex iLiad
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.
serge is offline   Reply With Quote