[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apollo hardware synth and speakup



Hello and happy new year!

A friend of mine has a good old Apollo hardware speech synth, which we want up and running using speakup. It's attached via a USb -> serial adapter, along with a Handy Tech braille display, which is attached directly to the PC via USB.
Speakup doesn't start.

idim@peace:~$ sudo dmesg|grep apollo
[    3.266074] speakup_apollo: module is from the staging directory, the quality is unknown, you have been warned.
[    3.266228] apollo: device probe failed
[    7.893752] speakup_apollo: module is from the staging directory, the quality is unknown, you have been warned.
[    7.894040] apollo: device probe failed
[   11.643554] speakup_apollo: module is from the staging directory, the quality is unknown, you have been warned.
[   11.644264] apollo: device probe failed
[  136.436986] speakup_apollo: module is from the staging directory, the quality is unknown, you have been warned.
[  136.437756] apollo: device probe failed
idim@peace:~$ sudo dmesg|grep tty
[    0.000000] console [tty0] enabled
[   10.641319] cdc_acm 6-4:1.1: ttyACM0: USB ACM device
[   10.642062] cdc_acm 6-4:1.3: ttyACM1: USB ACM device
[   10.642642] cdc_acm 6-4:1.9: ttyACM2: USB ACM device
[   10.701075] ftdi_sio ttyUSB0: Unable to read latency timer: -32
[   10.702072] ftdi_sio ttyUSB0: Unable to write latency timer: -32
[   10.702191] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0 [   10.705190] usb 4-1: FTDI USB Serial Device converter now attached to ttyUSB1 [   16.002120] usb 4-1: usbfs: interface 0 claimed by ftdi_sio while 'brltty' sets config #1 [   16.004576] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1

idim@peace:~$ sudo grep "CMD" /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet 8250.nr_uarts=0"
GRUB_CMDLINE_LINUX=""

idim@peace:~$ sudo grep "speakup" /etc/modules
speakup_apollo

Here's the tty content from dmesg after disconnecting the braille display:

[    0.000000] console [tty0] enabled
[   11.719251] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
[   11.760700] cdc_acm 4-4:1.1: ttyACM0: USB ACM device
[   11.761293] cdc_acm 4-4:1.3: ttyACM1: USB ACM device
[   11.762497] cdc_acm 4-4:1.9: ttyACM2: USB ACM device
[   17.520102] usb 1-1: usbfs: interface 0 claimed by ftdi_sio while 'brltty' sets config #1 [   17.522309] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0

Could someone figure out why this doesn't work?

Regards, Martin


Reply to: