[BRLTTY] Udev Rules Update

Rob captinlogic at gmail.com
Thu Sep 15 05:42:17 EDT 2016


Dave Mielke <dave at mielke.cc> wrote:
> Then, without rebooting, connect your braille device. The log should show us 
> what the script is doing.


It didn't do anything. No /tmp log file was created.
In case /tmp was not writeable I changed the path to /root. NO log.
Here's what the script now looks like in case something got messed up.
#!/bin/sh
exec >>/root/brltty-wrapper.log 2>&1##
echo next run
date
set -x
Looks like udev isn't doing anything much.
Here's the messages from the kernel:
Sep 15 03:08:31 newbean kernel: usb 4-2: new full-speed USB device number 4 usin
Sep 15 03:08:31 newbean kernel: usb 4-2: New USB device found, idVendor=1fe4, id
Sep 15 03:08:31 newbean kernel: usb 4-2: New USB device strings: Mfr=1, Product=
Sep 15 03:08:31 newbean kernel: usb 4-2: Product: Basic Braille
Sep 15 03:08:31 newbean kernel: usb 4-2: Manufacturer: Handy Tech Elektronik Gmb
Sep 15 03:08:31 newbean kernel: usb 4-2: SerialNumber: BB4/A2-15087
Sep 15 03:08:31 newbean kernel: hid-generic 0003:1FE4:0084.0006: hiddev0,hidraw0
Sep 15 03:12:25 newbean kernel: kworker/dying (543) used greatest stack depth: 5
Sep 15 09:30:16 newbean kernel: usb 4-2: USB disconnect, device number 4


More information about the BRLTTY mailing list