* not loading the speakup driver
@ Terry Klarich
` Gregory Nowak
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Terry Klarich @ UTC (permalink / raw)
To: speakup
Is theresuch a kernel command line option such as speakup_synth and
speakup_port that will tell the kernel not to load or initialize speakup?
Didn't see anything in the faq nor the documentation.
THANKS!
Terry
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: not loading the speakup driver not loading the speakup driver Terry Klarich @ ` Gregory Nowak ` Dave Hunt ` (2 subsequent siblings) 3 siblings, 0 replies; 7+ messages in thread From: Gregory Nowak @ UTC (permalink / raw) To: speakup You're probably looking for speakup_synth=none. Greg On Thu, Apr 03, 2003 at 05:45:25PM -0600, Terry Klarich wrote: > Is theresuch a kernel command line option such as speakup_synth and > speakup_port that will tell the kernel not to load or initialize speakup? > Didn't see anything in the faq nor the documentation. > > THANKS! > Terry > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 7+ messages in thread
* not loading the speakup driver not loading the speakup driver Terry Klarich ` Gregory Nowak @ ` Dave Hunt ` Lorenzo Prince ` Terry Klarich 3 siblings, 0 replies; 7+ messages in thread From: Dave Hunt @ UTC (permalink / raw) To: speakup speakup_synth=none >>>>> "Terry" == Terry Klarich <terry@ki5zw.ampr.org> writes: Terry> Is theresuch a kernel command line option such as Terry> speakup_synth and speakup_port that will tell the kernel Terry> not to load or initialize speakup? ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: not loading the speakup driver not loading the speakup driver Terry Klarich ` Gregory Nowak ` Dave Hunt @ ` Lorenzo Prince ` Terry Klarich 3 siblings, 0 replies; 7+ messages in thread From: Lorenzo Prince @ UTC (permalink / raw) To: speakup You can use speakup_synth=none. That will cause the kernel not to load a synthesizer, but you will have to change your keymap if you don't want your numpad keys to be reserved for Speakup. E Pluribus Unix Terry Klarich staggered into view and mumbled: > Is theresuch a kernel command line option such as speakup_synth and > speakup_port that will tell the kernel not to load or initialize speakup? > Didn't see anything in the faq nor the documentation. > > THANKS! > Terry > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: not loading the speakup driver not loading the speakup driver Terry Klarich ` (2 preceding siblings ...) ` Lorenzo Prince @ ` Terry Klarich ` Gregory Nowak ` Luke Davis 3 siblings, 2 replies; 7+ messages in thread From: Terry Klarich @ UTC (permalink / raw) To: speakup On Thu, 03 Apr 2003 17:45:25 -0600you write: >Is theresuch a kernel command line option such as speakup_synth and >speakup_port that will tell the kernel not to load or initialize speakup? >Didn't see anything in the faq nor the documentation. Thanks to those who responded. I assumed that speakup_synth=none would work. However, this doesn't appear to be the case. I am building a utility type machine which will sit in the corner. It will handle mail, dns, serving of mp3 files, usenet news and stuff like that. I don't have a voice synthesizer I would want to dedicate to it. Rather, I wish to install via the serial console. The command line I am using is: linux text console=ttyS0,9600 speakup_synth=none This does, in fact, work properly until it displays speakup (version): initialized console: vga 25x80 At this point, all serial console output stops. Not sure if the machine is actually hung up or not. Sending a break does nothing, repeated key combinations on the keyboard seem to do nothing as well. Any ideas? I'm sure I am over looking something simple. THANKS! Terry ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: not loading the speakup driver ` Terry Klarich @ ` Gregory Nowak ` Luke Davis 1 sibling, 0 replies; 7+ messages in thread From: Gregory Nowak @ UTC (permalink / raw) To: speakup Hmmm, I can personally say that having speakup in the kernel and using the speakup_synth=none parameter has never for me produced adverse effects when running from a serial console starting at boot. Greg On Fri, Apr 04, 2003 at 11:50:14PM -0600, Terry Klarich wrote: > On Thu, 03 Apr 2003 17:45:25 -0600you write: > >Is theresuch a kernel command line option such as speakup_synth and > >speakup_port that will tell the kernel not to load or initialize speakup? > >Didn't see anything in the faq nor the documentation. > > > Thanks to those who responded. I assumed that speakup_synth=none would work. > > However, this doesn't appear to be the case. I am building a utility type machine which will sit in the corner. It will handle > mail, dns, serving of mp3 files, usenet news and stuff like that. I don't have a voice synthesizer I would want to dedicate to it. > Rather, I wish to install via the serial console. The command line I am using is: > > linux text console=ttyS0,9600 speakup_synth=none > > This does, in fact, work properly until it displays speakup (version): initialized > console: vga 25x80 > > At this point, all serial console output stops. Not sure if the machine is actually hung up or not. Sending a break does nothing, > repeated key combinations on the keyboard seem to do nothing as well. > > Any ideas? I'm sure I am over looking something simple. > > THANKS! > Terry > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: not loading the speakup driver ` Terry Klarich ` Gregory Nowak @ ` Luke Davis 1 sibling, 0 replies; 7+ messages in thread From: Luke Davis @ UTC (permalink / raw) To: speakup Try specifying speakup_port, as a port other than the one you are using for your terminal. Better yet, try compiling a kernel not including speakup, and using it for boots that do not need direct speech. Luke On Fri, 4 Apr 2003, Terry Klarich wrote: > On Thu, 03 Apr 2003 17:45:25 -0600you write: > >Is theresuch a kernel command line option such as speakup_synth and > >speakup_port that will tell the kernel not to load or initialize speakup? > >Didn't see anything in the faq nor the documentation. > > > Thanks to those who responded. I assumed that speakup_synth=none would work. > > However, this doesn't appear to be the case. I am building a utility type machine which will sit in the corner. It will handle > mail, dns, serving of mp3 files, usenet news and stuff like that. I don't have a voice synthesizer I would want to dedicate to it. > Rather, I wish to install via the serial console. The command line I am using is: > > linux text console=ttyS0,9600 speakup_synth=none > > This does, in fact, work properly until it displays speakup (version): initialized > console: vga 25x80 > > At this point, all serial console output stops. Not sure if the machine is actually hung up or not. Sending a break does nothing, > repeated key combinations on the keyboard seem to do nothing as well. > > Any ideas? I'm sure I am over looking something simple. > > THANKS! > Terry > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~ UTC | newest] Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- not loading the speakup driver Terry Klarich ` Gregory Nowak ` Dave Hunt ` Lorenzo Prince ` Terry Klarich ` Gregory Nowak ` Luke Davis
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).