* triple talk usb
@ Jim Ruby
` Janina Sajka
` Gregory Nowak
0 siblings, 2 replies; 6+ messages in thread
From: Jim Ruby @ UTC (permalink / raw)
To: linux speakup
Hi,
I just wanted to report that the triple talk usb when using the serial cable is found by using the ltlk synth. I'm having a few other problems I'm working on at this point so will test further when I get redhad up and
running a little better, now I need to get some learning under my belt.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: triple talk usb
triple talk usb Jim Ruby
@ ` Janina Sajka
` Gregory Nowak
1 sibling, 0 replies; 6+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: linux speakup
This is very good to know.
On Wed, 5 Sep 2001, Jim Ruby wrote:
> Hi,
>
> I just wanted to report that the triple talk usb when using the serial cable is found by using the ltlk synth. I'm having a few other problems I'm working on at this point so will test further when I get redhad up and
> running a little better, now I need to get some learning under my belt.
>
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
--
Janina Sajka, Director
Technology Research and Development
Governmental Relations Group
American Foundation for the Blind (AFB)
Email: janina@afb.net Phone: (202) 408-8175
Chair, Accessibility SIG
Open Electronic Book Forum (OEBF)
http://www.openebook.org
Will electronic books surpass print books? Read our white paper,
Surpassing Gutenberg, at http://www.afb.org/ebook.asp
Download a free sample Digital Talking Book edition of Martin Luther
King Jr's inspiring "I Have A Dream" speech at
http://www.afb.org/mlkweb.asp
Learn how to make accessible software at
http://www.afb.org/accessapp.asp
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: triple talk usb
triple talk usb Jim Ruby
` Janina Sajka
@ ` Gregory Nowak
` Jim Ruby
` Kerry Hoath
1 sibling, 2 replies; 6+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
Kirk and all,
Since that works, then could the code be extended to run it through the usb port as well?
The kernels work with usb keyboards and mice if core support is built-in, so why not a synth.
Greg
On Wed, Sep 05, 2001 at 08:06:40PM -0500, Jim Ruby wrote:
> Hi,
>
> I just wanted to report that the triple talk usb when using the serial cable is found by using the ltlk synth. I'm having a few other problems I'm working on at this point so will test further when I get redhad up and
> running a little better, now I need to get some learning under my belt.
>
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: triple talk usb
` Gregory Nowak
@ ` Jim Ruby
` Kerry Hoath
1 sibling, 0 replies; 6+ messages in thread
From: Jim Ruby @ UTC (permalink / raw)
To: speakup
Hi, I reported that it came up talking, I have no idea if other things work on it such as speach rate and other... I'll try to to test this asap and report back to the list.
On Thu, 6 Sep 2001 17:48:39 -0500, Gregory Nowak wrote:
>Kirk and all,
>
>Since that works, then could the code be extended to run it through the usb port as well?
>The kernels work with usb keyboards and mice if core support is built-in, so why not a synth.
>Greg
>
>
>On Wed, Sep 05, 2001 at 08:06:40PM -0500, Jim Ruby wrote:
>> Hi,
>>
>> I just wanted to report that the triple talk usb when using the serial cable is found by using the ltlk synth. I'm having a few other problems I'm working on at this point so will test further when I get redhad up and
>> running a little better, now I need to get some learning under my belt.
>>
>>
>>
>>
>> _______________________________________________
>> 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] 6+ messages in thread
* Re: triple talk usb
` Gregory Nowak
` Jim Ruby
@ ` Kerry Hoath
` Kirk Wood
1 sibling, 1 reply; 6+ messages in thread
From: Kerry Hoath @ UTC (permalink / raw)
To: speakup
Because keyboard and mouse support is provided by the BIOS
and it is *only* keyboard and mouse support.
As soon as the kernel activates any USB support the keyboard and mouse support
provided by the bios is turned off.
If you do not compile support in for usb keyboard, you loose your console when USB support loads.
Also, the support required is for USB Serial support something the kernel does not
support at boot. Until speakup is modularized
and there is some hook to the USB serial driver
you are out of luck.
If you think USB is simple and straight forward from an interface perspective you are dead wrong :-)
Before USB became so popular back in 98 we called it the useless
Serial Bus since until win98 it wasn't as usable.
Sure there was 95OSR2.5 and the USB suplement for 95 but they weren't as stable as the 98SE
usb stack.
Regards, Kerry.
On Thu, Sep 06, 2001 at 05:48:39PM -0500, Gregory Nowak wrote:
> Kirk and all,
>
> Since that works, then could the code be extended to run it through the usb port as well?
> The kernels work with usb keyboards and mice if core support is built-in, so why not a synth.
> Greg
>
>
> On Wed, Sep 05, 2001 at 08:06:40PM -0500, Jim Ruby wrote:
> > Hi,
> >
> > I just wanted to report that the triple talk usb when using the serial cable is found by using the ltlk synth. I'm having a few other problems I'm working on at this point so will test further when I get redhad up and
> > running a little better, now I need to get some learning under my belt.
> >
> >
> >
> >
> > _______________________________________________
> > 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
--
--
Kerry Hoath: kerry@gotss.net
alternatives: kerry@gotss.eu.org or kerry@gotss.spice.net.au
ICQ UIN: 8226547
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: triple talk usb
` Kerry Hoath
@ ` Kirk Wood
0 siblings, 0 replies; 6+ messages in thread
From: Kirk Wood @ UTC (permalink / raw)
To: speakup
Just a note to back up Kerry on the USB issue. I think there were a total
of about 5 devices supported in win95 with usb. In the last 2 years, I
haven't seen any supported in win95. Thus, the interface isn't as easy as
made to be.
=======
Kirk Wood
Cpt.Kirk@1tree.net
The mind is like a parachute; it works much better when open.
If you're too open minded, your brains will fall out.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
triple talk usb Jim Ruby
` Janina Sajka
` Gregory Nowak
` Jim Ruby
` Kerry Hoath
` Kirk Wood
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).