devDucks / astroarch

ArchLinux for astrophotography - made for raspberrypis, can run also on x64 machines
MIT License
48 stars 6 forks source link

GPS support #82

Closed waldiniBC closed 3 months ago

waldiniBC commented 3 months ago

Greetings-

I am running the latest archastro on a rpi 5. So far, so good. I am trying to get the gps working with a UBX-M8130 based usb dongle. GPSD is running and I see live values from the gps in the include xgps program. However, I don't see an option for GPSD in the INDI control panel. Do I need to install a seperate driver to make it work? Or is there a issue with the archastro distribution that is preventing gps support.

Thanks

MattBlack85 commented 3 months ago

Hi there, the driver should be there. Let me check and I will report back.

lhanson commented 3 months ago

For reference, I had to install the GPS driver manually (sudo pacman -S indi-gpsd).

waldiniBC commented 3 months ago

Thanks. I tried to install manually but got no target found from pacman. I am connected to the internet. Not sure if I need to add a repository somewhere to make it work.

image

sc74 commented 3 months ago

Are you talking about the indi control panel in Ekos?

For your GPS to be used, which driver did you select in the hardware manager under others?

MattBlack85 commented 3 months ago

@waldiniBC the GPSD driver should be there

gpsd

can you tell me if you see it? I see the panel in indi even if I have gpsd not running

@lhanson not sure how you were able to install indi-gpsd from pacman, there is an AUR package for that but it is very old and it should not be needed, also since it's been compiled against an older version of libindi it may be not functional at all

lhanson commented 3 months ago

@lhanson not sure how you were able to install indi-gpsd from pacman, there is an AUR package for that but it is very old and it should not be needed, also since it's been compiled against an older version of libindi it may be not functional at all

You're right, I was trying to use the AUR package while troubleshooting my GPS HAT not working, and I don't think that was the issue. Sorry for the confusion/misinformation.

waldiniBC commented 3 months ago

Yes, there it is right in front of my face. I thought I had exhaustively searched the devices tab. I missed the "Others" item. Everything appears to be working correctly now with UBX-M8130 usb gps. Thank you.

MattBlack85 commented 3 months ago

you are welcome @waldiniBC :handshake: