Cannot find ethernet device BeagleBone Rev A6

Interesting, I have been playing with BeagleBone Rev5 for few months, I just received my new Rev A6 beagleBone, I put SDcard that works great on Rev A5, started and … I can not see my BeagleBone on my network ( ethernet cable is connected :)).
I can connect to BeagleBone via USB port and minicom. Here are outputs of some commands:

ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:198 errors:0 dropped:0 overruns:0 frame:0
TX packets:198 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9900 (9.9 KB) TX bytes:9900 (9.9 KB)

ifconfig -a
eth1 Link encap:Ethernet HWaddr 00:18:31:e0:3e:16
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:198 errors:0 dropped:0 overruns:0 frame:0
TX packets:198 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9900 (9.9 KB) TX bytes:9900 (9.9 KB)

usb0 Link encap:Ethernet HWaddr 86:83:33:35:0a:0a
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lsmod
Module Size Used by
snd_soc_tlv320aic3x 32650 0
spidev 5012 0

Hmm, what is the problem, hat changes were done to Rev A6 that prevent me from connecting to internet, any ideas??
Any idea how to fix it?

Thanks
Robert

UDEV is playing tricks. Did you use the same card or image ?

On the first bone udev saved the MAC address and assigned that one to eth0; now it sees another MAC and assigned to eth1 and so forth.

Check /etc/udev/rules.d for a file named net-persistent-rules or something. Just delete (or edit to remove rules on the MAC) that file an reboot.

hi…
I also getting some problem regarding USB in beaglebone A6. I have a driver which uses feature of /lib/modules/3.2.18/build, but I checked that this directory not exist in angstrom and ubuntu both, therefore at time of installation following problems:

make -C /lib/modules/3.2.18/build M=/home/root/VCOM-Integration-Kit_v4.10.31_Release/driver
make: *** /lib/modules/3.2.18/build: No such file or directory. Stop.
make: *** [all] Error 2
must be signed in as root
copying vcom.ko to /lib/modules/3.2.18/kernel/drivers/usb/misc
install -m 644 vcom.ko /lib/modules/3.2.18/kernel/drivers/usb/misc/vcom.ko
install: cannot stat `vcom.ko’: No such file or directory
make: *** [install] Error 1

can anyone solve these issue. My project almost completed but for this issue, I am not able to do more.

Thanks
Awadhesh