network setup over USB

Dear all,

I have troubles setting up network over USB. Whenever I type modprobe
g_ether, I get the following message: error inserting
g_ether....Device or resource busy. Any ideas why? Any help would be
appreciated!

Possibly a conflicting driver like g_composite loaded.

lsmod output might show something

Tried lsmod. What should I llok for in the output? There's no
reference to g_ether, only g_cdc (used by: 0).

Greg

I'm out of ideas.
Looks like a hardware or kernel bug if you cannot load the module.

have you tried to statically link the module into the kernel ? To do
so recompile the kernel and enable g_ether as static module.