Foxtrotgps doesn't connect to my internal GPS data
Bug #2030267 reported by
Tirzah Yanchyshyn
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
FoxtrotGPS |
New
|
Undecided
|
Unassigned |
Bug Description
I'm new to linux and my device uses Debian 10. It has an internal GPS that is working well...still it seems foxtrotgps doesn't 'see' the gps data. I don't know if I need to change a setting or run a command...also gpsd is installed and updated. Any ideas, anyone?
To post a comment you must log in.
Have you checked that other gpsd clients like cgps are working?
Try running foxtrotgps in a terminal, you should see this message:
connection to gpsd SUCCEEDED
You could also install foxtrotgps-dbgsym, load foxtrotgps in a debugger
like gdb, set a breakpoint for cb_gpsd_data, run foxtrotgps and step
over the libgps calls to see what happens when reading data.
I don't have a real GPS, but FoxtrotGPS is able to connect via gpsd to
a virtualgps and read data correctly on my system.
https:/ /github. com/rkaczorek/ virtualgps
You might want to consider updating to a newer version of Debian if
possible. In addition FoxtrotGPS is not well maintained and will
probably be removed from Debian 13 because it needs porting to GTK 4
but no-one has been motivated enough to do it yet. So you might want
to look into alternatives that you could use instead.
--
bye,
pabs
https:/ /wiki.debian. org/PaulWise