Quote:
Originally Posted by katadelos
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?