View Single Post
Old 10-19-2021, 05:20 PM   #18
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
Had a look at this last night, this patch should fix your issue.

code snipped
SUCCESS! The kernel now builds with that patch applied (but patch complains about unexpected end of file so I applied it by hand). Now the Kindle kernel complains about unknown symbols in the modules like usb_storage: Unknown symbol scsi_add_host, for example.

Also I couldn't find Module.symvers anywhere on the kindle. dmesg included complaints of no symbol verisons, which are enabled.
Code:
root@kindle root# cat /proc/config.gz | gzip -cd | grep -i modversions
CONFIG_MODVERSIONS=y
Hmm, could I just simply replace the kernel on the Kindle, with one that has baked-in SCSI and USB mass storage support, avoiding module problems?
wishindo is offline   Reply With Quote