La connexion wifi se bloque toutes les 20 minutes, si vous avez ce chipset intel
hanoteau@hanoteau-ThinkPad-X220:~$ lspci
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)
alors la solution est là
hanoteau@hanoteau-ThinkPad-X220:~$ sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi swcrypto=1 bt_coex_active=0 power_save=0"
Mot de passe [sudo] pour hanoteau :
options iwlwifi swcrypto=1 bt_coex_active=0 power_save=0
On recharge les modules avec les nouvelles options
hanoteau@hanoteau-ThinkPad-X220:~$ sudo modprobe -r iwldvm iwlwifi
rmmod: ERROR: missing module name.
modprobe: FATAL: Error running remove command for iwlwifi
hanoteau@hanoteau-ThinkPad-X220:~$ sudo modprobe iwldvm iwlwifi
hanoteau@hanoteau-ThinkPad-X220:~$ sudo service network-manager restart