Open EA8CXN opened 1 year ago
No, I did it on several laptops in the past, but there was no need to create the user pi.
Please change the user in the install script.
https://github.com/hayguen/fmlist_scan/blob/master/setup.sh#L3
And remove the #
.
If not: https://github.com/hayguen/fmlist_scan/blob/master/src/setup.sh#L9
Should (hopefully) be there as well.
Good day,
You are right, I did not see the # at the begining of the line. Now is working good.
My only problem is the fixed position.. I set it on the config, with coordinates but it always try to use GPS(wich is not connected)
Anyway, software is very usefull and appreciate your good job
@EA8CXN
Sorry for the late answer. Have you already been able to fix your GPS issue?
I am using one of my Raspberry with a fixed position without a GPS connection.
Maybe the syntax is not correct?
export FMLIST_UP_COMMENT="your town (country) indoor"
export FMLIST_UP_POSITION="fixed"
export FMLIST_SCAN_GPS_ALL_TIME="1"
export FMLIST_SCAN_GPS_COORDS="auto"
export FMLIST_SCAN_GPS_LAT="49.412709239456476"
export FMLIST_SCAN_GPS_LON="14.74559488200067"
export FMLIST_SCAN_GPS_ALT="832"
export FMLIST_QTH_PREFIX="local"
Remark: This is an example with fake GPS coordinates.
I installed the script and work perfectly but if you want to install on a different system (ex. Ubuntu, Debian..) yo must create a user named pi to install correctly.