Wednesday, February 19, 2014

Enable wireless on boot

If wireless connection is not enabled by default on boot, you have to do two simple steps:
  • in a Terminal (CTRL+ALT+T) type  sudo gedit /etc/profile.d/enable_wifi.sh  and give your root password
  • copy the following line, save and close:  nmcli nm wifi on
Now it should be enabled every time you boot the system.

No comments:

Post a Comment