View Single Post
Old 10-19-2021, 07:27 PM   #20
wishindo
Member
wishindo began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Oct 2021
Location: Florida, USA
Device: Kindle Keyboard w/ 3G (k3g), Likebook Mars (T80D)
Quote:
Originally Posted by katadelos View Post
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 View Post
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.
wishindo is offline   Reply With Quote