Re: Fenrir errors

2017-08-11 Thread Linux for blind general discussion

Howdy,

i often stay in mumble on
mumble.linux-a11y.org
nickname chrys
also storm is often available there (he has a lot of experience since he 
is my tester and is using fenrir for fulltime).


i also stay on irc on:
irc.netwirc.tk
rooms
#a11y
#devel

https://linux-a11y.org/index.php?page=join-us

I m always want to help :) thats why i create OCRdesktop fenrir and SOPS.
Am 11.08.2017 um 18:14 schrieb Linux for blind general discussion:
I was thinking, wouldn't a live phone conference be a faster way for 
many of us to get these issues resolved? I would suggest a phone 
bridge instead of something like Skype, as many of us would need our 
sound cards for speech. Thanks in advance

Chime

___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list



___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list


Re: Fenrir errors

2017-08-11 Thread Linux for blind general discussion
I was thinking, wouldn't a live phone conference be a faster way for many of us 
to get these issues resolved? I would suggest a phone bridge instead of 
something like Skype, as many of us would need our sound cards for speech. 
Thanks in advance

Chime

___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list


Re: Fenrir errors

2017-08-11 Thread Linux for blind general discussion
by the way if you try again please pull git master again i did some 
massive changes :) for process handling.


Am 08.08.2017 um 01:30 schrieb Linux for blind general discussion:

I've attached the errors I get when I try to run Fenrir without installing it.
All dependencies are installed and I hear no sound or speech. Does
this file suggest why?


___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list



___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list


Re: Fenrir errors

2017-08-11 Thread Linux for blind general discussion

Howdy,

the first issue i see in your output is that the provided sox version 
does not support opus.



play FAIL formats: no handler for file extension `opus'


so you have 2 possible solutions here:
1. use the gstreamer sound driver
  1.1 open config/settings.conf
  1.2 search for section [sound]
  1.3 search for:driver=genericDriver
  1.4 change it to driver=gstreamerDriver
  this requires gstreamer installed
2. use the default-wav soundicon theme
  2.1 open config/settings.conf
  2.2 search for section [sound]
  2.3 search for:theme=default
  2.4 change it to theme=default-wav
3. install a more current "sox" version.

i dont see any other problems on that quick output. so byside this i 
assume it works but pulseaudio is not configured correct (see below):

To create an complete debug output do the following:
sudo rm /var/log/fenrir.log
cd /path/to/git/src/fenrir
sudo ./fenrir -d
ctrl + c
send me the file /var/log/fenrir.log per mail to chrys at linux-a11y dot de

if you don't hear sound or speech: you are using pulseaudio:
then you have 2 possible solutions
1. run pulse in system wide mode (not recommentet)
1.1 
https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/

2. stream "root" sound to user (recommentet):
2.1 run "tools/configure_pulse.sh"
2.2 run "sudo tools/configure_pulse.sh"
in any case if you running speech-dispatcher with pulse:
you need to run "sudo spd-conf" and select pulse as output module.
restart
then it works

if you are using also no configuration should needed since alsa does not 
sepearte different users like pulse does.



Am 08.08.2017 um 01:30 schrieb Linux for blind general discussion:

I've attached the errors I get when I try to run Fenrir without installing it.
All dependencies are installed and I hear no sound or speech. Does
this file suggest why?


___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list



___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list


Re: Fenrir errors

2017-08-07 Thread Linux for blind general discussion
Howdy,

I stay currently  at my parents  (til thirsday) i will take a look at / fix it 
on thursday.

Cheers Chrys 

Am Dienstag 8. August 2017 schrieb Linux for blind general discussion:
> I've attached the errors I get when I try to run Fenrir without installing it.
> All dependencies are installed and I hear no sound or speech. Does
> this file suggest why?
>

___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list


Fenrir errors

2017-08-07 Thread Linux for blind general discussion
I've attached the errors I get when I try to run Fenrir without installing it.
All dependencies are installed and I hear no sound or speech. Does
this file suggest why?
play FAIL formats: no handler for file extension `opus'
Process Process-4:
Traceback (most recent call last):
  File "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
self.run()
  File "/usr/lib/python3.5/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
  File "/home/amanda/Downloads/fenrir/src/fenrir/core/eventManager.py", line 
140, in simpleEventWorkerThread
Data = function(self._mainLoopRunning, args)
  File "/home/amanda/Downloads/fenrir/src/fenrir/inputDriver/evdevDriver.py", 
line 87, in inputWatchdog
r, w, x = select(deviceFd, [], [], 2)
KeyboardInterrupt
Process Process-5:
Traceback (most recent call last):
  File "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
self.run()
  File "/usr/lib/python3.5/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
  File "/home/amanda/Downloads/fenrir/src/fenrir/core/eventManager.py", line 
127, in customEventWorkerThread
function(self._mainLoopRunning, eventQueue)
  File "/home/amanda/Downloads/fenrir/src/fenrir/screenDriver/vcsaDriver.py", 
line 120, in updateWatchdog
vcsaDevices = glob.glob('/dev/vcsa*')
  File "/usr/lib/python3.5/glob.py", line 20, in glob
return list(iglob(pathname, recursive=recursive))
  File "/usr/lib/python3.5/glob.py", line 71, in _iglob
for name in glob_in_dir(dirname, basename):
  File "/usr/lib/python3.5/glob.py", line 85, in glob1
names = os.listdir(dirname)
KeyboardInterrupt
Process Process-3:
Traceback (most recent call last):
  File "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
self.run()
  File "/usr/lib/python3.5/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
  File "/home/amanda/Downloads/fenrir/src/fenrir/core/eventManager.py", line 
127, in customEventWorkerThread
function(self._mainLoopRunning, eventQueue)
  File "/home/amanda/Downloads/fenrir/src/fenrir/inputDriver/evdevDriver.py", 
line 65, in plugInputDeviceWatchdogUdev
devices = monitor.poll(2)
  File "/usr/lib/python3/dist-packages/pyudev/monitor.py", line 340, in poll
rlist, _, _ = select.select([self], [], [], timeout)
KeyboardInterrupt
play FAIL formats: no handler for file extension `opus'
___
Blinux-list mailing list
Blinux-list@redhat.com
https://www.redhat.com/mailman/listinfo/blinux-list