20 mars 2016

suppression bluetooth wwan sur x220

Si vous n’utilisez pas de bluetooth, pour économiser votre batterie,
sudo xdg-open /etc/default/tlp
Note : si cette commande ne donne rien, passez :
gksudo gedit /etc/default/tlp
et là, sous la ligne
# Radio devices to disable on startup: bluetooth wifi wwan
mettre
DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wwan"
Enregistrez le fichier et pour compléter, passez dans le terminal un :
sudo update-rc.d -f bluetooth remove

Module wifi Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34) du X220

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

ressources d'e-learning gratuites

http://lifehacker.com/5188342/top-10-tools-for-a-free-online-education

16 mars 2016