[ale] help with udev rule

Ed Cashin ecashin at noserose.net
Wed Aug 3 21:10:50 EDT 2016


Software changes, but all the modprobe versions I've seen only load the
requested driver if it isn't already loaded.  Subsequent invocations for an
already loaded driver are pretty much harmless.

Are there any ill consequences you're seeing?

On Wed, Aug 3, 2016 at 12:26 PM, Todor Fassl <fassl.tod at gmail.com> wrote:

> All,
>
> I want to write a udev rule to load a driver for a hardware speech
> synthesizer. Many synths have both USB and serial connectors. The linux
> screen reader always uses the serial port. But I thought I could write a
> udev rule to detect when the synth is plugged into the USB port and then
> load the driver for the serial port. So a blind person would have to plug
> the synth into both the serial and the USB ports but I don't figure that is
> a problem.  It is way easier than trying to log in without speech and then
> try to type in the modprobe command. I am hoping to write a whole series of
> these rules and then make them available for download.
>
> I got a rule to work but it seems to try to load the driver several times.
> Is anybody experienced enough with udev rules to tell me if this is a
> problem and if so, how it can be fixed? Here is my rule:
>
> ACTION=="add", SYSFS{idVendor}=="0dd0", SYSFS{idProduct}=="1002",
> RUN="/sbin/modprobe speakup_ltlk"
>
>
> --
> Todd
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
>



-- 
  Ed Cashin <ecashin at noserose.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ale.org/pipermail/ale/attachments/20160803/38307174/attachment.html>


More information about the Ale mailing list