![]() |
Mobile data suddenly gone - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127) +--- Thread: Mobile data suddenly gone (/showthread.php?tid=16693) |
Mobile data suddenly gone - epiii2 - 05-21-2022 I've been using my new PinePhone for about a week, and then this morning I noticed my mobile data connection wasn't working. Calls and texts are still fine, but, no internet. I don't know if it's a firmware/hardware/service issue, but I'm pretty sure it's not software because I've tried multiple OSs and they're all showing this problem now. Poking around using typical Linux commands I see that the wwan0 interface is down, but I'm clueless about layers deeper than that, once it gets into modem territory. Code: $ ip addr show Any ideas? This is with Verizon in the US with a PinePhone revision 1.2b. RE: Mobile data suddenly gone - epiii2 - 05-23-2022 I fixed it! ...though I'm not sure how. I had flailed around trying a bunch of AT and qmicli commands and eventually just switched my Access Point in the Settings UI from "Verizon" (no APN text shown?) to "4G LTE Contract" ("vzwinternet") and it started working. I don't remember changing that setting while troubleshooting but possibly I did. In any case it seems OK now. I'm still a bit confused about what the AT commands tell me versus the graphical interface for this stuff so I'm curious if anyone knows about these details. Using AT+CGDCONT? gives me this: Code: +CGDCONT: 1,"IPV4V6","ims","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0 While the Settings app under Manjaro+Phosh shows me: Code: 4G LTE Contract vzwims (What are all these different entries, and where is the Settings thing pulling its somewhat-different info from?) |