hackthedev / remotepifm

This App allows you to Broadcast your own Music to every radio in a specific range using a custom frequency. It requires a Raspberry Pi and PiFmRds Project found on Github.
GNU General Public License v3.0
8 stars 1 forks source link

look like your system is not a raspberry #5

Closed bastianorts closed 1 year ago

bastianorts commented 2 years ago

I get the : look like your system is not a raspberry when I try to connect

hackthedev commented 2 years ago

This happens when the default directory after connecting to the machine is not /home/pi. See here

Possible reason for this is that you try to login with a user thats not named "pi" or doesnt have its home directory located at /home/pi

You can bypass this issue by either creating a new account named pi, which creates the path /home/pi automatically and log in with this account, or you create this directory path yourself and change its default home directory.