Replies: 4 comments 9 replies
-
|
@Wakebored read here: This script do the job ! You need ytuner.service !!! Regards Beatrice |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the reply, but I did run that script. And it does work perfectly until I reboot the Pi zero 2. Then my receiver can't see it. If I reformat the SD card and repeat the steps/script I outlined above, it starts working again until I do a power cycle or reboot Can you expand on what you mean by ytuner.service? It seems to me that it's running in that port 80 and 53 are being used on reboot. And the script does the systemctl commands to set ytuner.service to be set up already for that |
Beta Was this translation helpful? Give feedback.
-
|
This is what I see when I type in the commands: pi@raspberrypi:~ $ systemctl status ytuner.service May 25 21:20:25 raspberrypi systemd[1]: Started ytuner.service - YTuner Service. For the log I get: pi@raspberrypi:~ $ cat /var/log/ytuner.log On my receiver (Yamaha) I am on the NET RADIO mode and I just have the message PLEASE WAIT. I see that the first 3 entries in the log are "No entries on IP List". I'm not sure what that means. It looks like it's capturing the requests from the receiver though (by the DNS query intercepts. Again, this is a clean install of Bookworm with all the updates/upgrade and nothing else installed but ytuner and sqlite3 |
Beta Was this translation helpful? Give feedback.
-
@landolfi-us |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have installed Raspberry Pi OS Bookworm (tried both 64 and 32 bit variants, no desktop) onto my Pi zero 2 W. I then did the following:
After everything installs, I can see that my Yamaha receiver picks up YTuner, and I can browse stations, listen to music, etc. Everything seems to work. If I do a sudo-reboot, ytuner no longer works and my receiver is stuck at "Please wait". Manually trying to start ytuner (sudo /opt/ytuner/ytuner) comes back with error messages saying it can't bind to port 80 and 53 (presumably because it's already running on reboot).
Any ideas on what could be wrong? I can ssh into the pi after reboot, so I know it's working, and I can ping it. Using a web browser and trying to go to http://192.168.1.2 returns an immediate 404 (which tells me the port is open on the pi). The pi has a static address (192.168.1.2)
Beta Was this translation helpful? Give feedback.
All reactions