View Single Post
Posts: 248 | Thanked: 1,142 times | Joined on Dec 2014 @ Earth
#1753
Originally Posted by almaviva View Post
mount | grep mmc" brings
{...nothing related to mmcblk1...}
Well apparently, it wasn't mounted automatically...
(so, definitely not an access rights problem)

Originally Posted by almaviva View Post
Entering "[root@Sailfish nemo]# mount /dev/mmcblk1p1 /mnt/sdcard/" brings:
mount: mount point /mnt/sdcard/ does not exist
(Oops, in sailfish X, /mnt/sdcard doesn't exist anymore.
Just a series of symlinks that point nowhere.
Nothing dramatic, though)

Originally Posted by almaviva View Post
Entering "blkid /dev/mmcblk1" => Nothing happens:
Entering "[root@Sailfish nemo]# lsblk /dev/mmcblk1" brings:
lsblk: /dev/mmcblk1: not a block device
AARGH.
That's a problem : the /dev/mmcblk1 isn't even created ?!?


[QUOTE=almaviva;1536788]
Entering ""journalctl --since '5 min ago' " brings still a lot, /QUOTE]


Though not much about mmc.
As a comparison, here's the sequence on my Xperia X, when I insert a µSDHC (4GB):

Code:
Oct 15 00:02:33 Sailfish kernel: mmc1: slot status change detected (0 -> 1), GPIO_ACTIVE_HIGH
Oct 15 00:02:49 Sailfish kernel: mmc1: new high speed SDHC card at address b3a4
Oct 15 00:02:49 Sailfish kernel: mmcblk1: mmc1:b3a4 SE04G 3.63 GiB 
Oct 15 00:02:49 Sailfish kernel:  mmcblk1: p1
Oct 15 00:02:49 Sailfish kernel: mmcblk1: error during r/w command, stop response 0x80000b00
Oct 15 00:02:49 Sailfish kernel: mmcblk1: retrying using single block read
Oct 15 00:02:49 Sailfish mount-sd[25033]: Called to add mmcblk1
Oct 15 00:02:49 Sailfish mount-sd[25051]: Called to add mmcblk1p1
Oct 15 00:02:49 Sailfish mount-sd[25071]: Finished adding /dev/mmcblk1p1 of type vfat at /media/sdcard/3066-E1A3
Oct 15 00:02:49 Sailfish kernel: mmcblk1: error during r/w command, stop response 0x80000b00
Oct 15 00:02:49 Sailfish kernel: mmcblk1: retrying using single block read
Oct 15 00:02:49 Sailfish mount-sd.sh[25021]: mount: /dev/mmcblk1 is already mounted or /media/sdcard/02544d534530344707b72bb5a100f200-mmcblk1p1 busy
Oct 15 00:02:49 Sailfish mount-sd[25096]: Finished adding /dev/mmcblk1 of type vfat at /media/sdcard/02544d534530344707b72bb5a100f200-mmcblk1p1
And thus:
Code:
# lsblk /dev/mmcblk1
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
mmcblk1     179:64   0  3.7G  0 disk 
`-mmcblk1p1 179:65   0  3.6G  0 part /opt/alien/media/sdcard/3066-E1A3

# fdisk -l /dev/mmcblk1
Disk /dev/mmcblk1: 3.7 GiB, 3904897024 bytes, 7626752 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device         Boot Start     End Sectors  Size Id Type
/dev/mmcblk1p1       8192 7626751 7618560  3.6G  b W95 FAT32

# mount | grep mmcblk1
/dev/mmcblk1p1 on /media/sdcard/3066-E1A3 type vfat (rw,nosuid,nodev,noexec,noatime,dirsync,uid=100000,gid=100000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,flush,errors=remount-ro,discard)
/dev/mmcblk1p1 on /opt/alien/media/sdcard/3066-E1A3 type vfat (rw,nosuid,nodev,noexec,noatime,dirsync,uid=100000,gid=100000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,flush,errors=remount-ro,discard)
For me this looks as if your Xperia is completely unable to see the µSDXC card.
Might even be a machanical problem (pocket lint stuck in the slot ? SD card not perfectly aligned in the slot holder ?)

But at this step, the format on the card doesn't even play a role.
The Xperia doesn't even start to talk to it.
 

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