* Broken Paramaters in Speakup
@ Steve Holmes
` Chuck Hallenbeck
0 siblings, 1 reply; 5+ messages in thread
From: Steve Holmes @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
With the version of speakup in the 2.6.26-1 kernel, I find that some
of the variables or files in /sys/module/speakup/parameters/ won't
update properly. 3 examples are the punc-some, punc-most and punc_all
variables. What happens is if you cat the values from a saved place
such as is done with speakupconf, I get a slew of errors saying "cat:
argument invalid" and the targets end up empty so what happens in my
case is the punc_most chars get completely whiped out. I also get
this error if I try and cat that variable by hand so the script is ok
here.
Also, when I do a speakupconf save I get the errors I'll show below.
I'm using spkout as the synth of choice.
Script started on Fri 17 Oct 2008 06:58:17 AM MST
lnx3:~# speakupconf save
cp: omitting directory `.'
cp: reading `voice': Invalid argument
cp: reading `lang': Invalid argument
cp: reading `freq': Invalid argument
cp: reading `silent': Operation not permitted
lnx3:~# exit
exit
Script done on Fri 17 Oct 2008 06:58:39 AM MST
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEAREDAAYFAkj47aEACgkQWSjv55S0LfHY4wCdEqpX0fx8Jp1p80z/kkN8/2VP
eZgAoOIf8Evgs7+1wX9XffOViKYiqMm4
=ZqSR
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Broken Paramaters in Speakup
Broken Paramaters in Speakup Steve Holmes
@ ` Chuck Hallenbeck
` Steve Holmes
0 siblings, 1 reply; 5+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Steve,
I hope someone smarter than me can figure that one out. I had to kludge
a partial solution like this:
1. forget about the speakupconf save function. Also forget about normal
users being able to update the parameters. Limit it to root.
2. Start with an inherited copy of /etc/speakup/ if you are lucky
enough to have one, and make any necessary changes to its contents with
an editor.
3. run speakupconf load, note which files produce errors, and delete
them from /etc/speakup/
The result is that the files that remain in /etc/speakup/ will work
okay with speakupconf load, and that's as good as it's going to get.
I'm sure there's a better solution, but the above is how I'm surviving
until the Cavalry comes.
Chuck
On Fri, Oct 17, 2008 at 12:55:14PM -0700, Steve Holmes wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
> With the version of speakup in the 2.6.26-1 kernel, I find that some
> of the variables or files in /sys/module/speakup/parameters/ won't
> update properly. 3 examples are the punc-some, punc-most and punc_all
> variables. What happens is if you cat the values from a saved place
> such as is done with speakupconf, I get a slew of errors saying "cat:
> argument invalid" and the targets end up empty so what happens in my
> case is the punc_most chars get completely whiped out. I also get
> this error if I try and cat that variable by hand so the script is ok
> here.
>
> Also, when I do a speakupconf save I get the errors I'll show below.
> I'm using spkout as the synth of choice.
> Script started on Fri 17 Oct 2008 06:58:17 AM MST
> lnx3:~# speakupconf save
> cp: omitting directory `.'
> cp: reading `voice': Invalid argument
> cp: reading `lang': Invalid argument
> cp: reading `freq': Invalid argument
> cp: reading `silent': Operation not permitted
> lnx3:~# exit
> exit
>
> Script done on Fri 17 Oct 2008 06:58:39 AM MST
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEAREDAAYFAkj47aEACgkQWSjv55S0LfHY4wCdEqpX0fx8Jp1p80z/kkN8/2VP
> eZgAoOIf8Evgs7+1wX9XffOViKYiqMm4
> =ZqSR
> -----END PGP SIGNATURE-----
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
The Moon is Waning Gibbous (87% of Full)
My web site: http://hallenbeck.ftml.net -- my telephone: 1-518-334-9022.
--------
Sarah Palin: At last, a Beauty Queen who doesn't want World Peace.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Broken Paramaters in Speakup
` Chuck Hallenbeck
@ ` Steve Holmes
` William Hubbs
0 siblings, 1 reply; 5+ messages in thread
From: Steve Holmes @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
I was thinking of doing something like that. I figured I would report
it here so we can see if it can be fixed or if someone can tell me
where to look, I might even take a stab at it. I've never dealt with
kernel control variables before. But your solution is a good
work-around for the time being.
On Fri, Oct 17, 2008 at 05:39:44PM -0400, Chuck Hallenbeck wrote:
> Steve,
>
> I hope someone smarter than me can figure that one out. I had to kludge
> a partial solution like this:
>
> 1. forget about the speakupconf save function. Also forget about normal
> users being able to update the parameters. Limit it to root.
>
> 2. Start with an inherited copy of /etc/speakup/ if you are lucky
> enough to have one, and make any necessary changes to its contents with
> an editor.
>
> 3. run speakupconf load, note which files produce errors, and delete
> them from /etc/speakup/
>
> The result is that the files that remain in /etc/speakup/ will work
> okay with speakupconf load, and that's as good as it's going to get.
> I'm sure there's a better solution, but the above is how I'm surviving
> until the Cavalry comes.
>
> Chuck
>
>
> On Fri, Oct 17, 2008 at 12:55:14PM -0700, Steve Holmes wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: RIPEMD160
> >
> > With the version of speakup in the 2.6.26-1 kernel, I find that some
> > of the variables or files in /sys/module/speakup/parameters/ won't
> > update properly. 3 examples are the punc-some, punc-most and punc_all
> > variables. What happens is if you cat the values from a saved place
> > such as is done with speakupconf, I get a slew of errors saying "cat:
> > argument invalid" and the targets end up empty so what happens in my
> > case is the punc_most chars get completely whiped out. I also get
> > this error if I try and cat that variable by hand so the script is ok
> > here.
> >
> > Also, when I do a speakupconf save I get the errors I'll show below.
> > I'm using spkout as the synth of choice.
> > Script started on Fri 17 Oct 2008 06:58:17 AM MST
> > lnx3:~# speakupconf save
> > cp: omitting directory `.'
> > cp: reading `voice': Invalid argument
> > cp: reading `lang': Invalid argument
> > cp: reading `freq': Invalid argument
> > cp: reading `silent': Operation not permitted
> > lnx3:~# exit
> > exit
> >
> > Script done on Fri 17 Oct 2008 06:58:39 AM MST
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.9 (GNU/Linux)
> >
> > iEYEAREDAAYFAkj47aEACgkQWSjv55S0LfHY4wCdEqpX0fx8Jp1p80z/kkN8/2VP
> > eZgAoOIf8Evgs7+1wX9XffOViKYiqMm4
> > =ZqSR
> > -----END PGP SIGNATURE-----
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
> The Moon is Waning Gibbous (87% of Full)
>
> My web site: http://hallenbeck.ftml.net -- my telephone: 1-518-334-9022.
> --------
> Sarah Palin: At last, a Beauty Queen who doesn't want World Peace.
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEAREDAAYFAkj5EIQACgkQWSjv55S0LfFvwACfZp6I9R6r8mR+PN0iPPTnMh+g
Ny4AnjZo0AHBx7CCx6o3ciWyyhh7rJnE
=sUBk
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Broken Paramaters in Speakup
` Steve Holmes
@ ` William Hubbs
` Steve Holmes
0 siblings, 1 reply; 5+ messages in thread
From: William Hubbs @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
All,
I have just committed a change to git that removes most of the error
messages. Can someone pull from git and reply to this thread and let me
know how it is working now?
Thanks,
William
On Fri, Oct 17, 2008 at 03:24:05PM -0700, Steve Holmes wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
> I was thinking of doing something like that. I figured I would report
> it here so we can see if it can be fixed or if someone can tell me
> where to look, I might even take a stab at it. I've never dealt with
> kernel control variables before. But your solution is a good
> work-around for the time being.
>
> On Fri, Oct 17, 2008 at 05:39:44PM -0400, Chuck Hallenbeck wrote:
> > Steve,
> >
> > I hope someone smarter than me can figure that one out. I had to kludge
> > a partial solution like this:
> >
> > 1. forget about the speakupconf save function. Also forget about normal
> > users being able to update the parameters. Limit it to root.
> >
> > 2. Start with an inherited copy of /etc/speakup/ if you are lucky
> > enough to have one, and make any necessary changes to its contents with
> > an editor.
> >
> > 3. run speakupconf load, note which files produce errors, and delete
> > them from /etc/speakup/
> >
> > The result is that the files that remain in /etc/speakup/ will work
> > okay with speakupconf load, and that's as good as it's going to get.
> > I'm sure there's a better solution, but the above is how I'm surviving
> > until the Cavalry comes.
> >
> > Chuck
> >
> >
> > On Fri, Oct 17, 2008 at 12:55:14PM -0700, Steve Holmes wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: RIPEMD160
> > >
> > > With the version of speakup in the 2.6.26-1 kernel, I find that some
> > > of the variables or files in /sys/module/speakup/parameters/ won't
> > > update properly. 3 examples are the punc-some, punc-most and punc_all
> > > variables. What happens is if you cat the values from a saved place
> > > such as is done with speakupconf, I get a slew of errors saying "cat:
> > > argument invalid" and the targets end up empty so what happens in my
> > > case is the punc_most chars get completely whiped out. I also get
> > > this error if I try and cat that variable by hand so the script is ok
> > > here.
> > >
> > > Also, when I do a speakupconf save I get the errors I'll show below.
> > > I'm using spkout as the synth of choice.
> > > Script started on Fri 17 Oct 2008 06:58:17 AM MST
> > > lnx3:~# speakupconf save
> > > cp: omitting directory `.'
> > > cp: reading `voice': Invalid argument
> > > cp: reading `lang': Invalid argument
> > > cp: reading `freq': Invalid argument
> > > cp: reading `silent': Operation not permitted
> > > lnx3:~# exit
> > > exit
> > >
> > > Script done on Fri 17 Oct 2008 06:58:39 AM MST
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v1.4.9 (GNU/Linux)
> > >
> > > iEYEAREDAAYFAkj47aEACgkQWSjv55S0LfHY4wCdEqpX0fx8Jp1p80z/kkN8/2VP
> > > eZgAoOIf8Evgs7+1wX9XffOViKYiqMm4
> > > =ZqSR
> > > -----END PGP SIGNATURE-----
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> > --
> > The Moon is Waning Gibbous (87% of Full)
> >
> > My web site: http://hallenbeck.ftml.net -- my telephone: 1-518-334-9022.
> > --------
> > Sarah Palin: At last, a Beauty Queen who doesn't want World Peace.
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEAREDAAYFAkj5EIQACgkQWSjv55S0LfFvwACfZp6I9R6r8mR+PN0iPPTnMh+g
> Ny4AnjZo0AHBx7CCx6o3ciWyyhh7rJnE
> =sUBk
> -----END PGP SIGNATURE-----
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkj8kZ8ACgkQblQW9DDEZTjtOwCgvSK8d2VwW0+ANnzER9MsU+oP
JZgAn323i137j3nL8xPgpV8yAk+NXkj5
=np7y
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Broken Paramaters in Speakup
` William Hubbs
@ ` Steve Holmes
0 siblings, 0 replies; 5+ messages in thread
From: Steve Holmes @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
I can pull these right away but am remotely connected from a windows
box at work right now so won't be able to test this further until this
evening. I do appreciate the quick action though. I'm new to Debian
and the way kernels are managed there so haven't compiled anything
newer than what is offered by current testing image of Lenny.
On Mon, Oct 20, 2008 at 09:11:43AM -0500, William Hubbs wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> All,
>
> I have just committed a change to git that removes most of the error
> messages. Can someone pull from git and reply to this thread and let me
> know how it is working now?
>
> Thanks,
>
> William
>
> On Fri, Oct 17, 2008 at 03:24:05PM -0700, Steve Holmes wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: RIPEMD160
> >
> > I was thinking of doing something like that. I figured I would report
> > it here so we can see if it can be fixed or if someone can tell me
> > where to look, I might even take a stab at it. I've never dealt with
> > kernel control variables before. But your solution is a good
> > work-around for the time being.
> >
> > On Fri, Oct 17, 2008 at 05:39:44PM -0400, Chuck Hallenbeck wrote:
> > > Steve,
> > >
> > > I hope someone smarter than me can figure that one out. I had to kludge
> > > a partial solution like this:
> > >
> > > 1. forget about the speakupconf save function. Also forget about normal
> > > users being able to update the parameters. Limit it to root.
> > >
> > > 2. Start with an inherited copy of /etc/speakup/ if you are lucky
> > > enough to have one, and make any necessary changes to its contents with
> > > an editor.
> > >
> > > 3. run speakupconf load, note which files produce errors, and delete
> > > them from /etc/speakup/
> > >
> > > The result is that the files that remain in /etc/speakup/ will work
> > > okay with speakupconf load, and that's as good as it's going to get.
> > > I'm sure there's a better solution, but the above is how I'm surviving
> > > until the Cavalry comes.
> > >
> > > Chuck
> > >
> > >
> > > On Fri, Oct 17, 2008 at 12:55:14PM -0700, Steve Holmes wrote:
> > > > -----BEGIN PGP SIGNED MESSAGE-----
> > > > Hash: RIPEMD160
> > > >
> > > > With the version of speakup in the 2.6.26-1 kernel, I find that some
> > > > of the variables or files in /sys/module/speakup/parameters/ won't
> > > > update properly. 3 examples are the punc-some, punc-most and punc_all
> > > > variables. What happens is if you cat the values from a saved place
> > > > such as is done with speakupconf, I get a slew of errors saying "cat:
> > > > argument invalid" and the targets end up empty so what happens in my
> > > > case is the punc_most chars get completely whiped out. I also get
> > > > this error if I try and cat that variable by hand so the script is ok
> > > > here.
> > > >
> > > > Also, when I do a speakupconf save I get the errors I'll show below.
> > > > I'm using spkout as the synth of choice.
> > > > Script started on Fri 17 Oct 2008 06:58:17 AM MST
> > > > lnx3:~# speakupconf save
> > > > cp: omitting directory `.'
> > > > cp: reading `voice': Invalid argument
> > > > cp: reading `lang': Invalid argument
> > > > cp: reading `freq': Invalid argument
> > > > cp: reading `silent': Operation not permitted
> > > > lnx3:~# exit
> > > > exit
> > > >
> > > > Script done on Fri 17 Oct 2008 06:58:39 AM MST
> > > > -----BEGIN PGP SIGNATURE-----
> > > > Version: GnuPG v1.4.9 (GNU/Linux)
> > > >
> > > > iEYEAREDAAYFAkj47aEACgkQWSjv55S0LfHY4wCdEqpX0fx8Jp1p80z/kkN8/2VP
> > > > eZgAoOIf8Evgs7+1wX9XffOViKYiqMm4
> > > > =ZqSR
> > > > -----END PGP SIGNATURE-----
> > > > _______________________________________________
> > > > Speakup mailing list
> > > > Speakup@braille.uwo.ca
> > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> > > --
> > > The Moon is Waning Gibbous (87% of Full)
> > >
> > > My web site: http://hallenbeck.ftml.net -- my telephone: 1-518-334-9022.
> > > --------
> > > Sarah Palin: At last, a Beauty Queen who doesn't want World Peace.
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.9 (GNU/Linux)
> >
> > iEYEAREDAAYFAkj5EIQACgkQWSjv55S0LfFvwACfZp6I9R6r8mR+PN0iPPTnMh+g
> > Ny4AnjZo0AHBx7CCx6o3ciWyyhh7rJnE
> > =sUBk
> > -----END PGP SIGNATURE-----
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (GNU/Linux)
>
> iEYEARECAAYFAkj8kZ8ACgkQblQW9DDEZTjtOwCgvSK8d2VwW0+ANnzER9MsU+oP
> JZgAn323i137j3nL8xPgpV8yAk+NXkj5
> =np7y
> -----END PGP SIGNATURE-----
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEAREDAAYFAkj8mmUACgkQWSjv55S0LfH7lACgnr7IPucxZF7mEDNmMnM7a0xl
GzAAn1K2orOmrH0nksufKt6Rs592HU9I
=Qi3P
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Broken Paramaters in Speakup Steve Holmes
` Chuck Hallenbeck
` Steve Holmes
` William Hubbs
` Steve Holmes
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).