Pinephone seems tobe using 4G data instead of Wifi data - 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: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Pinephone seems tobe using 4G data instead of Wifi data (/showthread.php?tid=19301) |
Pinephone seems tobe using 4G data instead of Wifi data - grump_fiddle_reinstall - 06-17-2024 I am outside of the "Glorious EU Data Roaming Area" for the first time since getting my PinePhone On arriving at my destination I turned off Aeroplane Mode on my PinePhone and connected to the local Wifi network. I did not turn off the cellular connection. This morning after watching a few videos last night I discovered that my PinePhone appears to have chomped its way through 400 MB of cellular data that is not included in my monthly subscription instead of using data via the Wifi connection. Has anyone experienced anything similar? PS I have now disabled Mobile Network in Settings RE: Pinephone seems tobe using 4G data instead of Wifi data - mikehenson - 06-25-2024 Same functionality here. I now turn off the mobile data before downloading updates. Device: PinePhonePro (Daily driver) OS: DanctNIX Arch with Phosh RE: Pinephone seems tobe using 4G data instead of Wifi data - grump_fiddle_reinstall - 12-04-2024 (06-25-2024, 10:38 AM)mikehenson Wrote: Same functionality here. I now turn off the mobile data before downloading updates. Interesting. A couple of days later the company I have my plan with sent out an SMS saying that they had had some sort of problem with partners in foreign countries. The credited me with all of the excess data used when I was on holiday. So I am not sure now if the problems my provider had were the primary cause of the excessive use of cellular data or if it is something to do with PinePhones in general that the cellular connection gets prioritised in certain situations. I will keep my eye on it next time I am out of the EU roaming area. RE: Pinephone seems tobe using 4G data instead of Wifi data - zetabeta - 12-04-2024 i have only used pinephone and pro in home network. but in my experience mobile data toggle works as intended. mobile data toggle is different than mobile network toggle. i use data toggle even in home network areas. some specific devices, not pinephone, mobile data toggle does not function in full. in reality, mobile data is left on in a background and operating system's firewall prevent data in and out. this may lead to unexpected behavior, like charges. luckily these devices are rare. RE: Pinephone seems tobe using 4G data instead of Wifi data - puffchumpy - 12-28-2024 Most Linux installs default to IPv6 if available over IPv4 connections. The mobile data connections could be dual stack while the WIFI is just IPv4. The result is IPv6 connections and data are made over mobile instead of IPv4 on Wifi. No all internet services support IPv6 which leads to mixed results. Debian Repos, Google, Facebook and I guess some streaming services support IPv6. This is a why Mobian and Debian updates will seem to use mobile data while other usages do not. RE: Pinephone seems tobe using 4G data instead of Wifi data - zetabeta - 12-29-2024 (12-28-2024, 11:12 AM)puffchumpy Wrote: Most Linux installs default to IPv6 if available over IPv4 connections. The mobile data connections could be dual stack while the WIFI is just IPv4. The result is IPv6 connections and data are made over mobile instead of IPv4 on Wifi. that's the case if you do not toggle mobile data switch. but you could toggle mobile data switch and i recommend to. i do it even in home network. some devices, like some android, some kaios devices, leave mobile data on even if toggle is off. these devices just firewall mobile data in a way that mobile data is active. hell of nightmare for some cases like roaming. i even heard that iphones have been partially guilty for this. maybe i test this in pinephone, but i don't think i come to a different conclusion. RE: Pinephone seems tobe using 4G data instead of Wifi data - puffchumpy - 12-29-2024 The reasons for using a firewall and keeping model data on might be MMS content download. Unless some type of calling over wifi is active, MMS content generally needs to be downloaded via the data connection from the Mobile service server. If mobile data is turned off on a pinephone then MMS content will not be retrieved. Turning on mobile data to down the content and then turning off is probably best while roaming. I wonder if this could be fixed by having the modem firmware download MMS content and provide it to the chat application, SpaceBar or Purple. The modem stack is using data for 4G voice calls since VoLTE seems to be more like VOIP. 3G voice calls seem to work differently, even if it's really just data in the end. Phones that have an integrated CPU/Modem chip stack might need the firewall rules to enable the VoLTE data calls while limiting the other data usage. The PinePhone modem seems to provide some separation between modem and main OS, so 4G VoLTE calls work without mobile data active. I would turn off mobile data if I was in a costly mobile data location. I've tried some firewall rules that would be applied based on DBUS networking events, but I didn't get it work as desired yet. |