1

I am using android x86 gingerbread live cd, when i am tring to give ip address by Alt + F1

su ifconfig "ip address" eth0 up

Its showing

SIOCSIFADDR(no such device)

Linus Kleen
  • 33,871
  • 11
  • 91
  • 99
  • Welcome to Stack Overflow. Please read these: http://stackoverflow.com/questions/how-to-ask http://mattgemmell.com/2008/12/08/what-have-you-tried/ http://catb.org/esr/faqs/smart-questions.html –  Mar 01 '12 at 09:06

2 Answers2

2

I found the solution,If you are tring to configure ethernet to get internet the you need to follow following steps in android-x86 froyo:
1.<kbd>Alt + F1 </kbd>
2.ifconfig eth0 "Ip address" netmask "255.255.255.0"
3.route add default gw "default gateway" dev eth0
4.setprop net.dns "dns server"
5.setprop net.gprs.http-proxy http://"proxy address"

0

The x86 live cd does currently not support wired networks.

See the changelog:

Known issues

Suspend and resume doesn't work on some targets.

No Ethernet support.

theomega
  • 31,591
  • 21
  • 89
  • 127