Hi Norbert.<br><br>I think you&#39;re right. I&#39;ll try to combine more than one hardware signature in the combo. Thanks.<br><br>-Javier<br><br><br><div class="gmail_quote">On Wed, Apr 23, 2008 at 7:35 PM, Norbert Hartl &lt;<a href="mailto:norbert@hartl.name">norbert@hartl.name</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Wed, 2008-04-23 at 15:00 +0200, Javier Reyes wrote:<br>
&gt; Hi Edgar,<br>
&gt;<br>
&gt; It&#39;s for a licensing server. I think I&#39;ve found a way to do it using<br>
&gt; the ethernet physical ID trough:<br>
&gt;<br>
&gt; Applescript doIt: &#39;do shell script &quot;ifconfig en0&quot;&#39;.<br>
&gt;<br>
&gt; And then filtering the physical address.<br>
&gt;<br>
</div>This won&#39;t work. Usually the MAC address shown is only a copy<br>
of the number stored on the device. You can alter this address<br>
easily. Under linux this would be<br>
<br>
ifconfig eth0 hw ether 00:11:22:33:44:55<br>
<br>
If you&#39;re after licenses you may do some poor microsoft style<br>
checking. I quick search on google showed the pendant for lspci<br>
on linux is called pciconf on bsd-like systems. There you get<br>
the real device ids of all devices attached.<br>
<font color="#888888"><br>
Norbert<br>
<br>
<br>
</font></blockquote></div><br>