On Wed, Sep 18, 2019 at 6:22 AM David Ho <davidkwho@xxxxxxxxx> wrote: > > On Tue, Sep 17, 2019 at 2:01 PM Dan Williams <dcbw@xxxxxxxxxx> wrote: > > > > If you're able to get the wpa_supplicant logs, that would be useful as > > well. > > > > I captured 2 minutes of log in /var/log/syslog, based on my crude > judgment of where the connection request began. > > I appreciate if someone can update me on this issue; I hope my effort > is not going to waste (I'm just an ML researcher trying to make Ubuntu > work at my favorite coffee shop =) Is this a new issue probably after some update? The only thing we can see from the kernel logs are that Auth/Assoc are getting timed-out, no info as to why? You can probably try disabling the powersave using below command or using `iw` utils. sudo sed -i "s/wifi.powersave = 3/wifi.powersave = 2/g" /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf