View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#15
ok so this is the problem
Code:
[ 76.710937] mmcblk0: error 1 transferring data
[ 76.710937] end_request: I/O error, dev mmcblk0, sector 10240002
[ 76.710937] EXT2-fs: unable to read superblock
looks like faulty card, or some problem in mmc driver, i think sector is 512bytes so the number it wants is ok (beginnning of second partition where ext2 superblock should be). You can try flashing back original nokia kernel if it makes a difference. Also try (with both kernels) to read whole card via 'dd if=/dev/mmcblk0 of=/dev/null bs=512' and see kernel log for i/o errors of bad blocks. This may take a while. You may run 'tail -f /proc/kmsg' to watch log at runtime. If you still have i/o errors no matter what, you can try to reformat the card with Panasonic SD formatter.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.

Last edited by fanoush; 2008-01-31 at 16:46.
 

The Following 3 Users Say Thank You to fanoush For This Useful Post: