FutureProofHomes / wyoming-enhancements

Integrate Magical ChatGPT Capabilities With Home Assistant's Wyoming Voice Satellite.
MIT License
110 stars 18 forks source link

pulseaduio not starting on raspberry pi 3 #6

Closed markmghali closed 8 months ago

markmghali commented 8 months ago

hello,

I am following your guide on a raspberry pi 3. NO Mic hat. and getting these errors on step 9 of installing the snapclient:

Jan 21 20:05:41 raspberrypi pulseaudio[390]: Home directory of user 'pulse' is not '/var/run/pulse', ignoring. Jan 21 20:05:41 raspberrypi pulseaudio[390]: OK, so you are running PA in system mode. Please make sure that you actually do want to do that. Jan 21 20:05:41 raspberrypi pulseaudio[390]: Please read http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system mode is usually a bad idea. Jan 21 20:05:43 raspberrypi pulseaudio[390]: Failed to find a working profile. Jan 21 20:05:43 raspberrypi pulseaudio[390]: Failed to load module "module-alsa-card" (argument: "device_id="2" name="platform-3f902000.hdmi" card_name="alsa_card.platform-3f902000.hdmi" namereg_fail=false tsched=yes fixed_latency_range> Jan 21 20:05:44 raspberrypi pulseaudio[390]: Failed to open cookie file '/var/run/pulse/.config/pulse/cookie': No such file or directory Jan 21 20:05:44 raspberrypi pulseaudio[390]: Failed to load authentication key '/var/run/pulse/.config/pulse/cookie': No such file or directory Jan 21 20:05:44 raspberrypi pulseaudio[390]: Failed to open cookie file '/var/run/pulse/.pulse-cookie': No such file or directory Jan 21 20:05:44 raspberrypi pulseaudio[390]: Failed to load authentication key '/var/run/pulse/.pulse-cookie': No such file or directory Jan 21 20:05:44 raspberrypi systemd[1]: Started PulseAudio system server.

● snapclient.service - Snapcast client Loaded: loaded (/etc/systemd/system/snapclient.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sun 2024-01-21 20:05:47 CST; 3min 19s ago Docs: man:snapclient(1) Main PID: 576 (code=exited, status=1/FAILURE) CPU: 43ms

Jan 21 20:05:47 raspberrypi systemd[1]: snapclient.service: Scheduled restart job, restart counter is at 5. Jan 21 20:05:47 raspberrypi systemd[1]: Stopped Snapcast client. Jan 21 20:05:47 raspberrypi systemd[1]: snapclient.service: Start request repeated too quickly. Jan 21 20:05:47 raspberrypi systemd[1]: snapclient.service: Failed with result 'exit-code'. Jan 21 20:05:47 raspberrypi systemd[1]: Failed to start Snapcast client.

guessing it is most likely my error but wondering if you know how to fix it?

Thank you again for all this amazing work!

markmghali commented 8 months ago

never mind I walked through the steps again and it worked the second time.