<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Jan 5, 2011 at 2:58 PM, Tzafrir Cohen <span dir="ltr">&lt;<a href="mailto:tzafrir@cohens.org.il">tzafrir@cohens.org.il</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div></div><div class="h5">On Wed, Jan 05, 2011 at 02:25:39PM +0200, Erez D wrote:<br>
&gt; HI<br>
&gt;<br>
&gt; I have 2 identical USB to Serial dongles<br>
&gt;<br>
&gt; If I connect them to an XP box, i get assigned a COM port according to the<br>
&gt; usb port i connected to<br>
&gt; If I connect them to a Linux Box, i get assigned a ttyUSBn port according to<br>
&gt; the order i connected them<br>
&gt;<br>
&gt;<br>
&gt; as i am not always aware of the order i connect them, and it is not uniquly<br>
&gt; defined if the are both connected at boot time,<br>
&gt; I get the device name swapped every reboot.<br>
&gt;<br>
&gt;<br>
&gt; is there a way to assign a constant device name according to the USB port it<br>
&gt; is connected to and not via the order it is connected<br>
&gt; (under linux of course)<br>
<br>
</div></div>Use the symlinks under /dev/serial/by-id rather than /dev/ttyUSBn<br>
directly.<br>
<br></blockquote><div>The problem is that the dongles are identical, so /dev/serial/by-id has only one file which links to the last one inserted.<br><br> /dev/serial/by-path has different links, however they are not consistent either, and change every time i remove and reinsert the dongle<br>


<br>
thanks,<br>
erez. <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Or figure out how they are generated from the udev rules, and make your own<br>
custom constant device names. At first glance this is<br>
/lib/udev/rules.d/60-persistent-serial.rules on my system.<br>
<br>
--<br>
Tzafrir Cohen         | <a href="mailto:tzafrir@jabber.org">tzafrir@jabber.org</a> | VIM is<br>
<a href="http://tzafrir.org.il" target="_blank">http://tzafrir.org.il</a> |                    | a Mutt&#39;s<br>
<a href="mailto:tzafrir@cohens.org.il">tzafrir@cohens.org.il</a> |                    |  best<br>
<a href="mailto:tzafrir@debian.org">tzafrir@debian.org</a>    |                    | friend<br>
<br>
_______________________________________________<br>
Linux-il mailing list<br>
<a href="mailto:Linux-il@cs.huji.ac.il">Linux-il@cs.huji.ac.il</a><br>
<a href="http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il" target="_blank">http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il</a><br>
</blockquote></div><br></div>