public inbox for blinux-list@redhat.com
 help / color / mirror / Atom feed
* Fenrir errors
@  Linux for blind general discussion
   ` Linux for blind general discussion
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Linux for blind general discussion @  UTC (permalink / raw)
  To: Linux for blind general discussion

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

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?

[-- Attachment #2: errors.txt --]
[-- Type: text/plain, Size: 2314 bytes --]

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'

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Fenrir errors
   Fenrir errors Linux for blind general discussion
@  ` Linux for blind general discussion
   ` Linux for blind general discussion
   ` Linux for blind general discussion
  2 siblings, 0 replies; 10+ messages in thread
From: Linux for blind general discussion @  UTC (permalink / raw)
  To: blinux-list

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?
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Fenrir errors
   Fenrir errors Linux for blind general discussion
   ` Linux for blind general discussion
@  ` Linux for blind general discussion
   ` Linux for blind general discussion
  2 siblings, 0 replies; 10+ messages in thread
From: Linux for blind general discussion @  UTC (permalink / raw)
  To: blinux-list, Storm Dragon

Howdy,

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

<qoute>
play FAIL formats: no handler for file extension `opus'
</qoute>

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Fenrir errors
   Fenrir errors Linux for blind general discussion
   ` Linux for blind general discussion
   ` Linux for blind general discussion
@  ` Linux for blind general discussion
     ` Linux for blind general discussion
  2 siblings, 1 reply; 10+ messages in thread
From: Linux for blind general discussion @  UTC (permalink / raw)
  To: blinux-list

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Fenrir errors
   ` Linux for blind general discussion
@    ` Linux for blind general discussion
       ` Linux for blind general discussion
  0 siblings, 1 reply; 10+ messages in thread
From: Linux for blind general discussion @  UTC (permalink / raw)
  To: 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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Fenrir errors
     ` Linux for blind general discussion
@      ` Linux for blind general discussion
         ` Fenrir Wiki updated Linux for blind general discussion
  0 siblings, 1 reply; 10+ messages in thread
From: Linux for blind general discussion @  UTC (permalink / raw)
  To: blinux-list

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Fenrir Wiki updated
       ` Linux for blind general discussion
@        ` Linux for blind general discussion
           ` Linux for blind general discussion
  0 siblings, 1 reply; 10+ messages in thread
From: Linux for blind general discussion @  UTC (permalink / raw)
  To: blinux-list

Howdy,

i updated the fenrir user wiki to hopfully be more useful for 
troubleshooting. i hope this helps

https://wiki.linux-a11y.org/doku.php?id=fenrir_user_manual#troubleshooting
corrections are always welcome since i have a really bad english lol but 
i try to do my best.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Fenrir Wiki updated
         ` Fenrir Wiki updated Linux for blind general discussion
@          ` Linux for blind general discussion
             ` Linux for blind general discussion
  0 siblings, 1 reply; 10+ messages in thread
From: Linux for blind general discussion @  UTC (permalink / raw)
  To: blinux-list

Running spd-conf messed up my speech.
I listen to speech very fast. It slowed it down! I find a system with
slow speech to be barely useable.

I had sped it up by modifying the max speed setting in
/etc/speech-dispatcher/moldules/espeak.conf

That modified file is still there, but speech is still slow. Please
help! My thoughts are wandering between syllables.

