Error installing Hello Speak example
-
Hello.
I'm trying to install the Hello Speak example from the qt5 examples in Ubuntu 20.04, but i'm getting the following error in the console:
Job for speechd-up.service failed because the control process exited with error code.
See "systemctl status speechd-up.service" and "journalctl -xe" for details.
invoke-rc.d: initscript speechd-up, action "start" failed.
ā speechd-up.service - LSB: Interface between speakup and speech-dispatcher
Loaded: loaded (/etc/init.d/speechd-up; generated)
Active: failed (Result: exit-code) since Tue 2020-09-08 18:49:32 -03; 8ms ago
Docs: man:systemd-sysv-generator(8)
Process: 57268 ExecStart=/etc/init.d/speechd-up start (code=exited, status=1/FAILURE)sep 08 18:49:30 francisco-Lenovo-YOGA-720-15IKB speechd-up[57287]: modprobe: ERROR: could not insert 'speakup_soft': Operation not permitted
sep 08 18:49:30 francisco-Lenovo-YOGA-720-15IKB speechd-up[57288]: [Tue Sep 8 18:49:30 2020] speechd: Configuration has been read from "/etc/speechd-up.conf"
sep 08 18:49:30 francisco-Lenovo-YOGA-720-15IKB speechd-up[57268]: Starting speechd-up...
sep 08 18:49:30 francisco-Lenovo-YOGA-720-15IKB speechd-up[57268]: To work, speechd-up needs speakup and speakup_soft modules.
sep 08 18:49:30 francisco-Lenovo-YOGA-720-15IKB speechd-up[57268]: They are loaded automatically. If you don't want, type
sep 08 18:49:30 francisco-Lenovo-YOGA-720-15IKB speechd-up[57268]: rmmod speakup speakup_soft
sep 08 18:49:32 francisco-Lenovo-YOGA-720-15IKB speechd-up[57268]: ...fail!
sep 08 18:49:32 francisco-Lenovo-YOGA-720-15IKB systemd[1]: speechd-up.service: Control process exited, code=exited, status=1/FAILURE
sep 08 18:49:32 francisco-Lenovo-YOGA-720-15IKB systemd[1]: speechd-up.service: Failed with result 'exit-code'.
sep 08 18:49:32 francisco-Lenovo-YOGA-720-15IKB systemd[1]: Failed to start LSB: Interface between speakup and speech-dispatcher.
dpkg: error processing package speechd-up (--configure):
installed speechd-up package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
speechd-up
E: Sub-process /usr/bin/dpkg returned an error code (1)I've tried removing and re installing speak up and changing speech-dispatcher config but nothing worked.
I'd be glad if someone can help me resolve this issue.