04-19-2020, 05:32 PM
(04-19-2020, 04:48 PM)Tim Curtis Wrote:Ok - it is running, but I was take again the awahi-browse and get and again the pgrep -l librespot:(04-19-2020, 04:35 PM)ivenhoe Wrote:(04-19-2020, 12:01 PM)Tim Curtis Wrote: Turn everything off except the Spotify renderer. You might have to turn on Bluetooth in order to turn off the Pairing agent.
- All the other renderers
- The eq
- Upnp/dlna
- Etc
Reboot
Confirm that Spotify renderer is running
pgrep -l librespot
Hi Tim,
I was turn off everything trough ssh, reboot and finally take the pgrep - librespot, by your instructions and get back:
I don't know what this mean (I mean the result: 1102)Code:pi@moode:~ $ pgrep -l librespot
1102 librespot
pgrep returns blank if the program is not running. In your case it returned the name and pid of the program which means its running.
Code:
pi@moode:~ $ avahi-browse -at
+ wlan0 IPv6 moode Microsoft Windows Network local
+ wlan0 IPv4 moode Microsoft Windows Network local
+ wlan0 IPv6 moode _device-info._tcp local
+ wlan0 IPv4 moode _device-info._tcp local
+ wlan0 IPv6 moode Remote Disk Management local
+ wlan0 IPv4 moode Remote Disk Management local
+ wlan0 IPv6 moOde audio player: moode Web Site local
+ wlan0 IPv4 moOde audio player: moode Web Site local
pi@moode:~ $ pgrep -l librespot
19290 librespot
- if I reinstall the Moode again on the SD card the result will be same?
- or there is sollution which can be solve from SSH?