The Cookie Machine - Click here to drag window

The Cookie Machine (TCM) Future Applications:

β˜‘ View cookies used on the Pippim website.
β˜‘ Send cookie via mail. For backup or sharing.
β˜‘ Receive cookie via mail. From yourself or colleague.
β˜‘ Countdown Timers. For multi-phase time sensitive missions.
β˜‘ And in the future... Other ways of sharing/using Cookies.

If you can read me, I'm broken!

Views: 874β€…    Votes:  2β€…
Tags: networking   wireless   18.04   connection  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—


Turn off or enable power savings as illustrated below:

$ cat /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
[connection]
wifi.powersave = 3
# Slow sleep fix: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1670041
#wifi.powersave = 2

What the values represent?

Source


Intel specific answer

From this answer you can try:

You can fix it by running in terminal

sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi 11n_disable=1"

then reboot.

You can revert it by sudo rm /etc/modprobe.d/iwlwifi-opt.conf.

To keep the 802.11n, you can try the 11n_disable=8 option.


From this Q&A you can try:

sudo modprobe -r iwlwifi
sudo modprobe iwlwifi

If this works for the current session, it can be setup to run automatically on startup.

⇧ Upgraded to Ubuntu 18.04, but I still have old UI Is a clean install better than upgrading?  β‡©