Hardware: Raspberry Pi Zero W V1.1 (Raspberry Pi 2017); Speaker PHAT (purchased 4 july 2018 from thepihut.com, order #337344)
Operating system: Raspberry Pi OS Lite released 2021-01-11
It is a "server" and therefore has no graphics and no X-11 (that is the reason for using Pi OS Lite)).
I downloaded the above mentioned imaged and created an SD card with that.
Then I have added the corresponding "ssh" and "wpa_supplicant.conf" and rebooted.
Jan 21 21:15:00 #### pulseaudio[337]: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
Jan 21 21:15:01 #### pulseaudio[337]: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
Jan 21 21:15:01 #### pulseaudio[337]: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
What am I doing wrong ? What needs to be done in order to have it running ?
I then tried installing espeak-ng and executing it
espeak-ng "test"
Jan 21 21:59:58 #### pulseaudio[1145]: E: [pulseaudio] main.c: Failed to kill daemon: No such process
Jan 21 21:59:58 #### systemd[1]: pulseaudio.service: Control process exited, code=exited, status=1/FAILURE
Jan 21 21:59:58 #### systemd[1]: pulseaudio.service: Failed with result 'exit-code'.
Jan 21 21:59:58 #### systemd[1]: pulseaudio.service: Service RestartSec=100ms expired, scheduling restart.
Jan 21 21:59:58 #### systemd[1]: pulseaudio.service: Scheduled restart job, restart counter is at 5.
Jan 21 21:59:58 #### systemd[1]: Stopped PulseAudio Daemon.
Jan 21 21:59:58 #### systemd[1]: Started PulseAudio Daemon.
Jan 21 21:59:58 #### pulseaudio[1146]: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
Jan 21 21:59:58 #### pulseaudio[1146]: Using device: speaker-phat
Jan 21 21:59:58 #### pulseaudio[1146]: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
Jan 21 21:59:58 #### pulseaudio[1146]: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
Additional debugging information
systemctl status pulseaudio
● pulseaudio.service - PulseAudio Daemon
Loaded: loaded (/etc/systemd/system/pulseaudio.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2021-01-21 22:01:27 GMT; 3min 46s ago
Main PID: 1185 (pulseaudio)
Tasks: 3 (limit: 881)
CGroup: /system.slice/pulseaudio.service
└─1185 /usr/bin/pulseaudio --realtime --disallow-exit --no-cpu-limit --log-target=syslog
Jan 21 22:01:27 #### systemd[1]: Started PulseAudio Daemon.
Jan 21 22:01:27 #### pulseaudio[1185]: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
Jan 21 22:01:27 #### pulseaudio[1185]: Using device: speaker-phat
Jan 21 22:01:27 #### pulseaudio[1185]: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to a
Jan 21 22:01:27 #### pulseaudio[1185]: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch
Hardware: Raspberry Pi Zero W V1.1 (Raspberry Pi 2017); Speaker PHAT (purchased 4 july 2018 from thepihut.com, order #337344) Operating system: Raspberry Pi OS Lite released 2021-01-11 It is a "server" and therefore has no graphics and no X-11 (that is the reason for using Pi OS Lite)).
I downloaded the above mentioned imaged and created an SD card with that. Then I have added the corresponding "ssh" and "wpa_supplicant.conf" and rebooted.
rebooted
The LED displays show up but now sound.
What am I doing wrong ? What needs to be done in order to have it running ?
Additional information:
I then tried installing espeak-ng and executing it
Additional debugging information