<div dir="ltr">I&#39;m just copying this from puppy linux udev example:<br><br>#my Optus Huawei E160-E 3G modem...<br>ACTION==&quot;add&quot;, ATTRS{idVendor}==&quot;12d1&quot;, ATTRS{idProduct}==&quot;140c&quot;, RUN+=&quot;/usr/sbin/usb_modem_special_status 3g&quot;<br>
ACTION==&quot;remove&quot;, ATTRS{idVendor}==&quot;12d1&quot;, ATTRS{idProduct}==&quot;140c&quot;, RUN+=&quot;/bin/rm -f /dev/gsmmodem&quot;<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 5, 2013 at 5:45 PM, Chris Fowler <span dir="ltr">&lt;<a href="mailto:cfowler@outpostsentinel.com" target="_blank">cfowler@outpostsentinel.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 09/05/2013 04:52 PM, Chris Fowler wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m running kernel 2.6.38 on a device and I&#39;ve added a module for a ch341 USB-&gt;Serial cable.  When I attach a pl2303 or ftdi cable their driver is automatically loaded.   When I plug this one in I have to execute &#39;modprobe ch341&#39;.  It works well. What I&#39;m trying to figure out is file I need to update to tell the system what module to load.<br>

</blockquote>
<br>
<br></div>
I write a udev rule and it is now loading.<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
</div></div></blockquote></div><br></div>