* Speakup and Linux 2.6.24 - Almost Got It Working
@ Robert Spangler
` Kirk Reiser
` (2 more replies)
0 siblings, 3 replies; 24+ messages in thread
From: Robert Spangler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hello,
OK, I got it compiled in and it actually speaks when I boot it! However, my
keyboard will not respond. When I boot, I usually press the enter key on
the keypad at the "lite talk found" message so that I don't have to hear
the other stuff. Nothing responds - not even ctrl+alt+del. I compiled in
both the LTLK driver and the user space software speech driver. I tried
with both the Gentoo kernel and the vanilla 2.6.24.4 kernel.
Also, what is the dummy, dummy synth driver?
Robby
^ permalink raw reply [flat|nested] 24+ messages in thread* Re: Speakup and Linux 2.6.24 - Almost Got It Working
Speakup and Linux 2.6.24 - Almost Got It Working Robert Spangler
@ ` Kirk Reiser
` Robert Spangler
` Samuel Thibault
` Georgina
2 siblings, 1 reply; 24+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi Rob: That's pretty strange for sure. Have you compiled kernels
before? Once it gets to the login prompt does the keyboard work
correctly? It almost sounds like you have the wrong keyboard compiled
in that's why I am asking the first two questions.
Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
^ permalink raw reply [flat|nested] 24+ messages in thread* Re: Speakup and Linux 2.6.24 - Almost Got It Working
` Kirk Reiser
@ ` Robert Spangler
` Kirk Reiser
0 siblings, 1 reply; 24+ messages in thread
From: Robert Spangler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Oh yeah, I compile kernels all the time. What I did for this one was copied
my .config from 2.6.23 to 2.6.24.4, did a make menuconfig, and made sure
that the Speakup options were configured properly. May this have been too
large of an upgrade just to copy my old .config over? Should I start clean?
Robby
----- Original Message -----
From: "Kirk Reiser" <kirk@braille.uwo.ca>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, April 14, 2008 8:39 AM
Subject: Re: Speakup and Linux 2.6.24 - Almost Got It Working
> Hi Rob: That's pretty strange for sure. Have you compiled kernels
> before? Once it gets to the login prompt does the keyboard work
> correctly? It almost sounds like you have the wrong keyboard compiled
> in that's why I am asking the first two questions.
>
>
>
> Kirk Reiser The Computer Braille Facility
> e-mail: kirk@braille.uwo.ca University of Western Ontario
> phone: (519) 661-3061
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread* Re: Speakup and Linux 2.6.24 - Almost Got It Working
` Robert Spangler
@ ` Kirk Reiser
` Robert Spangler
0 siblings, 1 reply; 24+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
That's interesting. I always run make oldconfig after copying my old
.config into place so don't know what would happen if you just ran
make menuconfig after copying. It should work and just take the
default configuration options for new options. I don't remember any
keyboard related changes other than the fact that notifier code was
included in the 2.6.24 tree. I have not seen any keyboard not working
situations though so I'd recommend you check your install.log to see
if everything patched okay.
The speakupconf script will need to be modified to work with the new
sysfs changes so if somebody wants to modify it and send me the new
script I'll replace the one on the site with the new one.
Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
^ permalink raw reply [flat|nested] 24+ messages in thread* Re: Speakup and Linux 2.6.24 - Almost Got It Working
` Kirk Reiser
@ ` Robert Spangler
` William F. Acker WB2FLW +1-303-722-7209
0 siblings, 1 reply; 24+ messages in thread
From: Robert Spangler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
You mean the install.log from the Speakup install script? Also, are there
still problems with building two synths into the kernel? Because I did
build in the ltlk and the software synth. I think the docs mentioned that
this was fixed.
----- Original Message -----
From: "Kirk Reiser" <kirk@braille.uwo.ca>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, April 14, 2008 11:51 AM
Subject: Re: Speakup and Linux 2.6.24 - Almost Got It Working
> That's interesting. I always run make oldconfig after copying my old
> .config into place so don't know what would happen if you just ran
> make menuconfig after copying. It should work and just take the
> default configuration options for new options. I don't remember any
> keyboard related changes other than the fact that notifier code was
> included in the 2.6.24 tree. I have not seen any keyboard not working
> situations though so I'd recommend you check your install.log to see
> if everything patched okay.
>
> The speakupconf script will need to be modified to work with the new
> sysfs changes so if somebody wants to modify it and send me the new
> script I'll replace the one on the site with the new one.
>
>
>
> Kirk Reiser The Computer Braille Facility
> e-mail: kirk@braille.uwo.ca University of Western Ontario
> phone: (519) 661-3061
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread* Re: Speakup and Linux 2.6.24 - Almost Got It Working
` Robert Spangler
@ ` William F. Acker WB2FLW +1-303-722-7209
0 siblings, 0 replies; 24+ messages in thread
From: William F. Acker WB2FLW +1-303-722-7209 @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi,
I build all the synths including dummy into the kernel with the
exception of the big dectalk ISA thingy, which is compiled as a module.
Seems to work fine. I can even
switch them on the fly.
HTH.
--
Bill in Denver
On Mon, 14 Apr 2008, Robert Spangler wrote:
> You mean the install.log from the Speakup install script? Also, are there
> still problems with building two synths into the kernel? Because I did
> build in the ltlk and the software synth. I think the docs mentioned that
> this was fixed.
>
> ----- Original Message -----
> From: "Kirk Reiser" <kirk@braille.uwo.ca>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Monday, April 14, 2008 11:51 AM
> Subject: Re: Speakup and Linux 2.6.24 - Almost Got It Working
>
>
>> That's interesting. I always run make oldconfig after copying my old
>> .config into place so don't know what would happen if you just ran
>> make menuconfig after copying. It should work and just take the
>> default configuration options for new options. I don't remember any
>> keyboard related changes other than the fact that notifier code was
>> included in the 2.6.24 tree. I have not seen any keyboard not working
>> situations though so I'd recommend you check your install.log to see
>> if everything patched okay.
>>
>> The speakupconf script will need to be modified to work with the new
>> sysfs changes so if somebody wants to modify it and send me the new
>> script I'll replace the one on the site with the new one.
>>
>>
>>
>> Kirk Reiser The Computer Braille Facility
>> e-mail: kirk@braille.uwo.ca University of Western Ontario
>> phone: (519) 661-3061
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Speakup and Linux 2.6.24 - Almost Got It Working
Speakup and Linux 2.6.24 - Almost Got It Working Robert Spangler
` Kirk Reiser
@ ` Samuel Thibault
` Gaijin
` Georgina
2 siblings, 1 reply; 24+ messages in thread
From: Samuel Thibault @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hello,
Robert Spangler, le Sun 13 Apr 2008 22:19:18 -0400, a écrit :
> Also, what is the dummy, dummy synth driver?
See the help:
This is a dummy Speakup driver for plugging a mere serial
terminal. This is handy if you want to test speakup but
don't have the hardware.
Samuel
^ permalink raw reply [flat|nested] 24+ messages in thread* Re: Speakup and Linux 2.6.24 - Almost Got It Working
` Samuel Thibault
@ ` Gaijin
` Samuel Thibault
0 siblings, 1 reply; 24+ messages in thread
From: Gaijin @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
On Mon, Apr 14, 2008 at 01:49:07PM +0100, Samuel Thibault wrote:
> This is a dummy Speakup driver for plugging a mere serial
> terminal. This is handy if you want to test speakup but
> don't have the hardware.
:End-Quote:
Kewl. Is there a way to change synths on the fly, and can the
output from the dummy synth be redirected to, say, speech dispatcher?
I'm still having the occasional crash from buffer overflows (I think)
with my Lite-Talk synth. It happens when listing excessively long
files or directories. The synthesizer keeps talking until it's
finished, and speakup, if it's still working, seems to be unable
to reconnect to the synthesizer. It may be my UART. I dunno, but
I was thinking it would be nice to switch synthesizers on the fly if the
need arose...
Michael
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: Speakup and Linux 2.6.24 - Almost Got It Working
Speakup and Linux 2.6.24 - Almost Got It Working Robert Spangler
` Kirk Reiser
` Samuel Thibault
@ ` Georgina
` Kirk Reiser
2 siblings, 1 reply; 24+ messages in thread
From: Georgina @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
However, my keyboard will not respond. When I boot, I usually press the
enter key on the keypad at the "lite talk found" message so that I don't
have to hear the other stuff. Nothing responds - not even ctrl+alt+del.
I've had this with a 2.6.24.4 kernel. I built a kernel using the make all
modules option. That's exactly what it done but didn't load the keyboard
driver at boot time. Luckily, I had a USB keyboard and when I plugged it
into the machine after booting, it was initialised.
HTH
Gena
^ permalink raw reply [flat|nested] 24+ messages in thread* RE: Speakup and Linux 2.6.24 - Almost Got It Working
` Georgina
@ ` Kirk Reiser
` Robert Spangler
` Georgina
0 siblings, 2 replies; 24+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi Gena: As I mentioned to Robby check your install.log in your
speakup directory and see if everything patched correctly. If this is
two occurrences of this situation we need more info because so far we
haven't seen anything like this.
Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
^ permalink raw reply [flat|nested] 24+ messages in thread* Re: Speakup and Linux 2.6.24 - Almost Got It Working
` Kirk Reiser
@ ` Robert Spangler
` Kirk Reiser
` Georgina
1 sibling, 1 reply; 24+ messages in thread
From: Robert Spangler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Everything patched correctly. I will try the USB keyboard but right now I
am using an old PS/2 keyboard.
----- Original Message -----
From: "Kirk Reiser" <kirk@braille.uwo.ca>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, April 14, 2008 6:12 PM
Subject: RE: Speakup and Linux 2.6.24 - Almost Got It Working
> Hi Gena: As I mentioned to Robby check your install.log in your
> speakup directory and see if everything patched correctly. If this is
> two occurrences of this situation we need more info because so far we
> haven't seen anything like this.
>
>
>
> Kirk Reiser The Computer Braille Facility
> e-mail: kirk@braille.uwo.ca University of Western Ontario
> phone: (519) 661-3061
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread* Re: Speakup and Linux 2.6.24 - Almost Got It Working
` Robert Spangler
@ ` Kirk Reiser
` Speakup and Linux 2.6.24 speechd up question Willem van der Walt
` Speakup and Linux 2.6.24 - Almost Got It Working Robert Spangler
0 siblings, 2 replies; 24+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Does your keyboard work if you don't have speakup installed. You can
check this by logging in upon boot and then hitting a control-g to get
the system to beep. That is unless you don't have a speaker
installed. You should be able to do that without speech. You could
also compile speakup as modules as a test and try loading it from the
command line after logging in and running the beep test. I just want
to establish whether you are having a speakup problem or not. If it
patched correctly I can't think why it would be behaving like this.
Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
^ permalink raw reply [flat|nested] 24+ messages in thread* Speakup and Linux 2.6.24 speechd up question
` Kirk Reiser
@ ` Willem van der Walt
` Samuel Thibault
` Speakup and Linux 2.6.24 - Almost Got It Working Robert Spangler
1 sibling, 1 reply; 24+ messages in thread
From: Willem van der Walt @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi,
I got the latest speakup built and running with software speech.
Which speechd_up/speechd-up is the correct one to use for software speech
with the latest speakup?
Where can I download it?
TIA, Willem
--
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.
The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.
This message has been scanned for viruses and dangerous content by MailScanner,
and is believed to be clean. MailScanner thanks Transtec Computers for their support.
^ permalink raw reply [flat|nested] 24+ messages in thread* Re: Speakup and Linux 2.6.24 - Almost Got It Working
` Kirk Reiser
` Speakup and Linux 2.6.24 speechd up question Willem van der Walt
@ ` Robert Spangler
1 sibling, 0 replies; 24+ messages in thread
From: Robert Spangler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Kirk,
I recompiled the kernel including Speakup as modules. I am able to log in
and do modprobe speakup_ltlk start=1
I have both the softsynth and ltlk compiled as modules. I can try compiling
one (ltlk) into the kernel and the softsynth as a module and see if that
fixes anything. Could it be that compiling them both into the kernel could
be causing an issue? Guess it's worth experimenting. So, yes, I am able to
get speech by loading it as a module but I wish to hear start-up
messages--that is the beauty of Speakup!!
Robby
----- Original Message -----
From: "Kirk Reiser" <kirk@braille.uwo.ca>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Tuesday, April 15, 2008 6:44 AM
Subject: Re: Speakup and Linux 2.6.24 - Almost Got It Working
> Does your keyboard work if you don't have speakup installed. You can
> check this by logging in upon boot and then hitting a control-g to get
> the system to beep. That is unless you don't have a speaker
> installed. You should be able to do that without speech. You could
> also compile speakup as modules as a test and try loading it from the
> command line after logging in and running the beep test. I just want
> to establish whether you are having a speakup problem or not. If it
> patched correctly I can't think why it would be behaving like this.
>
>
>
> Kirk Reiser The Computer Braille Facility
> e-mail: kirk@braille.uwo.ca University of Western Ontario
> phone: (519) 661-3061
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: Speakup and Linux 2.6.24 - Almost Got It Working
` Kirk Reiser
` Robert Spangler
@ ` Georgina
1 sibling, 0 replies; 24+ messages in thread
From: Georgina @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
Hi Gena: As I mentioned to Robby check your install.log in your speakup
directory and see if everything patched correctly. If this is two
occurrences of this situation we need more info because so far we haven't
seen anything like this.
Hi Kirk
Well I've been using the kernel after rebuilding the kernel after hard
wiring the ps2 support into the kernel. I only mentioned it because it
might help the fellow and to clear speakup's name.
It's not speakup's problem. I thought I made it perfectly clear, it's
because it didn't load the ps2 module at boot up.
Gena
Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca http://speech.braille.uwo.ca/mailman/listinfo/speakup
__________ NOD32 3026 (20080414) Information __________
This message was checked by NOD32 antivirus system. http://www.eset.com
^ permalink raw reply [flat|nested] 24+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Speakup and Linux 2.6.24 - Almost Got It Working Robert Spangler
` Kirk Reiser
` Robert Spangler
` Kirk Reiser
` Robert Spangler
` William F. Acker WB2FLW +1-303-722-7209
` Samuel Thibault
` Gaijin
` Samuel Thibault
[not found] ` <20080414230814.GA10100@clearwire.net>
` Gaijin
` Samuel Thibault
` Gaijin
` Gregory Nowak
` Kirk Reiser
` Gaijin
` Georgina
` Kirk Reiser
` Robert Spangler
` Kirk Reiser
` Speakup and Linux 2.6.24 speechd up question Willem van der Walt
` Samuel Thibault
` Willem van der Walt
` Speakup and Linux 2.6.24 - Almost Got It Working Robert Spangler
` Georgina
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).