Re: [BRLTTY] More Stuff with Udev and Systemd

2016-09-18 Thread Rob
Dave Mielke  wrote:
> This usually means that there's more than one brltty process running at the 
> same time that's trying to access the same device. This may actually be true. 
> You probably have one being started by udev/systemd, and another that's the 
> default brltty process and that defaults to looking for a USB braille device.


Thanks for that. I got rid of the udev rules and now have the
brltty.target
file set to handle things instead. We will see what that does.

___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty


Re: [BRLTTY] More Stuff with Udev and Systemd

2016-09-18 Thread Dave Mielke
[quoted lines by Rob on 2016/09/18 at 10:47 -0500]

>[  117.970096] usb 4-2: usbfs: interface 0 claimed by usbfs while 'brltty' 
>sets config #1

This usually means that there's more than one brltty process running at the 
same time that's trying to access the same device. This may actually be true. 
You probably have one being started by udev/systemd, and another that's the 
default brltty process and that defaults to looking for a USB braille device.

-- 
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: d...@mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.org/
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty


Re: [BRLTTY] More Stuff with Udev and Systemd

2016-09-18 Thread Rob
Dave Mielke  wrote:
> It should be in your system log (probably something like /var/log/messages).

Ok, here's what the message says.
If you know a way to suppress these messages please do share.
I tried setting
ForwardToConsole=no
in
/etc/systemd/journald.conf
but no go. As you can see from the capture below, these are quite invasive
# # #
Capture begins:
newbean login: [  112.971095] usb 4-2: usbfs: interface 0 claimed by 
usbfs while 'brltty' sets config #1
[  117.970096] usb 4-2: usbfs: interface 0 claimed by usbfs while 
'brltty' sets config #1
[  122.970099] usb 4-2: usbfs: interface 0 claimed by usbfs while 
'brltty' sets config #1
[  127.975101] usb 4-2: usbfs: interface 0 claimed by usbfs while 
'brltty' sets config #1


newbean login: [  132.971098] usb 4-2: usbfs: interface 0 claimed by 
usbfs while 'brltty' sets config #1
[  137.975101] usb 4-2: usbfs: interface 0 claimed by usbfs while 
'brltty' sets config #1
asteriskk
Password:
[asteriskk@newbean:~$ [  142.970104] usb 4-2: usbfs: interface 0 claimed 
by usbfs while 'brltty' sets config #1
[  147.969164] usb 4-2: usbfs: interface 0 claimed by usbfs while 
'brltty' sets config #1
[  152.973437] usb 4-2: usbfs: interface 0 claimed by usbfs while 
'brltty' sets config #1
[  157.973908] usb 4-2: usbfs: interface 0 claimed by usbfs while 
'brltty' sets config #1
[
Capture ends
# # #
That message kept flashing, over and over and over and over and over again, 
making it almost impossible to use the display. I had to unplug it.
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty


Re: [BRLTTY] More Stuff with Udev and Systemd

2016-09-17 Thread Dave Mielke
[quoted lines by Rob on 2016/09/17 at 19:54 -0500]

>> Please, if you can, get the actual message. I don't like trying to come up 
>> with 
>> an informed answer when it's based on a guess.
>
>Okay, I'll see if I can grab it. IT's hard to catch because it keeps flashing 
>every couple of seconds.

It should be in your system log (probably something like /var/log/messages).

-- 
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: d...@mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.org/
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty


Re: [BRLTTY] More Stuff with Udev and Systemd

2016-09-17 Thread Rob
Dave Mielke  wrote:
> Did you put brltty-wrapper in /lib/udev or in /usr/lib/udev on this second 
> system?
It went in
/lib/udev
It was an imaged disk that I unzipped into another partition.

> Please, if you can, get the actual message. I don't like trying to come up 
> with 
> an informed answer when it's based on a guess.

Okay, I'll see if I can grab it. IT's hard to catch because it keeps flashing 
every couple of seconds.
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty


Re: [BRLTTY] More Stuff with Udev and Systemd

2016-09-17 Thread Dave Mielke
[quoted lines by Rob on 2016/09/17 at 19:18 -0500]

>I transferred the system had built to another computer. This time the 
>90-brltty.rules and brltty-wrapper worked.

Did you put brltty-wrapper in /lib/udev or in /usr/lib/udev on this second 
system?

>But I saw some weird messages from the kernel. Every other second or so, it 
>said something like
>{ long_dmesg_number usb_fs interface claimed by USBHID while 'brltty' sets 
>config 1 }
>That isn't it exactly, but close. It said something about USB being claimed 
>while brltty set config 1.
>Any idea what that is all about?

Please, if you can, get the actual message. I don't like trying to come up with 
an informed answer when it's based on a guess.

-- 
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: d...@mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.org/
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty