On Tue, May 06, 2008 at 12:39:02AM +0100, Samuel Thibault wrote: > Well, it would be helpful if you could help tracking the bug :) > > You can track down the precise commit that broke it quite easily by > using git bisect and compile as modules: I experienced the same bug with speakup_dectlk and using the "git bisect" process outlined, I found that: --- a3966adfdca87e3089cb49b904b04dac961fe1aa is first bad commit commit a3966adfdca87e3089cb49b904b04dac961fe1aa Author: William Hubbs <w.d.hubbs at gmail.com> Date: Fri May 2 00:27:37 2008 -0500 make ser 0-based and remove serial synth probing The ser= parameter is now 0-based. In other words, ports are now numbered 0 to 3 instead of 1 to 4. All probing for serial synths has been removed. Now, you must specify the port the synthesizer is connected to using the ser= parameter unless it is connected to port 0 (the first port). :040000 040000 aa3f6accc43bb1bd87dd96ae0a64ab849bc7229c 8c08e974e080875fafc46d0d ---