From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail815.megamailservers.com (mail815.carrierinternetsolutions.com [69.49.106.25]) by speech.braille.uwo.ca (Postfix) with ESMTP id E951D109B1 for ; Sun, 20 Jul 2008 19:41:00 -0400 (EDT) X-POP-User: gaijin.clearwire.net Received: from gnuked.clearwire.net (69-44-252-62.mrc.clearwire-dns.net [69.44.252.62]) by mail815.megamailservers.com (8.13.6.20060614/8.13.1) with ESMTP id m6KNew9Z028753 for ; Sun, 20 Jul 2008 19:40:59 -0400 Received: from gaijin by gnuked.clearwire.net with local (Exim 4.69) (envelope-from ) id 1KKihg-0002kL-3Y for speakup@braille.uwo.ca; Sun, 20 Jul 2008 16:52:36 -0700 Date: Sun, 20 Jul 2008 16:52:36 -0700 To: SpeakUP Mailing List Subject: Debian Ist Kaput! Message-ID: <20080720235235.GA5102@clearwire.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) From: Gaijin X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.10 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2008 23:41:01 -0000 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