I will try this on ARM920T (EP9302) shortly. I will also try this on AVR32 (AT32AP7000)! But this patch assumes you are not using any serial ports, right? If serial port access to external synth was need on ARM (or any non x86) then surely other patches would be required. -- Doug > If you go into speakup-drvcommon.c, you can add the following lines: > #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST) > > #define SERIAL_PORT_DFNS \ > { 0, BASE_BAUD, 0x3F8, 10, STD_COM_FLAGS }, /* ttyS0 */ \ > { 0, BASE_BAUD, 0x2F8, 10, STD_COM_FLAGS }, /* ttyS1 */