Dec. 19, 2017
9:17 p.m.
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.