Sample Header Ad - 728x90

Unix & Linux Stack Exchange

Q&A for users of Linux, FreeBSD and other Unix-like operating systems

Latest Questions

0 votes
2 answers
1727 views
How do I set Puppy Linux to persistent?
I have to use a rentable laptop for a few more days and they have some heavier restrictions for the Widows OS built-in so I can't install certain apps I need. USB OSes work just fine. However, I cannot get Puppy Linux to not delete apps/files. How do I set Puppy Linux to retain all installed applica...
I have to use a rentable laptop for a few more days and they have some heavier restrictions for the Widows OS built-in so I can't install certain apps I need. USB OSes work just fine. However, I cannot get Puppy Linux to not delete apps/files. How do I set Puppy Linux to retain all installed applications/settings/Files upon shutdown?
user2231142 (111 rep)
Oct 17, 2024, 07:27 PM • Last activity: Oct 18, 2024, 12:49 PM
0 votes
1 answers
108 views
Can't connect SPD-SAY and Festival
I'm using Puppy Linux: ``` Linux PuppyPC 4.9.163-lxpup-32-pae #1 SMP Thu Mar 14 15:41:19 GMT 2019 i686 i686 i686 GNU/Linux ``` I'm trying to use `spd-say` tool with `festival`. The problem is I can use `festival` by itself using this command: ``` echo "Hello world" | festival --tts ``` but not the `...
I'm using Puppy Linux:
Linux PuppyPC 4.9.163-lxpup-32-pae #1 SMP Thu Mar 14 15:41:19 GMT 2019 i686 i686 i686 GNU/Linux
I'm trying to use spd-say tool with festival. The problem is I can use festival by itself using this command:
echo "Hello world" | festival --tts
but not the spd-say
spd-say "Hello world"
Whatever I do I get the same error:
Failed to connect to Speech Dispatcher:
Error: Can't connect to unix socket /root/.cache/speech-dispatcher/speechd.sock: No such file or directory. Autospawn: Autospawn failed. Speech Dispatcher refused to start with error code, stating this as a reason:
I don't have this file /root/.cache/speech-dispatcher/speechd.sock I can run festival server:
# festival --server
server    Sun Jul 21 15:18:09 2024 : Festival server started on port 1314
and when I try to use sdp-say I got this messages on server:
client(1) Sun Jul 21 15:19:32 2024 : accepted from localhost
client(1) Sun Jul 21 15:19:33 2024 : disconnected
As you can see it disconnects immediately. A while before there also was an error SIOD: unknown voice cmu_us_aew_cg but after reading [this question](https://unix.stackexchange.com/questions/573279/speech-dispatcher-voice-configuration-problems-with-festival) I solved the issue **Additional info:** I installed these packages: Installed packages /etc/speech-dispatcher/speechd.conf:
LogLevel  5
LogDir  "/var/log/speech-dispatcher/"
DefaultVolume 100
AddModule "festival"     "sd_festival"  "festival.conf"
DefaultModule festival
Include "clients/*.conf"
/usr/share/speech-dispatcher/conf/speechd.conf:
LogLevel  3
LogDir  "stdout"
DefaultVolume 100
AddModule "festival"     "sd_festival"  "festival.conf"
DefaultModule festival
Include "clients/*.conf"
/usr/share/festival/voices/us/cmu_us_aew_cg/festvox/cmu_us_aew_cg.scm (at the end):
(proclaim_voice
 'cmu_us_aew_cg
 '((language english)
   (gender male)
   (dialect american)
   (description
    "This voice provides an American English male voice using a
     residual excited LPC diphone synthesis method.  It uses
     the CMU Lexicon pronunciations.  Prosodic phrasing is provided
     by a statistically trained model using part of speech and local
     distribution of breaks.  Intonation is provided by a CART tree
     predicting ToBI accents and an F0 contour generated from a model
     trained from natural speech.  The duration model is also trained
     from data using a CART tree.")))

(provide 'cmu_us_aew_cg)
/etc/festival.scm (at the end):
(set! voice_default 'voice_cmu_us_aew_cg)
**Logs:** /var/log/speech-dispatcher/speech-dispatcher.log:
[Sun Jul 21 15:48:38 2024 : 56876] speechd:   Speech Dispatcher Logging to file /var/log/speech-dispatcher//speech-dispatcher.log
[Sun Jul 21 15:48:38 2024 : 57338] speechd:     Module name=festival being inserted into requested_modules list
[Sun Jul 21 15:48:38 2024 : 83160] speechd:    Reading configuration for pattern emacs:*
[Sun Jul 21 15:48:38 2024 : 83377] speechd:  Configuration has been read from "/etc/speech-dispatcher/speechd.conf"
[Sun Jul 21 15:48:38 2024 : 121762] speechd:     Module name=espeak being inserted into detected_modules list
[Sun Jul 21 15:48:38 2024 : 121864] speechd:     Module name=pico being inserted into detected_modules list
[Sun Jul 21 15:48:38 2024 : 121928] speechd:     Module name=dummy being inserted into detected_modules list
[Sun Jul 21 15:48:38 2024 : 121991] speechd:     Module name=festival being inserted into detected_modules list
[Sun Jul 21 15:48:38 2024 : 122053] speechd:     Module name=cicero being inserted into detected_modules list
[Sun Jul 21 15:48:38 2024 : 122116] speechd:     Module name=generic being inserted into detected_modules list
[Sun Jul 21 15:48:38 2024 : 122179] speechd:     Module name=flite being inserted into detected_modules list
[Sun Jul 21 15:48:38 2024 : 122242] speechd:     Module name=espeak-ng being inserted into detected_modules list
[Sun Jul 21 15:48:38 2024 : 122302] speechd:     Module name=espeak being inserted into requested_modules list
[Sun Jul 21 15:48:38 2024 : 122346] speechd:     Module name=pico being inserted into requested_modules list
[Sun Jul 21 15:48:38 2024 : 122388] speechd:     Module name=dummy being inserted into requested_modules list
[Sun Jul 21 15:48:38 2024 : 122429] speechd: Load request for module festival with command sd_festival and configuration file festival.conf was previously received; ignoring the second one.
[Sun Jul 21 15:48:38 2024 : 122539] speechd:     Module name=cicero being inserted into requested_modules list
[Sun Jul 21 15:48:38 2024 : 122591] speechd:     Module name=generic being inserted into requested_modules list
[Sun Jul 21 15:48:38 2024 : 122634] speechd:     Module name=flite being inserted into requested_modules list
[Sun Jul 21 15:48:38 2024 : 122676] speechd:     Module name=espeak-ng being inserted into requested_modules list
[Sun Jul 21 15:48:38 2024 : 122882] speechd:  Initializing output module festival with binary /usr/lib/speech-dispatcher-modules/sd_festival and configuration /etc/speech-dispatcher/modules/festival.conf
[Sun Jul 21 15:48:38 2024 : 122941] speechd:   Output module is logging to file /var/log/speech-dispatcher//festival.log
[Sun Jul 21 15:48:38 2024 : 123823] speechd:  Module festival loaded.
[Sun Jul 21 15:48:38 2024 : 123948] speechd:    Trying to initialize festival.
[Sun Jul 21 15:48:38 2024 : 124017] speechd:     Command sent to output module: |INIT
| (0)
[Sun Jul 21 15:48:38 2024 : 492539] speechd:     Reply from output module: 480 399-Communicating with Festival through a socket. Can't connect to Festival server. Check your configuration in etc/speechd-modules/festival.conf for the specified host and port and check if Festival is really running there, e.g. with telnet. Please see documentation for more info.

[Sun Jul 21 15:48:38 2024 : 492678] speechd:     Reply from output module: 480 399 ERR CANT INIT MODULE

[Sun Jul 21 15:48:38 2024 : 492746] speechd: ERROR: Module festival failed to initialize. Reason: 
---------------
Communicating with Festival through a socket. Can't connect to Festival server. Check your configuration in etc/speechd-modules/festival.conf for the specified host and port and check if Festival is really running there, e.g. with telnet. Please see documentation for more info.
---------------

[Sun Jul 21 15:48:38 2024 : 493050] speechd:  Initializing output module espeak with binary /usr/lib/speech-dispatcher-modules/sd_espeak and configuration /etc/speech-dispatcher/modules/espeak.conf
[Sun Jul 21 15:48:38 2024 : 493121] speechd:   Output module is logging to file /var/log/speech-dispatcher//espeak.log
[Sun Jul 21 15:48:38 2024 : 493857] speechd:  Module espeak loaded.
[Sun Jul 21 15:48:38 2024 : 494205] speechd:    Trying to initialize espeak.
[Sun Jul 21 15:48:38 2024 : 494324] speechd:     Command sent to output module: |INIT
| (0)
[Sun Jul 21 15:48:39 2024 : 396219] speechd:     Reply from output module: 120 299-Espeak: Initialized successfully.

[Sun Jul 21 15:48:39 2024 : 396329] speechd:     Reply from output module: 120 299 OK LOADED SUCCESSFULLY

[Sun Jul 21 15:48:39 2024 : 396406] speechd:  Module espeak started successfully with message: 
---------------
Espeak: Initialized successfully.
---------------

[Sun Jul 21 15:48:39 2024 : 396519] speechd:    Module set parameters.
[Sun Jul 21 15:48:39 2024 : 396624] speechd:     Command sent to output module: |AUDIO
| (1)
[Sun Jul 21 15:48:39 2024 : 396722] speechd:     Got 32 bytes from output module over socket
[Sun Jul 21 15:48:39 2024 : 396767] speechd:     Reply from output module: |207 OK RECEIVING AUDIO SETTINGS
|
[Sun Jul 21 15:48:39 2024 : 396827] speechd:     Command sent to output module: |audio_output_method=pulse
audio_oss_device=/dev/dsp
audio_alsa_device=default
audio_nas_server=tcp/localhost:5450
audio_pulse_server=default
audio_pulse_min_length=100
| (0)
[Sun Jul 21 15:48:39 2024 : 396891] speechd:     Command sent to output module: |.
| (1)
[Sun Jul 21 15:48:39 2024 : 514202] speechd:     Got 70 bytes from output module over socket
[Sun Jul 21 15:48:39 2024 : 514318] speechd:     Got 18 bytes from output module over socket
[Sun Jul 21 15:48:39 2024 : 514363] speechd:     Reply from output module: |300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
|
[Sun Jul 21 15:48:39 2024 : 514404] speechd:  Error: Module reported error in request from speechd (code 3xx): 300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
.
[Sun Jul 21 15:48:39 2024 : 514483] speechd: ERROR: Can't initialize audio in output module, see reason above.
[Sun Jul 21 15:48:39 2024 : 514808] speechd:  Initializing output module pico with binary /usr/lib/speech-dispatcher-modules/sd_pico and configuration /etc/speech-dispatcher/modules/pico.conf
[Sun Jul 21 15:48:39 2024 : 514873] speechd:   Output module is logging to file /var/log/speech-dispatcher//pico.log
[Sun Jul 21 15:48:39 2024 : 515672] speechd:  Module pico loaded.
[Sun Jul 21 15:48:39 2024 : 515846] speechd:    Trying to initialize pico.
[Sun Jul 21 15:48:39 2024 : 515927] speechd:     Command sent to output module: |INIT
| (0)
[Sun Jul 21 15:48:40 2024 : 139013] speechd:     Reply from output module: 120 299-pico: Initialized successfully.

[Sun Jul 21 15:48:40 2024 : 139141] speechd:     Reply from output module: 120 299 OK LOADED SUCCESSFULLY

[Sun Jul 21 15:48:40 2024 : 139223] speechd:  Module pico started successfully with message: 
---------------
pico: Initialized successfully.
---------------

[Sun Jul 21 15:48:40 2024 : 139280] speechd:    Module set parameters.
[Sun Jul 21 15:48:40 2024 : 139373] speechd:     Command sent to output module: |AUDIO
| (1)
[Sun Jul 21 15:48:40 2024 : 139644] speechd:     Got 32 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 139742] speechd:     Reply from output module: |207 OK RECEIVING AUDIO SETTINGS
|
[Sun Jul 21 15:48:40 2024 : 140050] speechd:     Command sent to output module: |audio_output_method=pulse
audio_oss_device=/dev/dsp
audio_alsa_device=default
audio_nas_server=tcp/localhost:5450
audio_pulse_server=default
audio_pulse_min_length=100
| (0)
[Sun Jul 21 15:48:40 2024 : 140153] speechd:     Command sent to output module: |.
| (1)
[Sun Jul 21 15:48:40 2024 : 151542] speechd:     Got 70 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 151744] speechd:     Got 18 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 151803] speechd:     Reply from output module: |300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
|
[Sun Jul 21 15:48:40 2024 : 151847] speechd:  Error: Module reported error in request from speechd (code 3xx): 300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
.
[Sun Jul 21 15:48:40 2024 : 151920] speechd: ERROR: Can't initialize audio in output module, see reason above.
[Sun Jul 21 15:48:40 2024 : 152641] speechd:  Initializing output module dummy with binary /usr/lib/speech-dispatcher-modules/sd_dummy and configuration /etc/speech-dispatcher/modules/dummy.conf
[Sun Jul 21 15:48:40 2024 : 152736] speechd:   Output module is logging to file /var/log/speech-dispatcher//dummy.log
[Sun Jul 21 15:48:40 2024 : 153516] speechd:  Module dummy loaded.
[Sun Jul 21 15:48:40 2024 : 153674] speechd:    Trying to initialize dummy.
[Sun Jul 21 15:48:40 2024 : 153795] speechd:     Command sent to output module: |INIT
| (0)
[Sun Jul 21 15:48:40 2024 : 197641] speechd:     Reply from output module: 120 299-Everything ok so far.

[Sun Jul 21 15:48:40 2024 : 197740] speechd:     Reply from output module: 120 299 OK LOADED SUCCESSFULLY

[Sun Jul 21 15:48:40 2024 : 197796] speechd:  Module dummy started successfully with message: 
---------------
Everything ok so far.
---------------

[Sun Jul 21 15:48:40 2024 : 197841] speechd:    Module set parameters.
[Sun Jul 21 15:48:40 2024 : 197925] speechd:     Command sent to output module: |AUDIO
| (1)
[Sun Jul 21 15:48:40 2024 : 198023] speechd:     Got 32 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 198067] speechd:     Reply from output module: |207 OK RECEIVING AUDIO SETTINGS
|
[Sun Jul 21 15:48:40 2024 : 198128] speechd:     Command sent to output module: |audio_output_method=pulse
audio_oss_device=/dev/dsp
audio_alsa_device=default
audio_nas_server=tcp/localhost:5450
audio_pulse_server=default
audio_pulse_min_length=100
| (0)
[Sun Jul 21 15:48:40 2024 : 198194] speechd:     Command sent to output module: |.
| (1)
[Sun Jul 21 15:48:40 2024 : 208561] speechd:     Got 70 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 208683] speechd:     Got 18 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 208729] speechd:     Reply from output module: |300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
|
[Sun Jul 21 15:48:40 2024 : 208771] speechd:  Error: Module reported error in request from speechd (code 3xx): 300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
.
[Sun Jul 21 15:48:40 2024 : 208816] speechd: ERROR: Can't initialize audio in output module, see reason above.
[Sun Jul 21 15:48:40 2024 : 209108] speechd:  Initializing output module cicero with binary /usr/lib/speech-dispatcher-modules/sd_cicero and configuration /etc/speech-dispatcher/modules/cicero.conf
[Sun Jul 21 15:48:40 2024 : 209171] speechd:   Output module is logging to file /var/log/speech-dispatcher//cicero.log
[Sun Jul 21 15:48:40 2024 : 209845] speechd:  Module cicero loaded.
[Sun Jul 21 15:48:40 2024 : 209977] speechd:    Trying to initialize cicero.
[Sun Jul 21 15:48:40 2024 : 210075] speechd:     Command sent to output module: |INIT
| (0)
[Sun Jul 21 15:48:40 2024 : 270484] speechd:     Reply from output module: 120 299-Cicero initialized successfully.

[Sun Jul 21 15:48:40 2024 : 270785] speechd:     Reply from output module: 120 299 OK LOADED SUCCESSFULLY

[Sun Jul 21 15:48:40 2024 : 270902] speechd:  Module cicero started successfully with message: 
---------------
Cicero initialized successfully.
---------------

[Sun Jul 21 15:48:40 2024 : 270963] speechd:    Module set parameters.
[Sun Jul 21 15:48:40 2024 : 271056] speechd:     Command sent to output module: |AUDIO
| (1)
[Sun Jul 21 15:48:40 2024 : 271280] speechd:     Got 32 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 271340] speechd:     Reply from output module: |207 OK RECEIVING AUDIO SETTINGS
|
[Sun Jul 21 15:48:40 2024 : 271400] speechd:     Command sent to output module: |audio_output_method=pulse
audio_oss_device=/dev/dsp
audio_alsa_device=default
audio_nas_server=tcp/localhost:5450
audio_pulse_server=default
audio_pulse_min_length=100
| (0)
[Sun Jul 21 15:48:40 2024 : 271498] speechd:     Command sent to output module: |.
| (1)
[Sun Jul 21 15:48:40 2024 : 287512] speechd:     Got 70 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 287714] speechd:     Got 18 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 287777] speechd:     Reply from output module: |300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
|
[Sun Jul 21 15:48:40 2024 : 287831] speechd:  Error: Module reported error in request from speechd (code 3xx): 300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
.
[Sun Jul 21 15:48:40 2024 : 287891] speechd: ERROR: Can't initialize audio in output module, see reason above.
[Sun Jul 21 15:48:40 2024 : 288290] speechd:  Initializing output module generic with binary /usr/lib/speech-dispatcher-modules/sd_generic and configuration /etc/speech-dispatcher/modules/generic.conf
[Sun Jul 21 15:48:40 2024 : 288398] speechd:   Output module is logging to file /var/log/speech-dispatcher//generic.log
[Sun Jul 21 15:48:40 2024 : 290207] speechd:  Module generic loaded.
[Sun Jul 21 15:48:40 2024 : 290354] speechd:    Trying to initialize generic.
[Sun Jul 21 15:48:40 2024 : 290514] speechd:     Command sent to output module: |INIT
| (0)
[Sun Jul 21 15:48:40 2024 : 319844] speechd:     Reply from output module: 120 299-Everything ok so far.

[Sun Jul 21 15:48:40 2024 : 319937] speechd:     Reply from output module: 120 299 OK LOADED SUCCESSFULLY

[Sun Jul 21 15:48:40 2024 : 319998] speechd:  Module generic started successfully with message: 
---------------
Everything ok so far.
---------------

[Sun Jul 21 15:48:40 2024 : 320044] speechd:    Module set parameters.
[Sun Jul 21 15:48:40 2024 : 320114] speechd:     Command sent to output module: |AUDIO
| (1)
[Sun Jul 21 15:48:40 2024 : 320263] speechd:     Got 32 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 320311] speechd:     Reply from output module: |207 OK RECEIVING AUDIO SETTINGS
|
[Sun Jul 21 15:48:40 2024 : 320372] speechd:     Command sent to output module: |audio_output_method=pulse
audio_oss_device=/dev/dsp
audio_alsa_device=default
audio_nas_server=tcp/localhost:5450
audio_pulse_server=default
audio_pulse_min_length=100
| (0)
[Sun Jul 21 15:48:40 2024 : 320518] speechd:     Command sent to output module: |.
| (1)
[Sun Jul 21 15:48:40 2024 : 329945] speechd:     Got 70 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 330052] speechd:     Got 18 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 330098] speechd:     Reply from output module: |300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
|
[Sun Jul 21 15:48:40 2024 : 330138] speechd:  Error: Module reported error in request from speechd (code 3xx): 300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
.
[Sun Jul 21 15:48:40 2024 : 330183] speechd: ERROR: Can't initialize audio in output module, see reason above.
[Sun Jul 21 15:48:40 2024 : 330477] speechd:  Initializing output module flite with binary /usr/lib/speech-dispatcher-modules/sd_flite and configuration /etc/speech-dispatcher/modules/flite.conf
[Sun Jul 21 15:48:40 2024 : 330552] speechd:   Output module is logging to file /var/log/speech-dispatcher//flite.log
[Sun Jul 21 15:48:40 2024 : 331177] speechd:  Module flite loaded.
[Sun Jul 21 15:48:40 2024 : 331299] speechd:    Trying to initialize flite.
[Sun Jul 21 15:48:40 2024 : 331372] speechd:     Command sent to output module: |INIT
| (0)
[Sun Jul 21 15:48:40 2024 : 522342] speechd:     Reply from output module: 120 299-Flite initialized successfully.

[Sun Jul 21 15:48:40 2024 : 522546] speechd:     Reply from output module: 120 299 OK LOADED SUCCESSFULLY

[Sun Jul 21 15:48:40 2024 : 522652] speechd:  Module flite started successfully with message: 
---------------
Flite initialized successfully.
---------------

[Sun Jul 21 15:48:40 2024 : 522715] speechd:    Module set parameters.
[Sun Jul 21 15:48:40 2024 : 522819] speechd:     Command sent to output module: |AUDIO
| (1)
[Sun Jul 21 15:48:40 2024 : 523045] speechd:     Got 32 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 523175] speechd:     Reply from output module: |207 OK RECEIVING AUDIO SETTINGS
|
[Sun Jul 21 15:48:40 2024 : 523251] speechd:     Command sent to output module: |audio_output_method=pulse
audio_oss_device=/dev/dsp
audio_alsa_device=default
audio_nas_server=tcp/localhost:5450
audio_pulse_server=default
audio_pulse_min_length=100
| (0)
[Sun Jul 21 15:48:40 2024 : 523316] speechd:     Command sent to output module: |.
| (1)
[Sun Jul 21 15:48:40 2024 : 556700] speechd:     Got 70 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 556853] speechd:     Got 18 bytes from output module over socket
[Sun Jul 21 15:48:40 2024 : 556911] speechd:     Reply from output module: |300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
|
[Sun Jul 21 15:48:40 2024 : 556964] speechd:  Error: Module reported error in request from speechd (code 3xx): 300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
.
[Sun Jul 21 15:48:40 2024 : 557021] speechd: ERROR: Can't initialize audio in output module, see reason above.
[Sun Jul 21 15:48:40 2024 : 557328] speechd:  Initializing output module espeak-ng with binary /usr/lib/speech-dispatcher-modules/sd_espeak-ng and configuration /etc/speech-dispatcher/modules/espeak-ng.conf
[Sun Jul 21 15:48:40 2024 : 557403] speechd:   Output module is logging to file /var/log/speech-dispatcher//espeak-ng.log
[Sun Jul 21 15:48:40 2024 : 558358] speechd:  Module espeak-ng loaded.
[Sun Jul 21 15:48:40 2024 : 558556] speechd:    Trying to initialize espeak-ng.
[Sun Jul 21 15:48:40 2024 : 558698] speechd:     Command sent to output module: |INIT
| (0)
[Sun Jul 21 15:48:41 2024 : 280245] speechd:     Reply from output module: 120 299-Espeak-ng: Initialized successfully.

[Sun Jul 21 15:48:41 2024 : 280359] speechd:     Reply from output module: 120 299 OK LOADED SUCCESSFULLY

[Sun Jul 21 15:48:41 2024 : 280510] speechd:  Module espeak-ng started successfully with message: 
---------------
Espeak-ng: Initialized successfully.
---------------

[Sun Jul 21 15:48:41 2024 : 280587] speechd:    Module set parameters.
[Sun Jul 21 15:48:41 2024 : 280681] speechd:     Command sent to output module: |AUDIO
| (1)
[Sun Jul 21 15:48:41 2024 : 280779] speechd:     Got 32 bytes from output module over socket
[Sun Jul 21 15:48:41 2024 : 280823] speechd:     Reply from output module: |207 OK RECEIVING AUDIO SETTINGS
|
[Sun Jul 21 15:48:41 2024 : 280883] speechd:     Command sent to output module: |audio_output_method=pulse
audio_oss_device=/dev/dsp
audio_alsa_device=default
audio_nas_server=tcp/localhost:5450
audio_pulse_server=default
audio_pulse_min_length=100
| (0)
[Sun Jul 21 15:48:41 2024 : 280948] speechd:     Command sent to output module: |.
| (1)
[Sun Jul 21 15:48:41 2024 : 284369] speechd:     Got 70 bytes from output module over socket
[Sun Jul 21 15:48:41 2024 : 284531] speechd:     Got 18 bytes from output module over socket
[Sun Jul 21 15:48:41 2024 : 284584] speechd:     Reply from output module: |300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
|
[Sun Jul 21 15:48:41 2024 : 284625] speechd:  Error: Module reported error in request from speechd (code 3xx): 300-Opening sound device failed. Reason: Couldn't open pulse plugin. 
300 UNKNOWN ERROR
.
[Sun Jul 21 15:48:41 2024 : 284670] speechd: ERROR: Can't initialize audio in output module, see reason above.
[Sun Jul 21 15:48:41 2024 : 284808] speechd:   Speech Dispatcher Logging to file /var/log/speech-dispatcher//speech-dispatcher.log
[Sun Jul 21 15:48:41 2024 : 284890] speechd: Error [speechd.c:649]:No speech output modules were loaded - aborting...
If you need more info please ask me in comments and I will provide as more information as I can
EzioMercer (111 rep)
Jul 21, 2024, 12:42 PM • Last activity: Jul 21, 2024, 11:28 PM
0 votes
2 answers
2117 views
reboot command doesn't reboot in Puppy Linux
When I type the `reboot` command in a console the screen goes dark, but keeps being turned on indefinitely. How to fix this?
When I type the reboot command in a console the screen goes dark, but keeps being turned on indefinitely. How to fix this?
Wicelo (129 rep)
Mar 16, 2015, 11:52 AM • Last activity: Feb 13, 2024, 11:24 AM
1 votes
1 answers
1342 views
sda1 /puppy_bionicpup64_8.0.sfs not found
I am new to working with linux specially when it comes to remastering. The company i am at has a need/requirement of developing and having the build of a java program in any linux. building the java program isn't a difficulty. But the OS is for me. I started in MX but its size is too big after snaps...
I am new to working with linux specially when it comes to remastering. The company i am at has a need/requirement of developing and having the build of a java program in any linux. building the java program isn't a difficulty. But the OS is for me. I started in MX but its size is too big after snapshot. The company loads iso files through memdisk. i remastered a version of puppy linux but it does not load unless usb is attached. its looking for a file in usb while that is also in the iso. i cant even boot the original puppy linux that way. while both original and custom work when booted from usb. The error message loading the iso Grub Any suggestions on what i can do? can i somehow make puppy iso work with memdisk or should i quit at it and find something else. It can be as simple as updating the grub but i dont know what or how to do it. What i mainly need is a light OS below 1GB packed a java program in an iso, so computers can be booted on it through lan along with other iso as per need. Any help or criticization is appreciated as i am stuck . EDIT:- image is booted through pxelinux. i did try to follow guide: http://sirlagz.net/2011/06/13/how-to-boot-puppy-5-2-5-over-pxe/ but still doesnt boot
Tamoor Rahil (11 rep)
Aug 2, 2019, 07:09 AM • Last activity: Feb 2, 2024, 05:43 PM
0 votes
0 answers
246 views
Ethernet controller is sometimes not listed in lspci
I am using a CPU Board PCE-3029G2-00A1E from Advantech and I am facing an issue. Sometimes (not always) one of my ethernet controller is not detected by the system (not listed by `lspci` command). This card have 2 ethernet port and the one which is sometime not detected is always the same. Initially...
I am using a CPU Board PCE-3029G2-00A1E from Advantech and I am facing an issue. Sometimes (not always) one of my ethernet controller is not detected by the system (not listed by lspci command). This card have 2 ethernet port and the one which is sometime not detected is always the same. Initially, I have faced this issue on QNX 6.5 SP1 system but I am able to reproduce it on a linux distro (puppy linux 9.5, I don't tested other linux distro.). The result of lspci | grep "Ethernet" (the missing one is 03:00.0):
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-V (rev 31)
03:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)
I specify that it seems to happen only if I do a cold boot. If the 2 ethernet controllers are detected, a reboot does not seem able to reveal the problem. Also, If the problem appears, a reboot seems to not be able to fix it.
Do you have any advice to help me to know if it's a problem due to hardware, driver or maybe such of initialization time?
Rayon Magique (1 rep)
Sep 26, 2023, 08:00 AM • Last activity: Sep 27, 2023, 09:00 AM
0 votes
1 answers
1666 views
Puppy Linux on laptop running Ubuntu 14.04 (dual-boot)?
I just read about Puppy Linux the other day. The latest release is called Tahrpup, and is partially built from Trusty Tahr (Ubuntu 14.04). So now I am curious, and I would like to install it on my laptop. **Is it possible to do this as a dual-boot installation?** Actually I guess it would be a trebl...
I just read about Puppy Linux the other day. The latest release is called Tahrpup, and is partially built from Trusty Tahr (Ubuntu 14.04). So now I am curious, and I would like to install it on my laptop. **Is it possible to do this as a dual-boot installation?** Actually I guess it would be a treble-boot (or whatever the correct term is) because I already have Windows on here. (The laptop came with Windows pre-installed. I had Ubuntu installed in another partition, and I never never use Windows.) **How could I do this so that I will still use the grub from Ubuntu?** My laptop specs:
*Acer Aspire
3.2 GiB memory
AMD A6-1450 APU with Radeon HD Graphics × 4
Gallium 0.4 on AMD KABINI
64-bit OS
378.7 GB disk space
*
gracious1 (639 rep)
Apr 7, 2016, 07:10 AM • Last activity: May 28, 2023, 03:01 PM
0 votes
1 answers
679 views
Puppy Linux secure boot key
I want to sometimes use Linux, sometimes windows. I found out that, Puppy Linux is small, I can install it on a USB. But the problem is, if I click on my USB in the boot menu, I have to disable secure boot first. I found out, I will need a secure boot key. But I cant find it anywhere. Does anybody k...
I want to sometimes use Linux, sometimes windows. I found out that, Puppy Linux is small, I can install it on a USB. But the problem is, if I click on my USB in the boot menu, I have to disable secure boot first. I found out, I will need a secure boot key. But I cant find it anywhere. Does anybody know where to get the Puppy Linux secure boot key? Thank you sm. (I dont want to keep secureboot turned off. Read more about my opinion here: [My opinion](https://superuser.com/questions/1762885/is-disabling-secureboot-that-bad "looks like somebody cares about my opinion :)")
slavekrouta (1 rep)
Jan 14, 2023, 08:17 PM • Last activity: Jan 14, 2023, 09:20 PM
7 votes
2 answers
8434 views
How can I change the files of an appimage?
How can I change the files of an appimage? I just want to replace the version of a program with another new one, the app that I need is the blender 2.79b version, and I only could find the blender 2.78c version appimage, in the appimages download site in bintray. They have the same file and folder s...
How can I change the files of an appimage? I just want to replace the version of a program with another new one, the app that I need is the blender 2.79b version, and I only could find the blender 2.78c version appimage, in the appimages download site in bintray. They have the same file and folder structure so they can be replaced the files without any issue, but there is no such option to "decompress" an appimage file in fatdog64 800 which I currently use in live mode.
Michael Colina (181 rep)
May 8, 2019, 10:38 PM • Last activity: Nov 3, 2022, 01:35 AM
1 votes
2 answers
12106 views
How to start sshd on Puppy Linux?
I have installed sshd on puppy linux. Can someone tell me how to start sshd on it?
I have installed sshd on puppy linux. Can someone tell me how to start sshd on it?
Noor (1009 rep)
Oct 19, 2014, 12:24 PM • Last activity: Nov 2, 2021, 11:12 AM
2 votes
6 answers
13411 views
How to change brightness on puppy linux?
I just installed puppy linux but the screen is literally burning my eyes. The Fn + Brightness key on my laptp doesn't work. I tried to go to setup and change the gamma but it just make the colors darker, the screen itself keeps being extremly bright so I think it's due to the backlight. How can I di...
I just installed puppy linux but the screen is literally burning my eyes. The Fn+Brightness key on my laptp doesn't work. I tried to go to setup and change the gamma but it just make the colors darker, the screen itself keeps being extremly bright so I think it's due to the backlight. How can I diminish the backlight or the thing that keeps the screen bright despite me lowering gamma ? **Edit:** in fact when I'm in command prompt mode (GUI closed) the screen is still very bright. Is there a way to fix that too ? **Edit:** I managed to add acpi_backlight=vendor in GRUB as you can find on the internet to fix this problem but this doesn't change anything. Pressing Fn+Arrow still doesn't work and changing the brightness file in acpi_video doesn't work either.
Wicelo (129 rep)
Mar 16, 2015, 11:42 AM • Last activity: Jul 28, 2021, 02:06 PM
-1 votes
1 answers
218 views
Is something wrong with my Puppy Linux installation?
I've just installed `bionicpup64-8.0-uefi.iso` on VirtualBox. [![enter image description here][1]][1] **Now there's something that's bothering me: the installation option is still there.** Please explain. :) [1]: https://i.sstatic.net/W8fff.jpg
I've just installed bionicpup64-8.0-uefi.iso on VirtualBox. enter image description here **Now there's something that's bothering me: the installation option is still there.** Please explain. :)
Wade Wayne (121 rep)
Jun 14, 2021, 01:34 PM • Last activity: Jul 4, 2021, 12:58 PM
1 votes
2 answers
10476 views
Just installed Puppy Linux to hard drive (full install), but it doesn't boot
When I boot without the USB mounted I get this message even though the OS is installed in the hard drive: wee 0>find --set -root /grldr (0x80,0) wee 0> /grldr wee 13>
When I boot without the USB mounted I get this message even though the OS is installed in the hard drive: wee 0>find --set -root /grldr (0x80,0) wee 0> /grldr wee 13>
user350753 (11 rep)
Apr 30, 2019, 05:24 PM • Last activity: May 7, 2021, 07:02 PM
0 votes
1 answers
704 views
Nvidia driver on Puppy Linux persistent USB
I'm having trouble trying to revive an old pre-built with Puppy Linux. The aforementioned pre-built is an Acer Aspire X3200 with the following specifications: - Athlon II X2 4400+ - 1.5Gb DDR2 - No storage - Nvidia GeForce 8200 See the idea is that this would be a media PC in the living room connect...
I'm having trouble trying to revive an old pre-built with Puppy Linux. The aforementioned pre-built is an Acer Aspire X3200 with the following specifications: - Athlon II X2 4400+ - 1.5Gb DDR2 - No storage - Nvidia GeForce 8200 See the idea is that this would be a media PC in the living room connected to the TV monitor via USB as I have no spare storage. Since it came with an Nvidia IGP of course all sorts of problem comes up: - At first booting would just end in black screen, a quick Google search and I found a suggestion to load fossapup without kernel modules settings, which worked (but graphics would only show up using that option). However, the display resolution maxed out at 1280x1024, which means it doesn't show full screen on the TV (32" Sharp Aquos), which is not preferable. - Turns out there is a legacy Nvidia 340.108 driver (that supports GeForce 8200) in the Puppy Package Manager (http://distro.ibiblio.org/puppylinux/pet_packages-fossa64/) . Trying to install the aforementioned package I would be greeted with a "No Swap" warning (possibly due to running via USB), so I decided to ignore the error and install it anyway. Everything went well, booting with kernel modules settings would work fine as the cursor is displayed. However the screen would just flicker frantically and nothing can be seen but the cursor. Rebooting without kernel modules would produce the same result and technically the distro is unusable. At this point I've given up for the day, though still curious: - Is the use of USB the culprit and will using an SSD work? The motherboard probably only have SATA II interface but I suppose it's still better than a spinning disk.
Neruda (1 rep)
Mar 29, 2021, 06:23 AM • Last activity: Apr 9, 2021, 11:43 AM
1 votes
1 answers
1392 views
"symbol lookup error: /usr/lib/x86_64-linux-gnu/libnssutil3.so undefined symbol: PR_GetEnvSecure"
I'm in puppy linux (Tahr), installed Discord and tried to run it with ``` sudo discord ``` First the problem was that i didn't have the `libnss3.so` library. Installed it. Then I needed the `libnssutil3.so` library, installed it too. Now when I run: ``` sudo discord ``` I get: ``` /usr/share/discord...
I'm in puppy linux (Tahr), installed Discord and tried to run it with
sudo discord
First the problem was that i didn't have the libnss3.so library. Installed it. Then I needed the libnssutil3.so library, installed it too. Now when I run:
sudo discord
I get:
/usr/share/discord/Discord: symbol lookup error: /usr/lib/x86_64-linux-gnu/libnssutil3.so undefined symbol: PR_GetEnvSecure
Lautaro Lipera (11 rep)
Mar 24, 2021, 05:02 PM • Last activity: Mar 26, 2021, 11:22 AM
9 votes
4 answers
48850 views
What is the command line in Puppy Linux that is equivalent to apt-get commands?
I have difficulties of installing apps in puppy linux, I realise that `apt-get`, `yum` don't work in puppy linux, what is the correct command in puppy linux that is equivalent to `apt-get` or `yum`?
I have difficulties of installing apps in puppy linux, I realise that apt-get, yum don't work in puppy linux, what is the correct command in puppy linux that is equivalent to apt-get or yum?
Donbe_280385 (217 rep)
Oct 10, 2018, 06:49 PM • Last activity: Jan 21, 2021, 09:23 AM
2 votes
1 answers
1475 views
How can I launch PuTTy in fullscreen from command line
I'm using Puppy Linux and am trying to launch PuTTy in fullscreen from the command line. Are there any parameters for this? I am currenly doing putty - load mysession I am unable to choose a fullscreen option from PuTTy itself as the .pet file I used to install PuTTy is missing a few options, fullsc...
I'm using Puppy Linux and am trying to launch PuTTy in fullscreen from the command line. Are there any parameters for this? I am currenly doing putty - load mysession I am unable to choose a fullscreen option from PuTTy itself as the .pet file I used to install PuTTy is missing a few options, fullscreen included.
user86510
Nov 14, 2014, 01:47 AM • Last activity: Oct 25, 2020, 10:00 AM
0 votes
3 answers
1495 views
How to install Telegram-messenger on Puppy Linux?
I want to install Telegram-messenger (latest version) on Puppy Linux. How to solve this question? Thank in advance !
I want to install Telegram-messenger (latest version) on Puppy Linux. How to solve this question? Thank in advance !
Дмитрий Петров (1 rep)
Jul 27, 2019, 09:50 AM • Last activity: Aug 29, 2020, 10:21 AM
16 votes
8 answers
14860 views
When does the Puppy linux security model make sense?
I have just spent a few hours playing with Puppy linux, which has some very nice features, but there are some things about its approach to security (at least the default settings) that worry me: 1. It seems that the intended way to use it is to run everything as root 1. There is no password for root...
I have just spent a few hours playing with Puppy linux, which has some very nice features, but there are some things about its approach to security (at least the default settings) that worry me: 1. It seems that the intended way to use it is to run everything as root 1. There is no password for root (by default-- of course I could add one) 1. There is no automated (or even a simple non-automated) way of getting security updates for packages, as far as I can tell. (I might have missed something.) I have always had drummed into my head the importance of having a complex password, of not browsing the internet as an admin/root user, and of keeping system software (and browser, and plugins) up to date with patches for the latest vulnerabilities. However, despite what looks to me like a recipe for disaster (outlined above), Puppy is popular enough to have a lot of spin-offs, so there must be scenarios in which the apparent lack of security is a non-issue. What are they?
Paul Lynch (405 rep)
Aug 25, 2012, 12:46 AM • Last activity: Aug 15, 2020, 04:16 PM
0 votes
2 answers
2460 views
Puppy Linux Live CD: "Symbolic Link to Unsupported Reparse Point"
Here are a few specs: 1. Windows 10 Pro 2. Slacko Puppy 6.3 3. 700 MB CD 4. 16 GB RAM 5. 2 TB HDD Currently, to do some testing, I am running Puppy Linux from a live CD and attempting to access the files on my mounted C drive. I am booting from restart - and not from shutdown - to avoid the fast-boo...
Here are a few specs: 1. Windows 10 Pro 2. Slacko Puppy 6.3 3. 700 MB CD 4. 16 GB RAM 5. 2 TB HDD Currently, to do some testing, I am running Puppy Linux from a live CD and attempting to access the files on my mounted C drive. I am booting from restart - and not from shutdown - to avoid the fast-boot in Windows 10. However, although most files work fine in terms of renaming, deleting, etc., many files in C:\Windows (and everything in C:\Windows\system32) come up as caution symbols with the tool tip "Symbolic Link to Unsupported Reparse Point." I booted back into Windows to check said files and all are fine and aren't corrupted.
Noxilus (1 rep)
Oct 23, 2016, 09:57 PM • Last activity: Jul 20, 2020, 02:01 PM
5 votes
2 answers
1293 views
Pendrive Linux with encrypted & persistent storage?
I want to create a cryptowallet on a USB stick. My idea was to find a pendrive Linux to install on a USB stick that I can carry around, put it into any (old) computer, boot and use the wallet. My requirements: - works on 32bit / boots on an old netbook (e.g. MSI Wind 100) - comes with a persistent,...
I want to create a cryptowallet on a USB stick. My idea was to find a pendrive Linux to install on a USB stick that I can carry around, put it into any (old) computer, boot and use the wallet. My requirements: - works on 32bit / boots on an old netbook (e.g. MSI Wind 100) - comes with a persistent, encrypted storage space - runs [Jaxx](https://jaxx.io/) - can be created on OSX or Xubuntu - optional: fits on a 1GB stick So far, I had some success with [PuppyLinux BionicPup32](http://puppylinux.com/download.html) . It matches nearly all the mentioned requirements, only that there is no storage partition in the shipped ISO. So what I did: - installed the [ISO](http://puppylinux.com/download.html) with [Etcher](https://www.balena.io/etcher/) , i.e. wrote the 278 image onto my 1GB stick. - then resized the partition to 300 MB - created an empty partition on the now free 700 MB - booted with the new stick - Puppylinux offered me to create a persistent storage on the 700 MB partition, encrypted with LUKS. Yay. - did what was offered - however, on next reboot the storage was not recognized – Puppylinux behaved as it was again a first boot What I am asking for now: - advice how to make Puppylinux recognize the persistent storage, or - an alternative solution matching my requirements (ideally a pendrive linux ISO that already comes with an additional storage partition)
Georg Jähnig (101 rep)
Apr 16, 2020, 01:48 PM • Last activity: Apr 25, 2020, 01:44 AM
Showing page 1 of 20 total questions