Hello, Pranav Lal, le lun. 19 mai 2025 06:29:09 +0530, a ecrit: > I am attaching an extract of logs as pulled from my arch linux system. It > uses journalctl for logs so what I have done is to grep for brltty and > redirect those logs to a file. > > Journalctl | grep "brltty" > brltty_logs_with_level.log
Ok, thanks. At what date and time did you run WINDOWPATH= python brl_test.py and it failed to show up? Also, one odd thing is that you seem to have two brltty instances running at the same time, see at 06:17:49, both 640 and 641 are saying exactly the same at the same time, that's probably why you get so many "Device or resource busy" errors. And that could also explain why you don't have braille output: if your program ends up connecting to the brltty instance that didn't manage to get access to the device, the output will go nowhere. Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
