Re: [yocto] insmod - huawei E3372h kernel module

2021-01-17 Thread Zoltan Kerenyi Nagy
Hi, I contacted the kernel module (cdc_ncm) developper, and he suggested to change/experiment the kernel module load order. I thought if I specify this way: KERNEL_MODULE_AUTOLOAD += "ncm_driver"KERNEL_MODULE_PROBECONF += "ncm_driver"cdc_ncm = "options ncm_driver iProduct=USB_Host_Driver_for_N

[yocto] devtool add

2021-01-17 Thread Zoltan Kerenyi Nagy
Hi Folks, Is it possible to create a recipe file with devtool? *devtool add cdc-ncm https://raw.githubusercontent.com/torvalds/linux/master/drivers/net/usb/cdc_ncm.c * There is gonna be a file not found error: *

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-17 Thread Zoran
> KERNEL_MODULE_AUTOLOAD += "ncm_driver"KERNEL_MODULE_PROBECONF > += "ncm_driver"*cdc_ncm* = "options ncm_driver iProduct= > USB_Host_Driver_for_Network_Control_Model iManufacturer=NCM" > KERNEL_MODULE_AUTOLOAD += "wmc_device_managment" > KERNEL_MODULE_PROBECONF += "wmc_device"*cdc_wdm* = "options

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-17 Thread Zoltan Kerenyi Nagy
Thank you Zoran, I will do it :-) On 2021. Jan 17., Sun at 23:27, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > > KERNEL_MODULE_AUTOLOAD += "ncm_driver"KERNEL_MODULE_PROBECONF > > += "ncm_driver"*cdc_ncm* = "options ncm_driver iProduct= > > USB_Host_Driver_for_Network_Control_Mode