android - getting "Unkown id: insmod" error during init module -



android - getting "Unkown id: insmod" error during init module -

i have built kernel odroid-xu help of instruction given here

kernel source:- https://github.com/hardkernel/linux/tre ... android-jb have used below commands build zimage:-

configure kernel: create odroidxu_android_defconfig build kernel , modules: create -j8

to build kernel image, modules.

when tried load module gets below errors

255|shell@android:/sdcard/drivers/20141014 $ su insmod usbnet.ko unknown id: insmod

help me find out solution of this. doing wrong in zimage building.

you using wrong command loading module ,su used superuser giving insmod user su that's why got error.

also loading driver in kernel need root user first root device , seek next command

root@android:/sdcard/drivers/20141014 $ insmod usbnet.ko

android linux linux-kernel odroid

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -