the-modem-distro / pinephone_modem_sdk

Pinephone Modem SDK: Tools to build your own bootloader, kernel and rootfs
GNU General Public License v3.0
597 stars 64 forks source link

can't get a gps fix location on 0.6.6 #132

Closed sbe-arg closed 2 years ago

sbe-arg commented 2 years ago

unsure what I'm doing wrong but the gps fix never happens

on mobian edge from journalctl

Successfully sent command: AT+QCFG="fast/poweroff"
Response: [ERROR]

Command QCFG retried 4 times. aborting...

have tried setting sudo mmcli -m any --command='AT+QCFG="1"' but getting: cannot sent AT command to modem, operation only allowed in debug mode.

been also triying

i can only get ip location to work atm

sbe-arg commented 2 years ago

same in 0.6.6 and 0.6.7

sbe-arg commented 2 years ago

I think is a mobian problem I do get a fix on postmarketos and manjaro

Ill do further testing

Biktorgj commented 2 years ago

Could be a timing issue at boot, because the AT interface is being used by the modem, ModemManager and eg25-manager at the same time. Will try to push 0.6.8 tomorrow with an attempt to fix that

sbe-arg commented 2 years ago

Awesome! Ill try 0.6.8

sbe-arg commented 2 years ago

Reporting back... much much better got a fix in ~10min