Dear Ed,
I'll paste below the output that the command you suggested gave me, there's something disturbing indeed in that command, that I didn't try till you suggested it.
systemctl status brltty
● brltty.service - Braille display driver for Linux/Unix Loaded: loaded (/usr/lib/systemd/system/brltty.service; enabled; vendor pr> Active: active (running) since Tue 2021-03-02 09:56:14 CET; 5min ago Process: 716 ExecStart=/usr/bin/brltty (code=exited, status=0/SUCCESS) Tasks: 4 (limit: 9379) Memory: 3.8M CPU: 272ms CGroup: /system.slice/brltty.service └─728 /usr/bin/brltty Mar 02 09:56:19 blueblink.blueblink brltty[728]: no matching user or group
This error persisted so i didn't copy it as many times as it output itself.
Mar 02 09:56:38 blueblink.blueblink brltty[728]: console control error 5: fd=11> lines 1-20/20 (END)
the output below, instead, is the output that is given when i type xbrlapi openConnection: cannot connect to braille devices daemon brltty at :0 Thanks again for all the help. Best regards. Francisco. On 3/2/21 8:45 AM, Ed Greshko wrote:
On 02/03/2021 15:09, Francisco Tissera wrote:
Thanks for the link to the Redhat docs regarding accessibility, it worked. I just needed to authorize my local user and root user so BRLTTY could be enabled under them and used.
Now though another problem arises.
There’s this problem with this library called xbrlapi, which basically is this library that let’s BRLTTY users type with their braille keyboard. The problem is, that when i try to execute it with the command
xbrlapi
even with admin wrights, an error about not beeing able to establish a connection to the BRLTTY daemon is given back to me.
Any suggestions?
Glad the link helped.....
Again, not knowing anything, what is the output of the command
systemctl status brltty
?