Mobile Data Usage

Blerrrrrccccch. Facebook. (WhatsApp maybe?)

1 Like

My experience is that turning off mobile data also prevents mms from incoming. Those who receive mms may not want to do this as they donā€™t tend to control when messages will be sent to them.

1 Like

Yes this is correct, if you turn off data you will not get any MMS messages.

I have in the past couple days just been toggling the mobile connection off then on after aquiring a new wifi connection to see how that works. I also have tcpdump running in a terminal window that I periodically clear just to see if there is an over abundance of activity on the interface.

Itā€™s worth noting that MMS not being delivered with mobile data off is just a shortcoming of the current implementation and itā€™s not going to stay this way in the future.

3 Likes

Oh okā€¦good to know.

1 Like

That would be a hugely welcome change from my perspective, at least for working around problems like this.

purism@pureos:~$ ifconfig wlan0 ; ifconfig wwan0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.178.49  netmask 255.255.255.0  broadcast 192.168.178.255
        inet6 fe80::2358:a748:95b0:644b  prefixlen 64  scopeid 0x20<link>
        ether 88:da:1a:7c:30:1c  txqueuelen 1000  (Ethernet)
        RX packets 1951705  bytes 533060882 (508.3 MiB)
        RX errors 0  dropped 134983  overruns 0  frame 0
        TX packets 2921828  bytes 3886244020 (3.6 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wwan0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
        inet 10.49.90.36  netmask 255.255.255.248  destination 10.49.90.36
        unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 1000  (UNSPEC)
        RX packets 25972  bytes 16116383 (15.3 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 26446  bytes 2830989 (2.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Just wanted to point out that this bug seems to have been fixed with the kernel update the week of 10/23. Now PureOS switches from mobile network to using WiFi without any fuss. At least thatā€™s what Iā€™ve observed this last week.

2 Likes