Quote:
Originally Posted by katadelos
Which kernel modules have you built so far? You can find which kernel module provides which symbol by grepping through the kernel sources and checking Module.symvers - e.g for that particular error, you need to insmod scsi_mod.ko first.
|
scsi_mod: disagrees about version of symbol dump_stack
scsi_mod: Unknown symbol dump_stack
The solution to this seems to be use
Module.symvers to build the modules against, but
find / -name Module.symvers returns nothing. I might flash a kernel if we can't get the symbol versions.
Quote:
Originally Posted by katadelos
You could, I'd advise having a serial adapter and some means of recovery at hand before flashing a custom kernel though.
|
I have many USB to UART adapters (including a Bus Pirate v3.6), but what does "some means of recovery" refer to? Also, where is the serial port? Didn't see any labeled test points on the mainboard when I looked at mine.