From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fed1mtao08.cox.net ([68.6.19.123]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1AVlEv-0008O5-00 for ; Mon, 15 Dec 2003 00:25:53 -0500 Received: from lnx1.holmesgrown.com ([68.99.198.226]) by fed1mtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031215052514.WVZ9010.fed1mtao08.cox.net@lnx1.holmesgrown.com> for ; Mon, 15 Dec 2003 00:25:14 -0500 Received: from lnx3.holmesgrown.com ([192.168.1.5] ident=mail) by lnx1.holmesgrown.com with esmtp (Exim 4.20) id 1AVlEH-0004LC-Ld for speakup@braille.uwo.ca; Sun, 14 Dec 2003 22:25:13 -0700 Received: from steve by lnx3.holmesgrown.com with local (Exim 4.20) id 1AVlEU-0000ep-Of for speakup@braille.uwo.ca; Sun, 14 Dec 2003 22:25:26 -0700 Date: Sun, 14 Dec 2003 22:25:26 -0700 From: Steve Holmes To: speakup@braille.uwo.ca Message-ID: <20031215052526.GB2519@lnx3.holmesgrown.com> Mail-Followup-To: speakup@braille.uwo.ca References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: "Steve Holmes,,," Subject: Re: more speakup modules X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 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: Mon, 15 Dec 2003 05:25:53 -0000 I think you may be running into the same problem I had. You are doing the right thing so far but what seemed to work better for me is to echo "none" to /proc/speakup/synth_name first. Thanks to Bill Acker for this tip last week.:) I will copy in a shell script I have started to build for starting and stopping modular speakup. It needs a bit more work, but it is working for me. ----- begin shell script rc.speakup ----- #!/bin/sh # # Shel script to load and unload a modularized version of Speakup # case "$1" in 'start') synth="$2" /sbin/modprobe "speakup_$synth" /usr/local/bin/speakupconf load ;; 'stop') synth=`cat /proc/speakup/synth_name` #echo "none" >/proc/speakup/synth_name sleep 1 /sbin/modprobe -r "speakup_$synth" ;; 'restart') $0 stop sleep 1 $0 start "$2" ;; *) echo "usage $0 start|stop|restart" ;; esac ----- end of shell script ----- On Sun, Dec 14, 2003 at 09:16:19PM -0600, Deedra Waters wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I could be wrong in the way I'm unloading the modules because I don't unload modules very often, but when I unload the ltlk module (rmmod speakup_ltlk) it acts like it freezes, and I can not reload the module. > > Of course, I could be wrong in the way I'm doing it, but if I'm not, then at least I've mentioned it, heh > > > > - -- > Gentoo Linux: dmwaters@gentoo.org, > http://www.gentoo.org > > Freenode staff member: dmwaters@freenode.net , http://www.freenode.net > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (GNU/Linux) > > iD8DBQE/3SeKU5AGPOTGNc8RAusQAJ9iC2stZfMHCcx9YyGufiTxtzEZAwCfZIgA > qtiFwDkYcIOX1tW5dRM/K2U= > =yaTH > -----END PGP SIGNATURE----- > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > -- HolmesGrown Solutions The best solutions for the best price! http://ld.net/?holmesgrown