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)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 eth04.setprop net.dns "dns server"5.setprop net.gprs.http-proxy http://"proxy address"