[android-porting] Re: How to make Ethernet work on EeePC

2009-01-13 Thread drew
Peace! Hi Chen, thanks for the tip. I got our EeePC 701's ethernet (not wireless) to work using your advise. I also repo sync'd up my current Android code, recompiled (making sure I make clean first) and just plugged the cable in the EeePC when the installation was going on and the network just p

[android-porting] Re: How to make Ethernet work on EeePC

2009-01-12 Thread Chen Yang
it seems that you are not using the eee_701 series. You may need to compile the ethernet card driver for your eee. -- Chen On Tue, Jan 13, 2009 at 10:36 AM, Wing wrote: > > eth0 is not exist, > > If I run "netcfg" , it show > "lo UP 127.0.0.1 25.0.0.0 0x0049" > > I also use dmesg t

[android-porting] Re: How to make Ethernet work on EeePC

2009-01-12 Thread Wing
eth0 is not exist, If I run "netcfg" , it show "lo UP 127.0.0.1 25.0.0.0 0x0049" I also use dmesg to check, it seem there is no drivers for the etherent devices. Thanks anyway. Chen Yang wrote: > Can you check whether eth0 exist or not by issuing: netcfg? > If it exisits, you can

[android-porting] Re: How to make Ethernet work on EeePC

2009-01-12 Thread Chen Yang
Can you check whether eth0 exist or not by issuing: netcfg? If it exisits, you can try: #netcfg eth0 dhcp Hope it helps! -- Chen On Mon, Jan 12, 2009 at 9:10 PM, Wing wrote: > > I can run the live-USB image on my EeePC, but the Ethernet seem not > work. Is there anyone has make it work? > > Th