usbnet kernel module missing

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

usbnet kernel module missing

677 Views
harryduncan
Contributor I

Hi,

I have successfully built latest kernel images for an IMX6q sabrelite using the 4.5.0 release and again using 3.19 release as per DOC-95015 and they seem to work fine except that the usbnet kernel module is missing. Is there a specific configuration flag that needs to be set to ensure that it gets built in?

I have used u-boot v2016.03 and I am running latest Debian Jessie having followed DOC-95015 and DOC-95044.

Best Wishes,

Harry

Labels (2)
0 Kudos
1 Reply

446 Views
harryduncan
Contributor I

Fixed it. I had cross complied but had not copied the loadable kernel modules into /lib/modules/4.5.0 on the IMX6 cards. Once I did that they were all available to load. I also included USB_NET_DRIVERS=y in the build of the kernel as this is apparently a recent make menu option. The kernel modules are also gathered in one place using make modules_install but that will be located in the /lib/modules directory of the host that the build is being performed on.

0 Kudos