Hi!
I have successfully used GPS forwarding with Ruhavik in the past.
On long trips I sometimes had to disable and re-enable GPS on the webinterface to get data again.
At some point in Q4/2023 I did a firmware update (which fixed a hanging modem on every 1st reboot) and did not realize the GPS feature was broken.
Today I have updated to RUTX_R_00.07.06.6 and realize:
- my previous forwarding configuration is gone.
- if I click on GPS-> Map I get an error message “No GPS signal”.
**ubus call gsm.modem0 info | grep gps**
"gps_port": "/dev/ttyUSB2",
**cat /dev/ttyUSB2**
$GPGGA,,,,,,0,,,,,,,,*66
$GAGGA,,,,,,0,,,,,,,,*77
$GNGNS,,,,,,NNN,,,,,,,V*67
$GPVTG,,T,,M,,N,,K,N*2C
$GAVTG,,T,,M,,N,,K,N*3D
$GPRMC,,V,,,,,,,,,,N,V*29
$GARMC,,V,,,,,,,,,,N,V*38
$GPGSA,A,1,,,,,,,,,,,,,,,,*32
...
**gpsctl -pseix**
0
0
1970-01-01 01:00:00
0.000000
0.000000
ubus call gsm.modem0 get_nmea '{"satellite": "gpsnmeatype"}'
{
"types": [
{
"type_id": 2,
"type": "gsv"
},
{
"type_id": 3,
"type": "gsa"
},
{
"type_id": 5,
"type": "gga"
},
{
"type_id": 6,
"type": "rmc"
},
{
"type_id": 7,
"type": "vtg"
}
]
}
GPS on/off and reboots don’t fix the issue. What can I do?