Thanks, William!
… i've added "/lib/modules/3.8.13-bone63/kernel/drivers/usb/gadget/g_ether.ko" to "/etc/modules"
I added it already, but with full path. Without the path it works, at least partially. With ifconfig i can find usb0 now. But without a IP-address:
usb0 Link encap:Ethernet HWaddr 16:74:59:af:75:91
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)
I have to use ifconfig usb0 192.168.7.2 to get this
usb0 Link encap:Ethernet HWaddr 16:74:59:af:75:91
inet addr:192.168.7.2 Bcast:192.168.7.255 Mask:255.255.255.0
inet6 addr: fe80::1474:59ff:feaf:7591/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:22 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1176 (1.1 KiB) TX bytes:370 (370.0 B)
Is there anything else that I can do that it works as before?