Keith Barrett, le Mon 26 Jan 2009 22:23:28 +0000, a ?crit : > I found a file in /sys/module/speakup called key_echoe which just > contained a 1. I used nano to edit and change this to 0 which did stop > key echoe. However, following a reboot, key echoe was back. > > So, am I doing this wrong? How should I go about setting key echoe to > off? Set it as a module parameter: speakup.key_echo = 0 on the Kernel Command Line, or options speakup key_echo=0 somewhere in /etc/modprobe.d or /etc/modutils, according to your modutils version. Samuel