Ethernet over USB no longer works

I’m running “Cloud9 GNOME Image 2013.06.20” on my BBB and yesterday my Ethernet over USB stopped. I can no longer ssh 192.168.7.2, etc.

I’ve attached the output of dmesg for the broken Bone and a dmesg for a Bone that works. About 6 seconds in the broken Bone stops initializing things, where the working Bone continues to start things.

Any idea why this is happening and what I can do to get it working again?

Thanks…

–Mark

dmseg.ssh.broken (28.8 KB)

dmseg.ssh.works (41.8 KB)

The problem has been solved. Running journalctl showed the error Failed to insert module ‘autofs4’.
modprobe autofs4 also failed. Yesterday I was playing around with the kernel modules and moved a file I shouldn’t have (modules.dep.bin).

Moving the file back solved the problem.

–Mark