-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't input after starting Fenrir #60
Comments
Is this project still active? What are folks using for a screen reader in 2024? |
Yes, still active, used by lots. It is primary CLI screen reader for a
few distros.
|
OK, might try getting it working again, I've been using tdsr. |
Sorry for the late answer, i missed that somehow. how do you start fenrir exactly? Using systemd? What mode? What settings? Can you paste a debug out? Can you paste the complete output of the dependency check? How did you install fenrir? Or do you just run it from a git clone? sudo fenrir -d should give you a file in /tmp/fenrirscreenreader |
Here's the dependency check:
My OS:
Settings are the default. Running sudo fenrir -d, I get a fenrirscreenreader-deamon.sock file in /tmp. At startup I hear a sound play, at the same time I get espeak TTS with a message saying something is not installed I can't hear what that something is, though, it's very slightly cut off and the sound plays over it. |
It looks like you are missing python-evdev. Can you search for and
install the evdev package and try again? Hopefully that will fix the
problem. Just to cover all bases, try launching with sudo fenrir for the
console, or sudo fenrir-daemon if you do not want it to consume the
terminal where it is launched.
|
When I use |
well something seems to be broken with the python-evdev an d python-pyudev packages. what happens if you run python manually (as root, to be more close on fenrirs conditions) do you get any sort of error? |
Yeah, module not found for both. When I try to sudo pip install them, it says requirement already satisfied. It seems there's some disconnect between the root python executable and the root pip executable. Let me know if you have thoughts. |
Hi, I'mn attempting to install Fenrir. I've gone through an installed dependencies, run the pulseaudio script as normal user and root, and run the install script. When I check dependenceis using the script, I get these:
I'm on Ubuntu and python3-speechd is version 0.9.1-4. python3-espeak is 0.5-2. I'm not using braille.
When I start fenrir, I get the starting sound, but then can enter no input and hear nothing until cancelling the process with Control-c, when I get the exit sound. When I disable sound effects, I get a "start fenrir" and "quit fenrir" message. I'm using gnome-terminal on Ubuntu 20 LTS. Any guidance from here on getting fenrir working would be appreciated .
The text was updated successfully, but these errors were encountered: