hello,
I'm try to use the g_ether.ko module in the kernel 4.1.15 but all the times I got problems like
# insmod g_ether.ko
g_ether: Unknown symbol usb_get_function_instance (err 0)
g_ether: Unknown symbol usb_string_ids_tab (err 0)
g_ether: Unknown symbol usb_get_function (err 0)
g_ether: Unknown symbol usb_composite_unregister (err 0)
g_ether: Unknown symbol gether_set_dev_addr (err 0)
g_ether: Unknown symbol usb_put_function (err 0)
g_ether: Unknown symbol rndis_borrow_net (err 0)
g_ether: Unknown symbol usb_add_function (err 0)
g_ether: Unknown symbol usb_composite_probe (err 0)
g_ether: Unknown symbol gether_register_netdev (err 0)
g_ether: Unknown symbol usb_composite_overwrite_options (err 0)
g_ether: Unknown symbol gether_set_qmult (err 0)
g_ether: Unknown symbol usb_otg_descriptor_alloc (err 0)
g_ether: Unknown symbol gether_set_gadget (err 0)
g_ether: Unknown symbol usb_put_function_instance (err 0)
g_ether: Unknown symbol gether_set_host_addr (err 0)
g_ether: Unknown symbol usb_otg_descriptor_init (err 0)
g_ether: Unknown symbol usb_add_config (err 0)
insmod: can't insert 'g_ether.ko': unknown symbol in module, or unknown parameter
Do you know why I got this symbols errors?
Thanks for all help.