How cat I detect Ethernet Card in mojo?(ubuntu)

hello,

My Usb to Ethernet device did not detect...

I type Ifconfig ......
It only show local(lo) 127.0.0.1

Some post, I found that Using dmesg can figure out ethernet device.
but I did not find anything...

There is blinking on the ethernet port.

Does anybody know the reason? How can I solve it?
Has anybody faced similar issue?

thanks.

and your using what kernel revision? what usb 'device'? Does it work
with a mainstream x86 distro? please post, 'dmesg', 'lsusb', etc...

Regards,

I did that fallowing site instruction.

http://elinux.org/BeagleBoardHandheldsMojo

hasty-arm6el-vfp
wget http://repository.handhelds.org/hasty-armv6el-vfp/installer-arm/images/versatilepb/ramdisk.gz
wget http://repository.handhelds.org/hasty-armv6el-vfp/installer-arm/images/versatilepb/vmlinuz-1136

and my kernel image is linux-image-2.6.27-oer4_1.0hasty_arm.deb.

Did you have the same symptoms with my situation.

Okay it's good you are working from my wiki page instructions.

At what point in the wiki are you with the install instructions?

Since this install procedure completely relies on QEMU and your host
computer you will not need any usb-network devices till atleast
section:
http://elinux.org/BeagleBoardHandheldsMojo#First_Boot_.28HDMI.2FDVI-D_output_.26_USB-Keyboard.29

If you are at that section and your usb ethernet hardware isn't
working, please answer these questions:

Does your usb ethernet hardware work with a mainstream x86 linux
distro (ubuntu/fedora/etc)? Please post, 'dmesg', 'lsusb', etc with it
plugged in...

Regards,

Thanks for your help.
I miss that section.

It works very well.

have a good day.

Just wanted to add one thing...I had some issues connecting my usb-
ethernet adapter as well. The one command I used was "dhclient", just
because my beagleboard is on a school network that uses DHCP.

Ed