[BRLTTY] Udev Rules Update

Dave Mielke dave at mielke.cc
Wed Sep 14 21:25:40 EDT 2016


[quoted lines by Rob on 2016/09/14 at 19:43 -0500]

>I rebooted the system today and BRLTTY still did not come up via the rules.
>Could it be looking in the wrong path?
>I have BRLTTY installed in
>"--prefix=/usr"
>so maybe it's not looking there?
>The 
>"brltty-wrapper"
>script is executable
>-rwxr-xr-x 1 root root 1188 Sep 14 01:39 brltty-wrapper

To make sure that you have the right rules file, verify these two lines in it:

   453: RUN+="brltty-wrapper"
   457: RUN+="brltty-wrapper -C"

Is your rules file now named 90-brltty.rules?

The brltty-wrapper script looks for the brltty executable by command search 
path, so it depends on what that is on your system while it's booting. If you'd 
like to force it in order to check out the possibility, there's a way to do 
that. Create a second brltty rules file that'll run earlier than the main one, 
and, within it, set BRLTTY_EXECUTABLE_PATH. So, for example:

/etc/udev/rules.d/80-brltty.rules:
   ENV{BRLTTY_EXECUTABLE_PATH}="/usr/bin/brltty" 

You can tell udev to reload any changes to its rules with the command:

   udevadm control --reload

-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | http://Mielke.cc/bible/
EMail: Dave at Mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.org/


More information about the BRLTTY mailing list