PINE64
LTE doesn't work (Ukraine) - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Manjaro on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=130)
+---- Thread: LTE doesn't work (Ukraine) (/showthread.php?tid=14214)

Pages: 1 2


LTE doesn't work (Ukraine) - moondance4n - 06-17-2021

Hello everyone.
I'm using PinePhone on my daily basis and really happy that Linux is now presented at this field.
My biggest concern is about the fact that any of ukrainian LTE carriers are not supported. Will this situation be improved in the future and how can I help with that?
Thanks


RE: LTE doesn't work (Ukraine) - mouffa - 06-18-2021

If your phone is not rejected by the carrier based on the IMEI then the configuration is here

https://forum.pine64.org/showthread.php?tid=14007

If it is rejected then change the IMEI to one of your old phones that you don't use.


RE: LTE doesn't work (Ukraine) - moondance4n - 06-18-2021

(06-18-2021, 01:23 PM)mouffa Wrote: If your phone is not rejected by the carrier based on the IMEI then the configuration is here

https://forum.pine64.org/showthread.php?tid=14007

If it is rejected then change the IMEI to one of your old phones that you don't use.

Hi, thank you for your reply. But how can I check if it's rejected or not? I can see some details of my cellular network, carrier name, IMSI etc. So probably the phone is not rejected


RE: LTE doesn't work (Ukraine) - mouffa - 06-18-2021

So it is not rejected, this mostly happens in the USA, now you have to configure the APN as it is described in the thread and you will have internet, find your carrier's APN and run the commands to configure the context.


RE: LTE doesn't work (Ukraine) - walter1950 - 06-19-2021

Hello,

(06-17-2021, 07:41 AM)moondance4n Wrote: Hello everyone.
I'm using PinePhone on my daily basis and really happy that Linux is now presented at this field.
My biggest concern is about the fact that any of ukrainian LTE carriers are not supported. Will this situation be improved in the future and how can I help with that?
Thanks

Kyivstar and Vodafone offering LTE-900 across Ukraine
<https://developingtelecoms.com/telecom-technology/wireless-networks/10380-kyivstar-and-vodafone-offering-lte-900-across-ukraine.html>

APN Settings:
<https://apn.how/ukraine/kyivstar#dos>

HTH
Ciao
Walter


RE: LTE doesn't work (Ukraine) - mouffa - 06-20-2021

Choose the right APN and just give the following commands

`qdbus --system org.ofono /quectelqmi_0/context1 org.ofono.ConnectionContext.GetProperties`

check the settings

`qdbus --system org.ofono /quectelqmi_0/context1 org.ofono.ConnectionContext.SetProperty Name Internet`
`qdbus --system org.ofono /quectelqmi_0/context1 org.ofono.ConnectionContext.SetProperty AccessPointName internet.apn.com` <----here enter your APN
`qdbus --system org.ofono /quectelqmi_0/context1 org.ofono.ConnectionContext.SetProperty AuthenticationMethod none`

`Type` should already be `internet` and the `Protocol` should be `ip`.

The mobile data button should be turned on and off until you see the circle running around the data signal strength bar on the top right of the screen. When the bar goes from blue to grey you have internet.

Check with `ofonoctl wan`, you should see a table populated with Gateway, IP and DNS addresses.

If it works post here because I want to know that the method works for everyone.


RE: LTE doesn't work (Ukraine) - moondance4n - 06-20-2021

(06-18-2021, 05:00 PM)mouffa Wrote: So it is not rejected, this mostly happens in the USA, now you have to configure the APN as it is described in the thread and you will have internet, find your carrier's APN and run the commands to configure the context.
I tried to use the commands you've provided for ofono, but it says Resource is currently in use. I stopped the ofono servuce, but can't get to the context anymore


RE: LTE doesn't work (Ukraine) - mouffa - 06-20-2021

Turn off the data, reboot to be sure everything is running and try the commands again. You can not run the commands without ofono because they are provided by ofono through the DBus.

Try `qdbus --system org.ofono`, you should see the bluetooth and the quectel and under the quectel you should see "context1".


RE: LTE doesn't work (Ukraine) - moondance4n - 06-20-2021

(06-19-2021, 05:34 AM)walter1950 Wrote: Hello,

(06-17-2021, 07:41 AM)moondance4n Wrote: Hello everyone.
I'm using PinePhone on my daily basis and really happy that Linux is now presented at this field.
My biggest concern is about the fact that any of ukrainian LTE carriers are not supported. Will this situation be improved in the future and how can I help with that?
Thanks

Kyivstar and Vodafone offering LTE-900 across Ukraine
<https://developingtelecoms.com/telecom-technology/wireless-networks/10380-kyivstar-and-vodafone-offering-lte-900-across-ukraine.html>

APN Settings:
<https://apn.how/ukraine/kyivstar#dos>

HTH
Ciao
Walter
Hi Walter, I have lifecell carrier simcard for testing, but I'll definitely try others. Thanks


RE: LTE doesn't work (Ukraine) - moondance4n - 06-20-2021

(06-20-2021, 04:52 AM)mouffa Wrote: Turn off the data, reboot to be sure everything is running and try the commands again. You can not run the commands without ofono because they are provided by ofono through the DBus.

Try `qdbus --system org.ofono`, you should see the bluetooth and the quectel and under the quectel you should see "context1".
I've tried with the mobile data disabled, but with no luck. Then I removed contex1 and created context2. Have no idea why but I was able to modify it from gui and it worked perfectly fine. I even tried to use the commands to write into this context - all of them worked as well.
But after reboot all become the same again: new context was created and become active, nothing works again.
`qdbus --system org.ofono` returned context2 and context3, context3 I suppose is created by system and active now, it's again impossible to change it neither with gui nor commands