View Single Post
Posts: 6 | Thanked: 1 time | Joined on Mar 2010
#7
You can check the output from "dmesg" to see whether it recognises the back cover being removed/reinstalled
idid
dmesg | grep -i 'mmc0:'
[ 927.137329] mmc0: error -110 whilst initialising SD card

after opening back cover ..

[ 927.137329] mmc0: error -110 whilst initialising SD card
[42854.132354] mmc0: cover is open, card is now inaccessible

After re closing the cover

[ 927.137329] mmc0: error -110 whilst initialising SD card
[42854.132354] mmc0: cover is closed, card is now accessible

You can also run "ls /dev/mmcblk1*" to see whether the card is recognised at all.
how ?

Last edited by UAEx; 2010-04-20 at 13:42.