PINE64
Online account (google) not working - 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: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124)
+---- Thread: Online account (google) not working (/showthread.php?tid=11244)



Online account (google) not working - RodMyers - 09-02-2020

Brand new install/setup, attempting to create, and log into my gmail account, by doing the following

Settings → Online Accounts → google

brings up a requester that states;
   sign in with google.
Also says
   sign in to continue to gnome

I attempt to use my google account info, keep getting;
   something went wrong

Why is my gmail/google account info not working?

Why would I need an account on gnome to get to my gmail account?


RE: Online account (google) not working - RTP - 09-04-2020

I had issues on one of the main mail clients. Google would not let me login to my email from the Pinephone. Said something like "unsafe device".


RE: Online account (google) not working - mactoni - 09-17-2020

(09-02-2020, 09:23 AM)RodMyers Wrote: The same here.
Anyone has the same problem?
Regards.

Brand new install/setup, attempting to create, and log into my gmail account, by doing the following


Settings → Online Accounts → google


brings up a requester that states;
   sign in with google.
Also says
   sign in to continue to gnome

I attempt to use my google account info, keep getting;
   something went wrong

Why is my gmail/google account info not working?

Why would I need an account on gnome to get to my gmail account?



RE: Online account (google) not working - desca - 09-17-2020

You might get weird problems logging in if the MTU on your network interface is still 1500.


RE: Online account (google) not working - mactoni - 09-17-2020

(09-17-2020, 10:10 AM)desca Wrote: You might get weird problems logging in if the MTU on your network interface is still 1500.
Can you please clarify it for the newbies in Linux THanxs


RE: Online account (google) not working - desca - 09-17-2020

(09-17-2020, 02:32 PM)mactoni Wrote:
(09-17-2020, 10:10 AM)desca Wrote: You might get weird problems logging in if the MTU on your network interface is still 1500.
Can you please clarify it for the newbies in Linux THanxs

I’m not an expert, but network interfaces like wlan0 and eth0 will have their mtu set to 1500, where mtu stands for *looks it up* maximum transmission unit, which has to do with how large the packets can be. For some reason, mobile interfaces like wwan0 should have an mtu of 14xx, the exact number depending on the carrier’s network. Like 142x or 143x, usually, I think. On postmarketOS, using logread, I know says the value somewhere in the log when the mobile connection comes up. So, anyway, if I am using the phone and I say

sudo ifconfig wwan0 mtu (whatever number)

it all works better. And, if using tethering, doing the same on that device for wlan0 in addition.

I’m sorry that I don’t really understand it well enough to give a good explanation. I read it somewhere the other day when I was having trouble.

Also… you may of course be having a completely different problem from mine.


RE: Online account (google) not working - mactoni - 09-18-2020

(09-17-2020, 02:49 PM)desca Wrote:
(09-17-2020, 02:32 PM)mactoni Wrote:
(09-17-2020, 10:10 AM)desca Wrote: You might get weird problems logging in if the MTU on your network interface is still 1500.
Can you please clarify it for the newbies in Linux THanxs

I’m not an expert, but network interfaces like wlan0 and eth0 will have their mtu set to 1500, where mtu stands for *looks it up* maximum transmission unit, which has to do with how large the packets can be. For some reason, mobile interfaces like wwan0 should have an mtu of 14xx, the exact number depending on the carrier’s network. Like 142x or 143x, usually, I think. On postmarketOS, using logread, I know says the value somewhere in the log when the mobile connection comes up. So, anyway, if I am using the phone and I say

sudo ifconfig wwan0 mtu (whatever number)

it all works better. And, if using tethering, doing the same on that device for wlan0 in addition.

I’m sorry that I don’t really understand it well enough to give a good explanation. I read it somewhere the other day when I was having trouble.

Also… you may of course be having a completely different problem from mine.

Thank you so much for your reply. I will try with the MTU setup. Many thanks for your tip.