[raspberry-vi] Re: How do I install speakup

  • From: "Pranav Lal" <pranav.lal@xxxxxxxxx>
  • To: <raspberry-vi@xxxxxxxxxxxxx>
  • Date: Sat, 23 Jan 2021 11:12:28 +0530

Hi Michael,

Many thanks, your procedure is significantly cleaner than the approach I 
followed. How do I disable speakup when the GUI launches?

Pranav

-----Original Message-----
From: raspberry-vi-bounce@xxxxxxxxxxxxx <raspberry-vi-bounce@xxxxxxxxxxxxx> On 
Behalf Of Michael A Ray (Redacted sender "mike.ray" for DMARC)
Sent: Saturday, January 23, 2021 8:50 AM
To: raspberry-vi@xxxxxxxxxxxxx
Subject: [raspberry-vi] Re: How do I install speakup

Hello Pranav,

Try this:

sudo modprobe speakup_soft

That should load two modules:

speakup_soft


And:

speakup

The first depends on the second, so the second will get automatically loaded at 
the same time.

Do this at any time:

lsmod | grep speakup

And if you get results, then the modules are already loaded.

To get speakup_soft to load at boot-time, create the file:

/etc/modules-load.d/speakup.conf

And put this line in it:

speakup_soft

I usually put a blank line or two before and after.

Then when the module is loaded, you can:

sudo apt-get install espeakup

And assuming you have libespeak-dev installed, then you should get speech.

Mike




On 23/01/2021 03:05, Pranav Lal wrote:

Hi Ken and all,

How do I install speakup on the raspberry pi? I cannot tell if it has 
been compiled into the kernel. I need some steps to start with and 
then I can see what happens.

Pranav

===========================================================
The raspberry-vi mailing list
Archives: //www.freelists.org/archives/raspberry-vi
Administrative contact: <mike.ray@xxxxxxxxxxxxxx>
-----------------------------------------------------------
Raspberry Pi and the Raspberry Pi logo are trademarks of the Raspberry Pi 
Foundation.

This list is not affiliated to the Raspberry Pi Foundation and the views and 
attitudes expressed by the subscribers to this list do not reflect those of 
the Foundation.

Mike Ray, list creator, January 2013



--
Michael A. Ray
Analyst/Programmer
Witley, Surrey, South-east UK

"Perfection is achieved, not when there is nothing more to add, but when there 
is nothing left to take away." -- A. de Saint-Exupery

https://cromarty.github.io/
http://eyesfreelinux.ninja/
http://www.raspberryvi.org/


===========================================================
The raspberry-vi mailing list
Archives: //www.freelists.org/archives/raspberry-vi
Administrative contact: <mike.ray@xxxxxxxxxxxxxx>
-----------------------------------------------------------
Raspberry Pi and the Raspberry Pi logo are trademarks of the Raspberry Pi 
Foundation.

This list is not affiliated to the Raspberry Pi Foundation and the views and 
attitudes expressed by the subscribers to this list do not reflect those of the 
Foundation.

Mike Ray, list creator, January 2013


=========================================================== 
The raspberry-vi mailing list 
Archives: //www.freelists.org/archives/raspberry-vi
Administrative contact: <mike.ray@xxxxxxxxxxxxxx>
-----------------------------------------------------------
Raspberry Pi and the Raspberry Pi logo are trademarks of the Raspberry Pi 
Foundation.

This list is not affiliated to the Raspberry Pi Foundation and the views and 
attitudes expressed by the subscribers to this list do not reflect those of the 
Foundation.

Mike Ray, list creator, January 2013

Other related posts: