![]() |
|
Danctnix USB GPS for Pinetab2 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140) +--- Forum: PineTab Software (https://forum.pine64.org/forumdisplay.php?fid=142) +--- Thread: Danctnix USB GPS for Pinetab2 (/showthread.php?tid=20094) |
Danctnix USB GPS for Pinetab2 - biketool - 11-28-2025 I have a NEMA GPS dongle Code: Bus 003 Device 004: ID 1163:0200 DeLorme Publishing, Inc. Earthmate GPS (LT-20, LT-40)Danctnixfor the Pinephone and PPpro I assume have working GPS and mapping that attach to the USB device generated by the modem package. If that is the case what packages sould I Syu or flatpak onto a Pinetab2 to get this setup so I can have bigger screen navigation with the GPS receiver suction cupped to the window vs inside the device? (edit) It seems like there is a problem with the cypress_m8 driver since around it's introduction in 2005 so it requires a kernel patch to receive the NEMA feed see 1 & 3. 1 - https://linux-usb-devel.narkive.com/sz0Jx4xH/earthmate-lt-20-usb-gps-functionality-broken-by-2-6-19-cypress-m8-patch# 2 - https://github.com/torvalds/linux/blob/master/drivers/usb/serial/cypress_m8.c 3 - https://bugs.launchpad.net/bugs/111694 3 uses a fix referred to in 1 though this seems to be sub-optimal commenting out this line and recompiling Code: cypress_set_dead(port);(it makes me wonder if a hardware hack with a new soldered in usb-serial adapter to the NEMA output might be easier) |