My particular GPS dongle is "Diymall Vk-172" and it uses a "ublox 7020 chip"
The commands i've run are
Code: Select all
sudo apt-get install gpsdCode: Select all
sudo apt-get install gpsd-clientsCode: Select all
dmesg | tail -n 20Then I run:
Code: Select all
sudo gpsd /dev/ttyACM0 -F /var/run/gpsd.sockAlthough while typing this; I tested it and it gave me a "Time" and "Time offset" for the first time, but no other information.
I thought maybe it could be that i'm not getting signal but i've tried it in a different part of my house near a window and figured that would at least give me something and it didn't. I can't even get any of the lights on the dongle to turn on.
I've been looking for answers everywhere and haven't been able to get it to work at all.
Any suggestions?