Shaun Oliver writes: > From: "Shaun Oliver" <shaun_oliver at optusnet.com.au> > > The thing you need to do first and foremost is have the userspace > utility detect the type of synth you're using and have it supply the > correct params to the /proc/speakup/xxx file where xxx is one of rate, > volume, tone, pitch, etc etc. May I suggest doing this with an /etc/speakup directory tree, with a subdirectory for any synth the user might have? I have been keeping my preferred settings for the several synths I use from time to time in just this manner. This has proven very useful particularly on my Thinkpad, where I am most likely to use a variety of synths. I set an alias that allows me to restore these settings whenever I wish. Thanks to Saqib for pointing me to the following cool code snipet to do this: cp -r /etc/speakup/`cat /proc/speakup/synth`/* /proc/speakup