Working modem?
#21
(02-24-2021, 02:40 AM)Barugon Wrote:
(02-24-2021, 02:21 AM)dcinoz Wrote: You have to turn Mobile Data on via an on / toggle in the settings. Hopefully that works.

Of course I did that. No go.
Sorry, I should have read the thread....
Have you checked the settings work on an Android / Apple phone?

If you have the correct APN in Access Points and selected it with Mobile Data on, what do you get with:
Code:
ip a
and
Code:
ip r
?

Presume no wwan ip / route.

Maybe check your IMS / VoLTE settings, not sure if that could be an issue?

Code:
mmcli -m any --command='AT+QCFG="ims"'

If you have 1,0 as the response, try:
Code:
mmcli -m any --command='AT+QCFG="ims",0'

to turn it off (even though the 2nd 0 means your network hasn't enabled VoLTE). Not sure if that might help.

Silly question, perhaps, but do calls / text messages work? Perhaps your operator has a whitelist and Quectel is not allowed to connect / not allowed for data?

I presume if you're seeing 4G and signal bars that means you're connected and calls / SMS should work:
Code:
mmcli -m any --command='AT+QNWINFO'

You can confirm you're attached to the packet domain (gives a 1 even with mobile data off):
Code:
mmcli -m any --command='AT+CGATT?'

If data is on and you have an IP address it wil be shown via:
Code:
mmcli -m any --command='AT+CGPADDR=1'
but presumably you'd have that ip address and mobile data working.

Maybe try 2 or 3 or 4 but presume 1 would be the active one?

I seem to have read quite a few US operators have whitelists / had Pinephone working but no longer do. Maybe it's related to that.
Definitely confirm it's working on a non-Pinephone but I imagine you have already...

I'm just trying to help and hopefully some of the above commands can confirm things. It kinda sounds like the network doesn't accept the Quectel modem to be honest. Not sure if that means calls / SMS text messages would work but not mobile data? If non-VoLTE then calls would be in 3G/2G - is that what happens? My Pinephone is connected to 4G with mobile data off and switches to 3G as my MVNO does not support VoLTE yet. So your 4G with bars doesn't mean it'll work with data, all I'm saying.

Anyway, I still haven't figured out if there actually is an AT modem command to enable / disable mobile data as such. I'll try reading Quectel manual again tomorrow - not having the EG25G one might not help.

Let us know. Hope this helps a bit more this time. Nothing more frustrating than trying lots of things and not getting it to work.

Another thought as it seems Straight Talk works across several operator networks, perhaps you need to enable Data Roaming too?

Final one for me tonight, this displays the name of the registered network:
Code:
mmcli -m any --command='AT+QSPN'
Not sure what it gives if you're not registered.
Pinephone v1.2 UBports CE. Adelaide, Australia using Amaysim SIM (Optus network, VoLTE enabled) with Mobian SD card. VoLTE working also with Felix / Vodafone AU and Aldimobile / Telstra AU.
Manjaro Plasma Mobile on EMMC.
  Reply


Messages In This Thread
Working modem? - by Barugon - 02-14-2021, 10:17 PM
RE: Working modem? - by rocket2nfinity - 02-14-2021, 11:31 PM
RE: Working modem? - by Barugon - 02-15-2021, 04:46 AM
RE: Working modem? - by rocket2nfinity - 02-15-2021, 09:54 PM
RE: Working modem? - by Barugon - 02-15-2021, 11:04 PM
RE: Working modem? - by rocket2nfinity - 02-16-2021, 05:03 AM
RE: Working modem? - by Barugon - 02-16-2021, 09:29 PM
RE: Working modem? - by rocket2nfinity - 02-17-2021, 01:02 AM
RE: Working modem? - by rocket2nfinity - 02-17-2021, 01:35 PM
RE: Working modem? - by Barugon - 02-19-2021, 04:25 AM
RE: Working modem? - by Barugon - 02-21-2021, 04:31 AM
RE: Working modem? - by MtnSk8 - 02-21-2021, 08:25 AM
RE: Working modem? - by Juergen - 02-21-2021, 08:57 AM
RE: Working modem? - by Barugon - 02-21-2021, 04:25 PM
RE: Working modem? - by C0ffeeFreak - 02-21-2021, 05:24 PM
RE: Working modem? - by MtnSk8 - 02-21-2021, 11:14 PM
RE: Working modem? - by Barugon - 02-23-2021, 09:10 PM
RE: Working modem? - by Barugon - 02-23-2021, 11:23 PM
RE: Working modem? - by dcinoz - 02-24-2021, 02:21 AM
RE: Working modem? - by Barugon - 02-24-2021, 02:40 AM
RE: Working modem? - by dcinoz - 02-24-2021, 05:51 AM
RE: Working modem? - by dcinoz - 02-24-2021, 02:46 PM
RE: Working modem? - by dcinoz - 02-24-2021, 04:22 PM
RE: Working modem? - by dcinoz - 02-25-2021, 03:47 AM
RE: Working modem? - by Barugon - 02-26-2021, 03:49 AM
RE: Working modem? - by Barugon - 03-02-2021, 05:47 PM
RE: Working modem? - by rocket2nfinity - 03-03-2021, 07:15 PM
RE: Working modem? - by Barugon - 03-03-2021, 07:37 PM
RE: Working modem? - by desca - 03-04-2021, 10:18 AM
RE: Working modem? - by Barugon - 03-04-2021, 03:26 PM
RE: Working modem? - by rocket2nfinity - 03-03-2021, 08:47 PM
RE: Working modem? - by Barugon - 03-04-2021, 03:53 AM
RE: Working modem? - by rocket2nfinity - 03-04-2021, 07:44 AM
RE: Working modem? - by Barugon - 03-05-2021, 07:07 PM
RE: Working modem? - by dawg161 - 03-04-2021, 08:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  4G VoLTE calls confirmed working with carrier x dcinoz 15 11,693 03-09-2024, 11:38 PM
Last Post: dcinoz
  Modem white list aular 7 827 02-13-2024, 04:35 PM
Last Post: aular
  qcell modem id aular 6 808 01-15-2024, 10:05 PM
Last Post: aular
  Temporary fix for Modem Not Coming Back on in SXMO Postmarketos Pinephone kebab 2 2,067 07-16-2023, 11:14 AM
Last Post: kebab
  Modem gets disabled on every suspend jojuma 5 1,776 03-27-2023, 02:51 AM
Last Post: jojuma
  Modem audio settings jack1 2 1,290 02-04-2023, 04:01 PM
Last Post: jack1
  MMS sending stopped working amindfv 2 1,216 01-16-2023, 09:44 PM
Last Post: treebeard
  Instructions to get pinephone working on USA carrier omarcomputing 1 1,342 10-08-2022, 04:45 PM
Last Post: treebeard
  JumpDrive isn't working phytocube 2 1,762 06-05-2022, 03:22 PM
Last Post: phytocube
  The modem switch affects the connection to battery? JohnDoe 2 2,011 03-30-2022, 12:02 AM
Last Post: JohnDoe

Forum Jump:


Users browsing this thread: 2 Guest(s)