Am Freitag, 6. Mai 2011, 14:47:34 schrieb Charles Price: > On 05/04/11 11:11, Oliver Neukum wrote: > > rndis_host should bind. Try compiling usbnet with DEBUG enabled. > > Then look for debugging option of rndis support. > > > > Hi Oliver, > > Thanks for your advice - I have enabled the "#define DEBUG" in usbnet.c > and reconnected the device to the newly booted kernel. > > 'lsmod' shows that the correct modules are being loaded: > Module Size Used by > rndis_host 4523 0 > cdc_ether 3394 1 rndis_host > usbnet 14611 2 rndis_host,cdc_ether > > But the output from the kernel remains the same, and no additional > ethernet interfaces are present. > > Have I enabled debugging correctly? Yes, but the problem seems to be in rndis_host, not generic usbnet. You need to add debugging statements to the probe() function of rndis_host HTH Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html