View Single Post
Old 09-23-2015, 11:34 AM   #8
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
Code:
"insmod: error inserting  '/lib/modules/2.6.22.19-lab126/kernel/drivers/video/eink/hal/eink_fb_hal.ko':  -1 Unknown symbol in module
insmod: error inserting  '/lib/modules/2.6.22.19-lab126/kernel/drivers/video/eink/hal/eink_fb_hal_broads.ko':  -1 Unknown symbol in module
insmod: error inserting  '/lib/modules/2.6.22.19-lab126/kernel/drivers/video/eink/legacy/eink_fb_shim.ko':  -1 Unknown symbol in module"
Check the kernel your running, I seem to recall you posting that you reflashed the kernel.
The kernel version and build version **must** match the modules in the rootfs.img file.
The best thing to do is get a copy of the matching kernel from the source of the rootfs.img file you are using.

= = = =

dd does not work across devices, only on the same device.
so copy the source (if=) to usb storage before trying to copy it.
or
use some type of inter-machine transport (such as netcat) in the pipelined dd commands.

Last edited by knc1; 09-23-2015 at 11:37 AM.
knc1 is offline   Reply With Quote