PureOS on Pinephone
#61
I have problems with the mobile data connection as well: I did set up an APN in the mobile settings using the information I got from my provider and even added my provider to the mobile-broadband-provider-info (as described in https://wiki.gnome.org/Projects/NetworkM...eProviders). Everything looks alright at a first glance:

mmcli -m 0:
Code:
...
--------------------------------
  General            |  dbus path: /org/freedesktop/ModemManager1/Bearer/0
                     |       type: default
  --------------------------------
  Status             |  connected: yes
                     |  suspended: no
           |                       ttyUSB1 (gps), ttyUSB3 (at)
  --------------------------------
  Status   |                 lock: sim-pin2
           |       unlock retries: sim-pin (3), sim-puk (10), sim-pin2 (3), sim-puk2 (10)
           |                state: connected
           |          power state: on
           |          access tech: lte
           |       signal quality: 100% (recent)
  --------------------------------
  Modes    |            supported: allowed: 2g; preferred: none
           |                       allowed: 3g; preferred: none
           |                       allowed: 4g; preferred: none
           |                       allowed: 2g, 3g; preferred: 3g
           |                       allowed: 2g, 3g; preferred: 2g
           |                       allowed: 2g, 4g; preferred: 4g
           |                       allowed: 2g, 4g; preferred: 2g
           |                       allowed: 3g, 4g; preferred: 3g
           |                       allowed: 3g, 4g; preferred: 4g
           |                       allowed: 2g, 3g, 4g; preferred: 4g
           |                       allowed: 2g, 3g, 4g; preferred: 3g
           |                       allowed: 2g, 3g, 4g; preferred: 2g
           |              current: allowed: 2g, 3g, 4g; preferred: 4g
  --------------------------------
  Bands    |            supported: egsm, dcs, pcs, g850, utran-1, utran-4, utran-6, utran-5,
           |                       utran-8, utran-2, eutran-1, eutran-2, eutran-3, eutran-4, eutran-5,
           |                       eutran-7, eutran-8, eutran-12, eutran-13, eutran-18, eutran-19,
           |                       eutran-20, eutran-25, eutran-26, eutran-28, eutran-38, eutran-39,
           |                       eutran-40, eutran-41, utran-19
           |              current: egsm, dcs, pcs, g850, utran-1, utran-4, utran-6, utran-5,
           |                       utran-8, utran-2, eutran-1, eutran-2, eutran-3, eutran-4, eutran-5,
           |                       eutran-7, eutran-8, eutran-12, eutran-13, eutran-18, eutran-19,
           |                       eutran-20, eutran-25, eutran-26, eutran-28, eutran-38, eutran-39,
           |                       eutran-40, eutran-41, utran-19
  --------------------------------
  IP       |            supported: ipv4, ipv6, ipv4v6
  --------------------------------
...
mmcli -b 0:
Code:
  --------------------------------
  General            |  dbus path: /org/freedesktop/ModemManager1/Bearer/0
                     |       type: default
  --------------------------------
  Status             |  connected: yes
                     |  suspended: no
                     |  interface: wwan0
                     | ip timeout: 20
  --------------------------------
  Properties         |        apn: internet
                     |    roaming: forbidden
                     |    ip type: ipv4v6
  --------------------------------
  IPv4 configuration |     method: static
                     |    address: 10.209.216.93
                     |     prefix: 30
                     |    gateway: 10.209.216.94
                     |        dns: 62.109.121.17, 62.109.121.18
                     |        mtu: 1500
  --------------------------------
  Statistics         |   duration: 1170
                     |   bytes rx: 3089
                     |   bytes tx: 505
nmcli c:
Code:
NAME                         UUID                                  TYPE      DEVICE     
Simplytel O2                 5a0fd222-5014-4127-9b81-4aad88756510  gsm       cdc-wdm0
nmcli d:
Code:
DEVICE    TYPE      STATE            CONNECTION   
cdc-wdm0  gsm       verbunden        Simplytel O2
route:
Code:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         10.209.216.94   0.0.0.0         UG    1050   0        0 wwan0
10.209.216.92   0.0.0.0         255.255.255.252 U     1050   0        0 wwan0

But even a ping to the gateway doesn't work:
Code:
$ sudo ping 10.209.216.94
PING 10.209.216.94 (10.209.216.94) 56(84) bytes of data.
^C
--- 10.209.216.94 ping statistics ---
61 packets transmitted, 0 received, 100% packet loss, time 502ms

Power-off/-on cycle of the phone didn't help. And @Juergen: switching off "automatic suspend" didn't help in my case.

One more thing I noticed: The current images in the folder 1.2-Community-Edtion are still using the 1.1 dtb. 
Code:
/boot/boot.cmd:
load mmc ${mmc_bootdev}:1 ${fdt_addr_r} 5.6-pinephone/allwinner/sun50i-a64-pinephone-1.1.dtb

Looks like that those images are not built from the git 1.2 branch? Same for /boot/sun50i-a64-pinephone.dtb. Is there a reason for that?

Downloading boot.cmd and sun50i-a64-pinephone.dtb from the git repository 1.2 branch and building the boot.scr with
Code:
sudo mkimage -T script -A arm64 -C none -n pinephone -d /boot/boot.cmd /boot/boot.scr

seems to work fine for me so far...
  Reply


Messages In This Thread
PureOS on Pinephone - by dukla2000 - 03-05-2020, 04:05 PM
RE: PureOS on Pinephone - by colin hodsdon - 03-05-2020, 04:16 PM
RE: PureOS on Pinephone - by pjsf - 03-05-2020, 05:13 PM
RE: PureOS on Pinephone - by buffer - 03-05-2020, 10:52 PM
RE: PureOS on Pinephone - by dukla2000 - 03-06-2020, 03:43 AM
RE: PureOS on Pinephone - by Naomi - 03-06-2020, 11:59 AM
RE: PureOS on Pinephone - by dukla2000 - 03-06-2020, 06:12 PM
RE: PureOS on Pinephone - by ThatKootenayGuy - 03-08-2020, 04:50 PM
RE: PureOS on Pinephone - by clover - 03-18-2020, 10:24 AM
RE: PureOS on Pinephone - by harvey186 - 03-21-2020, 02:50 AM
RE: PureOS on Pinephone - by clover - 03-21-2020, 07:31 PM
RE: PureOS on Pinephone - by clover - 03-26-2020, 02:07 PM
RE: PureOS on Pinephone - by someGermanGuy - 03-27-2020, 12:02 PM
RE: PureOS on Pinephone - by mozzwald - 03-27-2020, 12:35 PM
RE: PureOS on Pinephone - by someGermanGuy - 03-27-2020, 01:25 PM
RE: PureOS on Pinephone - by clover - 03-27-2020, 02:06 PM
RE: PureOS on Pinephone - by mozzwald - 03-27-2020, 02:09 PM
RE: PureOS on Pinephone - by someGermanGuy - 03-28-2020, 08:39 AM
RE: PureOS on Pinephone - by mozzwald - 03-28-2020, 12:49 PM
RE: PureOS on Pinephone - by someGermanGuy - 03-28-2020, 01:49 PM
RE: PureOS on Pinephone - by buffer - 03-28-2020, 04:35 PM
RE: PureOS on Pinephone - by murak - 03-31-2020, 01:00 PM
RE: PureOS on Pinephone - by dnarby - 04-15-2020, 04:00 PM
RE: PureOS on Pinephone - by clover - 04-16-2020, 12:43 PM
RE: PureOS on Pinephone - by clover - 05-08-2020, 10:34 PM
RE: PureOS on Pinephone - by nas - 05-09-2020, 07:19 PM
RE: PureOS on Pinephone - by nas - 05-10-2020, 10:35 AM
RE: PureOS on Pinephone - by clover - 05-10-2020, 03:13 PM
RE: PureOS on Pinephone - by nas - 05-10-2020, 07:59 PM
RE: PureOS on Pinephone - by clover - 05-10-2020, 08:00 PM
RE: PureOS on Pinephone - by clover - 05-11-2020, 06:32 PM
RE: PureOS on Pinephone - by nas - 05-11-2020, 09:35 PM
RE: PureOS on Pinephone - by clover - 05-11-2020, 10:29 PM
RE: PureOS on Pinephone - by nas - 05-12-2020, 06:53 AM
RE: PureOS on Pinephone - by clover - 05-12-2020, 09:36 AM
RE: PureOS on Pinephone - by nas - 05-13-2020, 06:03 PM
RE: PureOS on Pinephone - by clover - 05-14-2020, 08:34 AM
RE: PureOS on Pinephone - by clover - 05-14-2020, 08:06 PM
RE: PureOS on Pinephone - by nas - 05-19-2020, 12:59 PM
RE: PureOS on Pinephone - by mozzwald - 05-19-2020, 01:53 PM
RE: PureOS on Pinephone - by pcdoodle - 05-22-2020, 12:22 PM
RE: PureOS on Pinephone - by nas - 05-27-2020, 07:33 AM
RE: PureOS on Pinephone - by clover - 05-29-2020, 03:38 PM
RE: PureOS on Pinephone - by Static Face - 05-31-2020, 01:58 AM
RE: PureOS on Pinephone - by clover - 05-31-2020, 12:36 PM
RE: PureOS on Pinephone - by clover - 06-08-2020, 02:44 PM
RE: PureOS on Pinephone - by arturo2bodegas - 06-14-2020, 03:45 PM
RE: PureOS on Pinephone - by nas - 06-15-2020, 09:05 AM
RE: PureOS on Pinephone - by clover - 06-17-2020, 10:31 AM
RE: PureOS on Pinephone - by nas - 06-17-2020, 10:43 AM
RE: PureOS on Pinephone - by clover - 06-15-2020, 09:40 AM
RE: PureOS on Pinephone - by clover - 06-16-2020, 05:28 PM
RE: PureOS on Pinephone - by Boern - 06-17-2020, 05:00 AM
RE: PureOS on Pinephone - by clover - 06-17-2020, 07:29 AM
RE: PureOS on Pinephone - by falkensmaze - 06-19-2020, 01:52 PM
RE: PureOS on Pinephone - by clover - 06-20-2020, 08:19 AM
RE: PureOS on Pinephone - by arturo2bodegas - 06-21-2020, 10:12 PM
RE: PureOS on Pinephone - by dukla2000 - 06-25-2020, 03:08 PM
RE: PureOS on Pinephone - by clover - 06-22-2020, 10:43 AM
RE: PureOS on Pinephone - by Juergen - 06-23-2020, 09:59 AM
RE: PureOS on Pinephone - by clover - 06-23-2020, 11:45 AM
RE: PureOS on Pinephone - by Kareema - 06-25-2020, 08:42 AM
RE: PureOS on Pinephone - by clover - 06-25-2020, 11:25 AM
RE: PureOS on Pinephone - by Kareema - 06-26-2020, 08:43 AM
RE: PureOS on Pinephone - by arturo2bodegas - 06-27-2020, 08:01 AM
RE: PureOS on Pinephone - by db579 - 06-27-2020, 10:16 AM
RE: PureOS on Pinephone - by clover - 06-27-2020, 12:28 PM
RE: PureOS on Pinephone - by db579 - 06-27-2020, 01:30 PM
RE: PureOS on Pinephone - by Kareema - 06-28-2020, 12:27 PM
RE: PureOS on Pinephone - by clover - 06-28-2020, 01:58 PM
RE: PureOS on Pinephone - by Kareema - 06-28-2020, 02:18 PM
RE: PureOS on Pinephone - by db579 - 06-30-2020, 03:39 AM
RE: PureOS on Pinephone - by clover - 06-30-2020, 09:00 AM
RE: PureOS on Pinephone - by db579 - 06-30-2020, 09:03 AM
PureOS on Pinephone - by user7654 - 07-11-2020, 07:08 AM
RE: PureOS on Pinephone - by clover - 07-11-2020, 04:24 PM
RE: PureOS on Pinephone - by Potts - 09-03-2020, 07:34 AM
RE: PureOS on Pinephone - by Picard - 09-11-2020, 04:03 PM
RE: PureOS on Pinephone - by SpoofyKid - 09-11-2020, 06:21 PM
RE: PureOS on Pinephone - by bcnaz - 09-12-2020, 06:10 PM
RE: PureOS on Pinephone - by onkelfip - 09-23-2020, 01:14 AM
RE: PureOS on Pinephone - by elastic - 11-19-2020, 02:16 PM
RE: PureOS on Pinephone - by clover - 11-19-2020, 02:24 PM
RE: PureOS on Pinephone - by darkdragon-001 - 04-02-2021, 07:46 AM
RE: PureOS on Pinephone - by ssilvi - 06-09-2021, 02:25 AM
RE: PureOS on Pinephone - by Nooblife - 06-11-2021, 06:19 AM
RE: PureOS on Pinephone - by ssilvi - 06-24-2021, 01:05 AM
RE: PureOS on Pinephone - by ssilvi - 07-29-2021, 01:14 AM
RE: PureOS on Pinephone - by bcnaz - 07-30-2021, 08:12 PM
RE: PureOS on Pinephone - by ssilvi - 08-07-2021, 05:05 AM
RE: PureOS on Pinephone - by bcnaz - 08-07-2021, 05:26 AM
RE: PureOS on Pinephone - by ssilvi - 08-10-2021, 12:49 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using Signal on PinePhone in mid-2023? dante404 47 14,495 05-03-2024, 02:19 AM
Last Post: dragonhospital
  Slarm64 on PinePhone [Unofficial Slackware ARM - 64 bit] acid andy 38 25,754 04-23-2024, 10:29 AM
Last Post: donchurch
  PinePhone app development WhiteHexagon 15 4,308 04-23-2024, 05:19 AM
Last Post: Jonnyc
Wink PINEPHONE not booting Touchwood 2 564 02-23-2024, 07:27 AM
Last Post: Touchwood
  Slack on PinePhone Adam Seline 5 5,553 12-20-2023, 07:20 AM
Last Post: nickolas
  Struggle to install LibreOffice on the PinePhone Peter Gamma 48 25,109 11-24-2023, 07:02 AM
Last Post: Peter Gamma
  Which word processor to choose for the Pinephone? Peter Gamma 8 2,233 11-23-2023, 01:06 AM
Last Post: Peter Gamma
  openSUSE for Pinephone Alefnode 75 103,461 11-17-2023, 08:37 AM
Last Post: Uturn
  Genode- Sculpt OS for the PinePhone (non Linux) Surehand53 1 1,083 11-04-2023, 07:23 PM
Last Post: tllim
  Abiword as a office mobile word processor for the Pinephone? Peter Gamma 11 2,524 10-24-2023, 08:57 AM
Last Post: Peter Gamma

Forum Jump:


Users browsing this thread: 1 Guest(s)