View Single Post
Old 01-25-2010, 03:27 AM   #5
laozhang
Enthusiast
laozhang began at the beginning.
 
laozhang's Avatar
 
Posts: 37
Karma: 10
Join Date: Mar 2009
Location: Beijing,China
Device: iliad v1
Quote:
Originally Posted by gillez
Dear,

I'm a newbie of iLiad, and thus, I found that the unbrickable package does not help me so much.

How can I uninstall the unbrickable?

Thanks.

Hi all.

I have the same thought and I also have to recharge me iliad 2 times a day
But now I've found if I remove and change some lines then it work as b4.

In /etc/network/interfaces with net turn on

Code:
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
pre-up modprobe smc91x
post-down rmmod smc91x
New without net and it works for download firmware and connect to your computer.

Code:
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

auto eth0
iface eth0 loopback



I found these words in the forum , but I don't know how to do it,
anyone can help me ?
laozhang is offline   Reply With Quote