public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Debian Ist Kaput!
@  Gaijin
   ` Samuel Thibault
  0 siblings, 1 reply; 6+ messages in thread
From: Gaijin @  UTC (permalink / raw)
  To: SpeakUP Mailing List

	Hi again,

	Does anyone know why doing the following in the newDebian
speakup moduele would caus an "Invalid argument" error?

echo "6" > /sys/module/speakup/parameters/rate

	Actually, I can't access any of the module/synthesizer settings.
Trying to change any of them returns an "Invalid argument" error.  Tried
putting "modprobe speakup_ltlk" in the /etc/modules file, but that
didn't werk, so tried putting just "speakup_ltlk" in there, and it
started speaking, anyway, but I can't control it.  Thought it might be
because my /etc/rc.local startup file was echoing to /proc/speakup and
was hosing things, so I scripted a conditional feature into  it:

if [ uname -r = "2.6.18-4-speakup-686" ]; then
	echo "5" > /proc/speakup/rate
else
	echo "5" > /sys/module/speakup/parameters/rate
fi

...still no cigar.  Anyone know what I'm doing wrong?

			Michael


^ 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 --
 Debian Ist Kaput! Gaijin
 ` Samuel Thibault
   ` Gaijin
     ` Samuel Thibault
       ` Gaijin
       ` Gaijin

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).