[EMAIL PROTECTED] wrote:

 cat >> /etc/udev/rules.d/25-lfs.rules << EOF
 # Rules to allow hotplugging of devices with modular drivers
-ACTION=="add", SUBSYSTEM=="usb", MODALIAS=="*", \
+ACTION=="add", SUBSYSTEM=="?*", MODALIAS=="?*", \
   RUN+="/sbin/modprobe $modalias"

Just a bit of warning....this did not work when run through jhalfs for some reason. Works fine from the command line. I suspect the script tried to expand $modalias as I had an extra space before the endquote in my rules. Fortunately I found this before I actually needed it. :-)

-- DJ Lucas

--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to