On 8/11/17, Linux for blind general discussion <blinux-list@redhat.com> wrote:
> Howdy,
>
> i updated the fenrir user wiki to hopfully be more useful for
> troubleshooting. i hope this helps
>
> https://wiki.linux-a11y.org/doku.php?id=fenrir_user_manual#troubleshooting
> corrections are always welcome since i have a really bad english lol but
> i try to do my best.
>
> _______________________________________________
> Blinux-list mailing list
> Blinux-list@redhat.com
> https://www.redhat.com/mailman/listinfo/blinux-list
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Fenrir Wiki updated
           ` Linux for blind general discussion
@            ` Linux for blind general discussion
               ` Linux for blind general discussion
  0 siblings, 1 reply; 10+ messages in thread
From: Linux for blind general discussion @  UTC (permalink / raw)
  To: blinux-list

Howdy,

i wonder what kind of screen reader are you using currently?
just to know why are you affect this. orca should not be affected.

what is needed to use fenrir is that speech-dispatcher is streaming to 
pulse insteed of alsa. that why spd-conf for root is needed.
you can always revert all kind of missconfiguration by delete the folder 
in home ".config/speech-dispatcher/" in /root (for root) and in 
/home/user/ for your user.

what screenreader are you using currently? orca should not affect by 
changes here since it is overwriting stuff by its own settings (like 
fenrir does).
cheers chrys

Am 12.08.2017 um 19:32 schrieb Linux for blind general discussion:
> Running spd-conf messed up my speech.
> I listen to speech very fast. It slowed it down! I find a system with
> slow speech to be barely useable.
>
> I had sped it up by modifying the max speed setting in
> /etc/speech-dispatcher/moldules/espeak.conf
>
> That modified file is still there, but speech is still slow. Please
> help! My thoughts are wandering between syllables.
>
> On 8/11/17, Linux for blind general discussion <blinux-list@redhat.com> wrote:
>> Howdy,
>>
>> i updated the fenrir user wiki to hopfully be more useful for
>> troubleshooting. i hope this helps
>>
>> https://wiki.linux-a11y.org/doku.php?id=fenrir_user_manual#troubleshooting
>> corrections are always welcome since i have a really bad english lol but
>> i try to do my best.
>>
>> _______________________________________________
>> 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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Fenrir Wiki updated
             ` Linux for blind general discussion
@              ` Linux for blind general discussion
  0 siblings, 0 replies; 10+ messages in thread
From: Linux for blind general discussion @  UTC (permalink / raw)
  To: blinux-list

I'm using Orca.

> you can always revert all kind of missconfiguration by delete the folder in home
> ".config/speech-dispatcher/" in /root (for root)

Which folder do I delete?

> and in /home/user/ for your user.

/home/user/ doesn't exist. Which folder do I remove here?

On 8/12/17, Linux for blind general discussion <blinux-list@redhat.com> wrote:
> Howdy,
>
> i wonder what kind of screen reader are you using currently?
> just to know why are you affect this. orca should not be affected.
>
> what is needed to use fenrir is that speech-dispatcher is streaming to
> pulse insteed of alsa. that why spd-conf for root is needed.
> you can always revert all kind of missconfiguration by delete the folder
> in home ".config/speech-dispatcher/" in /root (for root) and in
> /home/user/ for your user.
>
> what screenreader are you using currently? orca should not affect by
> changes here since it is overwriting stuff by its own settings (like
> fenrir does).
> cheers chrys
>
> Am 12.08.2017 um 19:32 schrieb Linux for blind general discussion:
>> Running spd-conf messed up my speech.
>> I listen to speech very fast. It slowed it down! I find a system with
>> slow speech to be barely useable.
>>
>> I had sped it up by modifying the max speed setting in
>> /etc/speech-dispatcher/moldules/espeak.conf
>>
>> That modified file is still there, but speech is still slow. Please
>> help! My thoughts are wandering between syllables.
>>
>> On 8/11/17, Linux for blind general discussion <blinux-list@redhat.com>
>> wrote:
>>> Howdy,
>>>
>>> i updated the fenrir user wiki to hopfully be more useful for
>>> troubleshooting. i hope this helps
>>>
>>> https://wiki.linux-a11y.org/doku.php?id=fenrir_user_manual#troubleshooting
>>> corrections are always welcome since i have a really bad english lol but
>>> i try to do my best.
>>>
>>> _______________________________________________
>>> 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
>
>
> _______________________________________________
> Blinux-list mailing list
> Blinux-list@redhat.com
> https://www.redhat.com/mailman/listinfo/blinux-list
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Fenrir errors Linux for blind general discussion
 ` Linux for blind general discussion
 ` Linux for blind general discussion
 ` Linux for blind general discussion
   ` Linux for blind general discussion
     ` Linux for blind general discussion
       ` Fenrir Wiki updated Linux for blind general discussion
         ` Linux for blind general discussion
           ` Linux for blind general discussion
             ` Linux for blind general discussion

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).