<br><br><div><span class="gmail_quote">On 8/11/07, <b class="gmail_sendername">Frantisek Dufka</b> &lt;<a href="mailto:dufkaf@seznam.cz">dufkaf@seznam.cz</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
David Hazel wrote:<br>&gt; On Fri, 2007-08-10 at 22:52 +0300, Igor Stoppa wrote:<br>&gt;&gt; I don&#39;t know about MMC/SD (isn&#39;t that something that is not public<br>&gt;&gt; available?)<br>&gt;<br>&gt; I would hope that the serial number of an SD card can be read on the
<br>&gt; Nokia. It can certainly be read from an SD card that is installed on a<br>&gt; Windows Mobile device.<br><br>cat /sys/devices/platform/mmci-omap.1/*/cid<br><br>* is there because the path contains card model name which is variable.
<br>In my case for Transcend 150x 4GB SD the name is &#39;b368&#39; and card is in<br>internal slot</blockquote><div><br></div></div>I have other things in that directory, so it appears a better path is...<br><br>for the &quot;internal&quot;:
<br>cat /sys/devices/platform/mmci-omap.1/mmc0*/cid <br><br>for the &quot;external&quot;<br>cat /sys/devices/platform/mmci-omap.1/mmc1*/cid<br><br>I also found that:<br>cat /sys/class/mmc_host/mmc0/slot_name<br>will tell you the &quot;name&quot; of the card (internal or external)
<br><br>Good info, by the way.<br>