On Wed, 20 Dec 2017 02:28:40 +0530, Harsha Sharma said:

> Using `make localmodconfig` doesn't load module nfnetlink in which I'm
> making the changes.

'make localmodconfig' simply uses the output of 'lsmod' - so if you want
nfnetlink included, simply modprobe a module called nfnetlink before you run
it.  If you're doing a totally new module, it doesn't have to *work*, it just
has to modprobe or insmod successfully.

Also, make sure you plug in all your USB widgets and devices to make sure they
get modprobe'd as well.



Attachment: pgp9vHonUP_bs.pgp
Description: PGP signature

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to