Quote:
Originally Posted by wishindo
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.
|
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.
Quote:
Originally Posted by wishindo
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?
|
You
could, I'd advise having a serial adapter and some means of recovery at hand before flashing a custom kernel though.