View Single Post
Old 10-01-2016, 08:43 AM   #64
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
First thing to do (or to check prior to doing more) -

See if /lib/modules/<kernel version>/modules.* has been updated to include the kernel module(s) used with this add-in.
(The moddep command should have dealt with this during the module build.)

A non-Kindle example of what first needs to correctly match the modules currently used by the kernel:
(This stuff is the basis of the kernel's hardware support automation.)
Code:
3.0.0-29-generic $ ls
build          modules.alias.bin    modules.dep          modules.inputmap   modules.pcimap    modules.symbols.bin
initrd         modules.builtin      modules.dep.bin      modules.isapnpmap  modules.seriomap  modules.usbmap
kernel         modules.builtin.bin  modules.devname      modules.ofmap      modules.softdep   updates
modules.alias  modules.ccwmap       modules.ieee1394map  modules.order      modules.symbols

Last edited by knc1; 10-01-2016 at 09:02 AM.
knc1 is offline   Reply With Quote